You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android...@googlegroups.com
Is there any way to set some of the more processor intensive functions of OpenCV to use only resources that are left over? For example, If I had an application that would scan a video stream with a SURF Feature Detector/Extractor and use a Bruteforce matcher it takes at least a dozen to several dozen seconds to process the image data for matching against a reference image. My question is can I specify the UI and video capture/display process as the most important process that gets first dibs to system resources for the best user experience then create another process for the evaluation of these images to do things like throw out poor quality images and select only the images that would be most likely to contain match-able information and give this process second rights to system resources. Then have a third process that would only run on available leftover system resources that would take all the time it needs to match the data against reference images. Does anyone know if there is anyway to do this?
Roman
unread,
Apr 23, 2012, 5:12:22 PM4/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message