Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

you mean, the // here your feature extraction code, part ?

you mean, the // here your feature extraction code, part ?

imho, 7. is only relevant, IF you want to use your own feature generation.

if you just want to train a model with your data, use the builtin:

cv::StructuredEdgeDetection pDollar = cv::createStructuredEdgeDetection( modelName);

(with the default RFFeatureGetter)

you mean, the // here your feature extraction code, part ?

imho, 7. is only relevant, IF you want to use your own feature generation.

if you just want to train a model with your data, use the builtin:

 cv::StructuredEdgeDetection pDollar = cv::createStructuredEdgeDetection( modelName);

modelName);

(with the default RFFeatureGetter)

you mean, the // here your feature extraction code, part ?

imho, 7. is only relevant, IF you want to use your own feature generation.generation. (then you'd have to override the getFeatures() method

if you just want to train a model with your data, use the builtin:

 cv::StructuredEdgeDetection pDollar = cv::createStructuredEdgeDetection( modelName);

(with the default RFFeatureGetter)

you mean, the // here your feature extraction code, part ?

imho, 7. is only relevant, IF you want to use your own feature generation.

(then you'd have to override the getFeatures() method, using similar code.)

if you just want to train a model with your data, use the builtin:

 cv::StructuredEdgeDetection pDollar = cv::createStructuredEdgeDetection( modelName);

(with the default RFFeatureGetter)