Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDeleting a single point from a quadtree Pin
Chidori-chan22-Mar-10 9:43
Chidori-chan22-Mar-10 9:43 
AnswerRe: Deleting a single point from a quadtree Pin
Avi Berger22-Mar-10 11:00
Avi Berger22-Mar-10 11:00 
AnswerRe: Deleting a single point from a quadtree Pin
Richard MacCutchan22-Mar-10 11:07
mveRichard MacCutchan22-Mar-10 11:07 
QuestionRe: Deleting a single point from a quadtree Pin
Chidori-chan23-Mar-10 8:52
Chidori-chan23-Mar-10 8:52 
QuestionRST Template Matching Pin
cherrymotion22-Mar-10 6:20
cherrymotion22-Mar-10 6:20 
AnswerRe: RST Template Matching Pin
Tim Craig22-Mar-10 9:45
Tim Craig22-Mar-10 9:45 
GeneralRe: RST Template Matching Pin
cherrymotion22-Mar-10 11:05
cherrymotion22-Mar-10 11:05 
GeneralRe: RST Template Matching Pin
Tim Craig22-Mar-10 13:48
Tim Craig22-Mar-10 13:48 
Sounds like a first pass would be doing some kind of difference score between the image and your template. I know OpenCV has some template matching functions but I've not played with them. Most of my time so far has been spent in building a framework to all me to quickly build test apps to try things and I spend a lot of time taking Gary's name in vain (along with Bill, Bjarne, and occasionally Julian). My applications are more related to SLAM for robotics.

It sounds like your images will be fairly consistent so I'd see if I could determine some easily detected points to use to determine orientation and scale without having to do anything too general. Then you can apply your matching method with a bit more confidence.

In one of my tests, I'm working with a 360x240 image and trying to isolate and locate an orange traffic cone. I think I'm getting about 20 frames a second on that. Of course, I'm doing a lot of display which takes some time that you might not have to do or could offload in an industrial setting.

OpenCV is great for prototyping and test but one of the drawbacks is that you end up sequentially performing some tasks that could be combined into one pass on the image so you get a bit of loop overhead that could be eliminated once you get it to work and gain some speed that way.
You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists.

GeneralRe: RST Template Matching Pin
cherrymotion23-Mar-10 11:18
cherrymotion23-Mar-10 11:18 
GeneralRe: RST Template Matching Pin
Tim Craig23-Mar-10 12:53
Tim Craig23-Mar-10 12:53 
GeneralRe: RST Template Matching Pin
cherrymotion25-Mar-10 6:46
cherrymotion25-Mar-10 6:46 
QuestionModeless dialog frame sizing in MFC MDI Pin
Vaclav_22-Mar-10 3:38
Vaclav_22-Mar-10 3:38 
AnswerRe: Modeless dialog frame sizing in MFC MDI Pin
KarstenK22-Mar-10 5:00
mveKarstenK22-Mar-10 5:00 
GeneralRe: Modeless dialog frame sizing in MFC MDI Pin
Vaclav_22-Mar-10 6:02
Vaclav_22-Mar-10 6:02 
Questionlarger toolbar images Pin
josip cagalj22-Mar-10 1:12
josip cagalj22-Mar-10 1:12 
AnswerRe: larger toolbar images Pin
mesajflaviu22-Mar-10 8:55
mesajflaviu22-Mar-10 8:55 
GeneralRe: larger toolbar images Pin
josip cagalj22-Mar-10 23:27
josip cagalj22-Mar-10 23:27 
AnswerRe: larger toolbar images Pin
josip cagalj24-Mar-10 3:05
josip cagalj24-Mar-10 3:05 
Questionmaking a modelessdialog box as modal Pin
narayanagvs22-Mar-10 1:06
narayanagvs22-Mar-10 1:06 
AnswerRe: making a modelessdialog box as modal Pin
KingsGambit22-Mar-10 1:11
KingsGambit22-Mar-10 1:11 
GeneralRe: making a modelessdialog box as modal Pin
narayanagvs22-Mar-10 1:33
narayanagvs22-Mar-10 1:33 
GeneralRe: making a modelessdialog box as modal Pin
LittleYellowBird22-Mar-10 1:45
LittleYellowBird22-Mar-10 1:45 
GeneralRe: making a modelessdialog box as modal Pin
narayanagvs22-Mar-10 2:11
narayanagvs22-Mar-10 2:11 
GeneralRe: making a modelessdialog box as modal Pin
LittleYellowBird22-Mar-10 2:20
LittleYellowBird22-Mar-10 2:20 
AnswerRe: making a modelessdialog box as modal Pin
LittleYellowBird22-Mar-10 1:12
LittleYellowBird22-Mar-10 1:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.