OpenCV
3.4.20-dev
Open Source Computer Vision
|
Callback with the classifier is made a class. More...
#include <opencv2/text/erfilter.hpp>
Public Member Functions | |
virtual | ~Callback () |
virtual double | eval (const ERStat &stat)=0 |
The classifier must return probability measure for the region. More... | |
Callback with the classifier is made a class.
By doing it we hide SVM, Boost etc. Developers can provide their own classifiers to the ERFilter algorithm.
|
inlinevirtual |
|
pure virtual |
The classifier must return probability measure for the region.
stat | : The region to be classified |