EOCR2::AddClassifierForSymbol
Adds the EOCR2Classifier for the given specific symbol combination during the recognition instead of the one set by EOCR2::Classifier
.
Namespace: Euresys::Open_eVision
[C++]
void AddClassifierForSymbol(
const std::string& symbol,
EOCR2Classifier
classifier
)
Parameters
symbol
symbol combination to add classifier for
classifier
classifier to add to symbol
Remarks
The only accepted EOCR2Classifier
is currently EOCR2Classifier.DatabaseClassifier
.
Symbol combinations are the same as used in the topology, ex : Lu, P or [LlNS].
See EOCR2::Topology
for more details.
EOCR2.AddClassifierForSymbol
Adds the EOCR2Classifier for the given specific symbol combination during the recognition instead of the one set by EOCR2.Classifier
.
Namespace: Euresys.Open_eVision
[C#]
void AddClassifierForSymbol(
string symbol,
EOCR2Classifier
classifier
)
Parameters
symbol
symbol combination to add classifier for
classifier
classifier to add to symbol
Remarks
The only accepted EOCR2Classifier
is currently EOCR2Classifier.DatabaseClassifier
.
Symbol combinations are the same as used in the topology, ex : Lu, P or [LlNS].
See EOCR2.Topology
for more details.
EOCR2.AddClassifierForSymbol
Adds the EOCR2Classifier for the given specific symbol combination during the recognition instead of the one set by EOCR2.Classifier
.
Module: open_evision
[Python]
AddClassifierForSymbol(
symbol: str
classifier: EOCR2Classifier
) -> None
Parameters
symbol
symbol combination to add classifier for
classifier
classifier to add to symbol
Remarks
The only accepted EOCR2Classifier
is currently EOCR2Classifier.DatabaseClassifier
.
Symbol combinations are the same as used in the topology, ex : Lu, P or [LlNS].
See EOCR2.Topology
for more details.