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