Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

objecttracking methods, best solution?

Hi, I realize there are many, but If i wanted to check if an object had moved, what would be the best method for me to implement.

template matching, or use the tracker or multitracker solutions from opencv? (are these in any way similar to TLD/openTLD ?)

And a unrelated question 2: why can't i use template matching for face recognition? Can i not use detectmultiscale and then use template matching to recognize the face?

Thank you.

objecttracking methods, best solution?

Hi, I realize there are many, but If i wanted to check if an object had moved, what would be the best method for me to implement.

template matching, or use the tracker or multitracker solutions from opencv? (are these in any way similar to TLD/openTLD ?) i don't think the opencv methods use HSV color values or something?

And a unrelated question 2: why can't i use template matching for face recognition? Can i not use detectmultiscale and then use template matching to recognize the face?

Thank you.