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.