Package | Description |
---|---|
org.bytedeco.opencv.opencv_text |
Modifier and Type | Method and Description |
---|---|
IntVector |
ERStat.pixels() |
IntVector |
IntVector.push_back(int value) |
IntVector |
IntVector.put(int... array) |
IntVector |
IntVector.put(int value) |
IntVector |
IntVector.put(IntVector x) |
IntVector |
IntVector.put(long i,
int value) |
Modifier and Type | Method and Description |
---|---|
void |
OCRBeamSearchDecoder.ClassifierCallback.eval(GpuMat image,
DoubleVector recognition_probabilities,
IntVector oversegmentation) |
void |
OCRHMMDecoder.ClassifierCallback.eval(GpuMat image,
IntVector out_class,
DoubleVector out_confidence) |
void |
OCRBeamSearchDecoder.ClassifierCallback.eval(Mat image,
DoubleVector recognition_probabilities,
IntVector oversegmentation)
\brief The character classifier must return a (ranked list of) class(es) id('s)
|
void |
OCRHMMDecoder.ClassifierCallback.eval(Mat image,
IntVector out_class,
DoubleVector out_confidence)
\brief The character classifier must return a (ranked list of) class(es) id('s)
|
void |
OCRBeamSearchDecoder.ClassifierCallback.eval(UMat image,
DoubleVector recognition_probabilities,
IntVector oversegmentation) |
void |
OCRHMMDecoder.ClassifierCallback.eval(UMat image,
IntVector out_class,
DoubleVector out_confidence) |
ERStat |
ERStat.pixels(IntVector setter) |
IntVector |
IntVector.put(IntVector x) |
Copyright © 2020. All rights reserved.