Ask Your Question

Revision history [back]

Using machine learning with contours?

I'm working on a program that uses the cvFindContours function and i'm looking to implement machine learning for the contour detection. Can this be done? From what i understand training data has to be passed in to the train function as a vector or number. How would i convert the contour data into a vector or number?

Thanks in advance.

click to hide/show revision 2
retagged

updated 2014-03-11 13:31:53 -0600

berak gravatar image

Using machine learning with contours?

I'm working on a program that uses the cvFindContours function and i'm looking to implement machine learning for the contour detection. Can this be done? From what i understand training data has to be passed in to the train function as a vector or number. How would i convert the contour data into a vector or number?

Thanks in advance.