1 | initial version |
you mean, the // here your feature extraction code,
part ?
2 | No.2 Revision |
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)
3 | No.3 Revision |
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( (with the default RFFeatureGetter)
4 | No.4 Revision |
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)
5 | No.5 Revision |
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)