EOCR2::RemoveClassifierForSymbol
Removes the EOCR2Classifier for the given specific symbol combination during the recognition so the one set by EOCR2::Classifier
will be used.
Namespace: Euresys::Open_eVision
[C++]
void RemoveClassifierForSymbol(
const std::string& symbol
)
Parameters
symbol
symbol combination for which to remove classifier
Remarks
Symbol combinations are the same as used in the topology, ex : Lu, P or [LlNS].
See EOCR2::Topology
for more details.
EOCR2.RemoveClassifierForSymbol
Removes the EOCR2Classifier for the given specific symbol combination during the recognition so the one set by EOCR2.Classifier
will be used.
Namespace: Euresys.Open_eVision
[C#]
void RemoveClassifierForSymbol(
string symbol
)
Parameters
symbol
symbol combination for which to remove classifier
Remarks
Symbol combinations are the same as used in the topology, ex : Lu, P or [LlNS].
See EOCR2.Topology
for more details.
EOCR2.RemoveClassifierForSymbol
Removes the EOCR2Classifier for the given specific symbol combination during the recognition so the one set by EOCR2.Classifier
will be used.
Module: open_evision
[Python]
RemoveClassifierForSymbol(
symbol: str
) -> None
Parameters
symbol
symbol combination for which to remove classifier
Remarks
Symbol combinations are the same as used in the topology, ex : Lu, P or [LlNS].
See EOCR2.Topology
for more details.