@Namespace(value="cv::text") @NoOffset public static class opencv_text.OCRHMMDecoder extends opencv_text.BaseOCR
\note
- (C++) An example on using OCRHMMDecoder recognition combined with scene text detection can
be found at the webcam_demo sample:
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_text.OCRHMMDecoder.ClassifierCallback
\brief Callback with the character classifier is made a class.
|
| Constructor and Description |
|---|
OCRHMMDecoder()
Default native constructor.
|
OCRHMMDecoder(long size)
Native array allocator.
|
OCRHMMDecoder(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_text.OCRHMMDecoder |
create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRHMMDecoder |
create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table,
int mode,
int classifier)
\brief Creates an instance of the OCRHMMDecoder class.
|
static opencv_text.OCRHMMDecoder |
create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRHMMDecoder |
create(opencv_text.OCRHMMDecoder.ClassifierCallback classifier,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
create(opencv_text.OCRHMMDecoder.ClassifierCallback classifier,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table,
int mode) |
static opencv_text.OCRHMMDecoder |
create(opencv_text.OCRHMMDecoder.ClassifierCallback classifier,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
create(opencv_text.OCRHMMDecoder.ClassifierCallback classifier,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table,
int mode)
\brief Creates an instance of the OCRHMMDecoder class.
|
static opencv_text.OCRHMMDecoder |
create(opencv_text.OCRHMMDecoder.ClassifierCallback classifier,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
create(opencv_text.OCRHMMDecoder.ClassifierCallback classifier,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table,
int mode) |
static opencv_text.OCRHMMDecoder |
create(opencv_text.OCRHMMDecoder.ClassifierCallback classifier,
String vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
create(opencv_text.OCRHMMDecoder.ClassifierCallback classifier,
String vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table,
int mode) |
static opencv_text.OCRHMMDecoder |
create(opencv_text.OCRHMMDecoder.ClassifierCallback classifier,
String vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
create(opencv_text.OCRHMMDecoder.ClassifierCallback classifier,
String vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table,
int mode) |
static opencv_text.OCRHMMDecoder |
create(opencv_text.OCRHMMDecoder.ClassifierCallback classifier,
String vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
create(opencv_text.OCRHMMDecoder.ClassifierCallback classifier,
String vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table,
int mode) |
static opencv_text.OCRHMMDecoder |
create(String filename,
String vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
create(String filename,
String vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRHMMDecoder |
create(String filename,
String vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
create(String filename,
String vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRHMMDecoder |
create(String filename,
String vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
create(String filename,
String vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table,
int mode,
int classifier) |
opencv_text.OCRHMMDecoder |
position(long position) |
org.bytedeco.javacpp.BytePointer |
run(opencv_core.GpuMat image,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
run(opencv_core.GpuMat image,
int min_confidence,
int component_level) |
org.bytedeco.javacpp.BytePointer |
run(opencv_core.GpuMat image,
opencv_core.GpuMat mask,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
run(opencv_core.GpuMat image,
opencv_core.GpuMat mask,
int min_confidence,
int component_level) |
void |
run(opencv_core.Mat image,
org.bytedeco.javacpp.BytePointer output_text) |
void |
run(opencv_core.Mat image,
org.bytedeco.javacpp.BytePointer output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
float[] component_confidences,
int component_level) |
void |
run(opencv_core.Mat image,
org.bytedeco.javacpp.BytePointer output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
FloatBuffer component_confidences,
int component_level) |
void |
run(opencv_core.Mat image,
org.bytedeco.javacpp.BytePointer output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
org.bytedeco.javacpp.FloatPointer component_confidences,
int component_level)
\brief Recognize text using HMM.
|
org.bytedeco.javacpp.BytePointer |
run(opencv_core.Mat image,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
run(opencv_core.Mat image,
int min_confidence,
int component_level) |
void |
run(opencv_core.Mat image,
opencv_core.Mat mask,
org.bytedeco.javacpp.BytePointer output_text) |
void |
run(opencv_core.Mat image,
opencv_core.Mat mask,
org.bytedeco.javacpp.BytePointer output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
float[] component_confidences,
int component_level) |
void |
run(opencv_core.Mat image,
opencv_core.Mat mask,
org.bytedeco.javacpp.BytePointer output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
FloatBuffer component_confidences,
int component_level) |
void |
run(opencv_core.Mat image,
opencv_core.Mat mask,
org.bytedeco.javacpp.BytePointer output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
org.bytedeco.javacpp.FloatPointer component_confidences,
int component_level)
\brief Recognize text using HMM.
|
org.bytedeco.javacpp.BytePointer |
run(opencv_core.Mat image,
opencv_core.Mat mask,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
run(opencv_core.Mat image,
opencv_core.Mat mask,
int min_confidence,
int component_level) |
void |
run(opencv_core.Mat image,
opencv_core.Mat mask,
String output_text) |
void |
run(opencv_core.Mat image,
opencv_core.Mat mask,
String output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
float[] component_confidences,
int component_level) |
void |
run(opencv_core.Mat image,
opencv_core.Mat mask,
String output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
FloatBuffer component_confidences,
int component_level) |
void |
run(opencv_core.Mat image,
opencv_core.Mat mask,
String output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
org.bytedeco.javacpp.FloatPointer component_confidences,
int component_level) |
void |
run(opencv_core.Mat image,
String output_text) |
void |
run(opencv_core.Mat image,
String output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
float[] component_confidences,
int component_level) |
void |
run(opencv_core.Mat image,
String output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
FloatBuffer component_confidences,
int component_level) |
void |
run(opencv_core.Mat image,
String output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
org.bytedeco.javacpp.FloatPointer component_confidences,
int component_level) |
String |
run(opencv_core.UMat image,
int min_confidence) |
String |
run(opencv_core.UMat image,
int min_confidence,
int component_level) |
String |
run(opencv_core.UMat image,
opencv_core.UMat mask,
int min_confidence) |
String |
run(opencv_core.UMat image,
opencv_core.UMat mask,
int min_confidence,
int component_level) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic OCRHMMDecoder()
public OCRHMMDecoder(long size)
Pointer.position(long).public OCRHMMDecoder(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_text.OCRHMMDecoder position(long position)
position in class org.bytedeco.javacpp.Pointerpublic void run(@ByRef
opencv_core.Mat image,
@StdString
org.bytedeco.javacpp.BytePointer output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
@StdVector
org.bytedeco.javacpp.FloatPointer component_confidences,
int component_level)
Takes binary image on input and returns recognized text in the output_text parameter. Optionally provides also the Rects for individual text elements found (e.g. words), and the list of those text elements with their confidence values.
run in class opencv_text.BaseOCRimage - Input binary image CV_8UC1 with a single text line (or word).
output_text - Output text. Most likely character sequence found by the HMM decoder.
component_rects - If provided the method will output a list of Rects for the individual
text elements found (e.g. words).
component_texts - If provided the method will output a list of text strings for the
recognition of individual text elements found (e.g. words).
component_confidences - If provided the method will output a list of confidence values
for the recognition of individual text elements found (e.g. words).
component_level - Only OCR_LEVEL_WORD is supported.public void run(@ByRef
opencv_core.Mat image,
@StdString
org.bytedeco.javacpp.BytePointer output_text)
run in class opencv_text.BaseOCRpublic void run(@ByRef
opencv_core.Mat image,
@StdString
String output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
@StdVector
FloatBuffer component_confidences,
int component_level)
run in class opencv_text.BaseOCRpublic void run(@ByRef
opencv_core.Mat image,
@StdString
String output_text)
run in class opencv_text.BaseOCRpublic void run(@ByRef
opencv_core.Mat image,
@StdString
org.bytedeco.javacpp.BytePointer output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
@StdVector
float[] component_confidences,
int component_level)
run in class opencv_text.BaseOCRpublic void run(@ByRef
opencv_core.Mat image,
@StdString
String output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
@StdVector
org.bytedeco.javacpp.FloatPointer component_confidences,
int component_level)
run in class opencv_text.BaseOCRpublic void run(@ByRef
opencv_core.Mat image,
@StdString
org.bytedeco.javacpp.BytePointer output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
@StdVector
FloatBuffer component_confidences,
int component_level)
run in class opencv_text.BaseOCRpublic void run(@ByRef
opencv_core.Mat image,
@StdString
String output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
@StdVector
float[] component_confidences,
int component_level)
run in class opencv_text.BaseOCRpublic void run(@ByRef
opencv_core.Mat image,
@ByRef
opencv_core.Mat mask,
@StdString
org.bytedeco.javacpp.BytePointer output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
@StdVector
org.bytedeco.javacpp.FloatPointer component_confidences,
int component_level)
Takes an image and a mask (where each connected component corresponds to a segmented character) on input and returns recognized text in the output_text parameter. Optionally provides also the Rects for individual text elements found (e.g. words), and the list of those text elements with their confidence values.
run in class opencv_text.BaseOCRimage - Input image CV_8UC1 or CV_8UC3 with a single text line (or word).mask - Input binary image CV_8UC1 same size as input image. Each connected component in mask corresponds to a segmented character in the input image.
output_text - Output text. Most likely character sequence found by the HMM decoder.
component_rects - If provided the method will output a list of Rects for the individual
text elements found (e.g. words).
component_texts - If provided the method will output a list of text strings for the
recognition of individual text elements found (e.g. words).
component_confidences - If provided the method will output a list of confidence values
for the recognition of individual text elements found (e.g. words).
component_level - Only OCR_LEVEL_WORD is supported.public void run(@ByRef
opencv_core.Mat image,
@ByRef
opencv_core.Mat mask,
@StdString
org.bytedeco.javacpp.BytePointer output_text)
run in class opencv_text.BaseOCRpublic void run(@ByRef
opencv_core.Mat image,
@ByRef
opencv_core.Mat mask,
@StdString
String output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
@StdVector
FloatBuffer component_confidences,
int component_level)
run in class opencv_text.BaseOCRpublic void run(@ByRef
opencv_core.Mat image,
@ByRef
opencv_core.Mat mask,
@StdString
String output_text)
run in class opencv_text.BaseOCRpublic void run(@ByRef
opencv_core.Mat image,
@ByRef
opencv_core.Mat mask,
@StdString
org.bytedeco.javacpp.BytePointer output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
@StdVector
float[] component_confidences,
int component_level)
run in class opencv_text.BaseOCRpublic void run(@ByRef
opencv_core.Mat image,
@ByRef
opencv_core.Mat mask,
@StdString
String output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
@StdVector
org.bytedeco.javacpp.FloatPointer component_confidences,
int component_level)
run in class opencv_text.BaseOCRpublic void run(@ByRef
opencv_core.Mat image,
@ByRef
opencv_core.Mat mask,
@StdString
org.bytedeco.javacpp.BytePointer output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
@StdVector
FloatBuffer component_confidences,
int component_level)
run in class opencv_text.BaseOCRpublic void run(@ByRef
opencv_core.Mat image,
@ByRef
opencv_core.Mat mask,
@StdString
String output_text,
opencv_core.RectVector component_rects,
opencv_text.StdStringVector component_texts,
@StdVector
float[] component_confidences,
int component_level)
run in class opencv_text.BaseOCR@opencv_core.Str public org.bytedeco.javacpp.BytePointer run(@ByVal opencv_core.Mat image, int min_confidence, int component_level)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer run(@ByVal opencv_core.Mat image, int min_confidence)
@opencv_core.Str public String run(@ByVal opencv_core.UMat image, int min_confidence, int component_level)
@opencv_core.Str public String run(@ByVal opencv_core.UMat image, int min_confidence)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer run(@ByVal opencv_core.GpuMat image, int min_confidence, int component_level)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer run(@ByVal opencv_core.GpuMat image, int min_confidence)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer run(@ByVal opencv_core.Mat image, @ByVal opencv_core.Mat mask, int min_confidence, int component_level)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer run(@ByVal opencv_core.Mat image, @ByVal opencv_core.Mat mask, int min_confidence)
@opencv_core.Str public String run(@ByVal opencv_core.UMat image, @ByVal opencv_core.UMat mask, int min_confidence, int component_level)
@opencv_core.Str public String run(@ByVal opencv_core.UMat image, @ByVal opencv_core.UMat mask, int min_confidence)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer run(@ByVal opencv_core.GpuMat image, @ByVal opencv_core.GpuMat mask, int min_confidence, int component_level)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer run(@ByVal opencv_core.GpuMat image, @ByVal opencv_core.GpuMat mask, int min_confidence)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Ptr opencv_text.OCRHMMDecoder.ClassifierCallback classifier, @StdString org.bytedeco.javacpp.BytePointer vocabulary, @ByVal opencv_core.Mat transition_probabilities_table, @ByVal opencv_core.Mat emission_probabilities_table, @Cast(value="cv::text::decoder_mode") int mode)
classifier - The character classifier with built in feature extractor.
vocabulary - The language vocabulary (chars when ascii english text). vocabulary.size()
must be equal to the number of classes of the classifier.
transition_probabilities_table - Table with transition probabilities between character
pairs. cols == rows == vocabulary.size().
emission_probabilities_table - Table with observation emission probabilities. cols ==
rows == vocabulary.size().
mode - HMM Decoding algorithm. Only OCR_DECODER_VITERBI is available for the moment
(@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Ptr opencv_text.OCRHMMDecoder.ClassifierCallback classifier, @StdString org.bytedeco.javacpp.BytePointer vocabulary, @ByVal opencv_core.Mat transition_probabilities_table, @ByVal opencv_core.Mat emission_probabilities_table)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Ptr opencv_text.OCRHMMDecoder.ClassifierCallback classifier, @StdString String vocabulary, @ByVal opencv_core.Mat transition_probabilities_table, @ByVal opencv_core.Mat emission_probabilities_table, @Cast(value="cv::text::decoder_mode") int mode)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Ptr opencv_text.OCRHMMDecoder.ClassifierCallback classifier, @StdString String vocabulary, @ByVal opencv_core.Mat transition_probabilities_table, @ByVal opencv_core.Mat emission_probabilities_table)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Ptr opencv_text.OCRHMMDecoder.ClassifierCallback classifier, @StdString String vocabulary, @ByVal opencv_core.UMat transition_probabilities_table, @ByVal opencv_core.UMat emission_probabilities_table, @Cast(value="cv::text::decoder_mode") int mode)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Ptr opencv_text.OCRHMMDecoder.ClassifierCallback classifier, @StdString String vocabulary, @ByVal opencv_core.UMat transition_probabilities_table, @ByVal opencv_core.UMat emission_probabilities_table)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Ptr opencv_text.OCRHMMDecoder.ClassifierCallback classifier, @StdString org.bytedeco.javacpp.BytePointer vocabulary, @ByVal opencv_core.UMat transition_probabilities_table, @ByVal opencv_core.UMat emission_probabilities_table, @Cast(value="cv::text::decoder_mode") int mode)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Ptr opencv_text.OCRHMMDecoder.ClassifierCallback classifier, @StdString org.bytedeco.javacpp.BytePointer vocabulary, @ByVal opencv_core.UMat transition_probabilities_table, @ByVal opencv_core.UMat emission_probabilities_table)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Ptr opencv_text.OCRHMMDecoder.ClassifierCallback classifier, @StdString org.bytedeco.javacpp.BytePointer vocabulary, @ByVal opencv_core.GpuMat transition_probabilities_table, @ByVal opencv_core.GpuMat emission_probabilities_table, @Cast(value="cv::text::decoder_mode") int mode)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Ptr opencv_text.OCRHMMDecoder.ClassifierCallback classifier, @StdString org.bytedeco.javacpp.BytePointer vocabulary, @ByVal opencv_core.GpuMat transition_probabilities_table, @ByVal opencv_core.GpuMat emission_probabilities_table)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Ptr opencv_text.OCRHMMDecoder.ClassifierCallback classifier, @StdString String vocabulary, @ByVal opencv_core.GpuMat transition_probabilities_table, @ByVal opencv_core.GpuMat emission_probabilities_table, @Cast(value="cv::text::decoder_mode") int mode)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Ptr opencv_text.OCRHMMDecoder.ClassifierCallback classifier, @StdString String vocabulary, @ByVal opencv_core.GpuMat transition_probabilities_table, @ByVal opencv_core.GpuMat emission_probabilities_table)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Str org.bytedeco.javacpp.BytePointer filename, @opencv_core.Str org.bytedeco.javacpp.BytePointer vocabulary, @ByVal opencv_core.Mat transition_probabilities_table, @ByVal opencv_core.Mat emission_probabilities_table, int mode, int classifier)
\overload
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Str org.bytedeco.javacpp.BytePointer filename, @opencv_core.Str org.bytedeco.javacpp.BytePointer vocabulary, @ByVal opencv_core.Mat transition_probabilities_table, @ByVal opencv_core.Mat emission_probabilities_table)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Str String filename, @opencv_core.Str String vocabulary, @ByVal opencv_core.Mat transition_probabilities_table, @ByVal opencv_core.Mat emission_probabilities_table, int mode, int classifier)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Str String filename, @opencv_core.Str String vocabulary, @ByVal opencv_core.Mat transition_probabilities_table, @ByVal opencv_core.Mat emission_probabilities_table)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Str String filename, @opencv_core.Str String vocabulary, @ByVal opencv_core.UMat transition_probabilities_table, @ByVal opencv_core.UMat emission_probabilities_table, int mode, int classifier)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Str String filename, @opencv_core.Str String vocabulary, @ByVal opencv_core.UMat transition_probabilities_table, @ByVal opencv_core.UMat emission_probabilities_table)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Str org.bytedeco.javacpp.BytePointer filename, @opencv_core.Str org.bytedeco.javacpp.BytePointer vocabulary, @ByVal opencv_core.UMat transition_probabilities_table, @ByVal opencv_core.UMat emission_probabilities_table, int mode, int classifier)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Str org.bytedeco.javacpp.BytePointer filename, @opencv_core.Str org.bytedeco.javacpp.BytePointer vocabulary, @ByVal opencv_core.UMat transition_probabilities_table, @ByVal opencv_core.UMat emission_probabilities_table)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Str org.bytedeco.javacpp.BytePointer filename, @opencv_core.Str org.bytedeco.javacpp.BytePointer vocabulary, @ByVal opencv_core.GpuMat transition_probabilities_table, @ByVal opencv_core.GpuMat emission_probabilities_table, int mode, int classifier)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Str org.bytedeco.javacpp.BytePointer filename, @opencv_core.Str org.bytedeco.javacpp.BytePointer vocabulary, @ByVal opencv_core.GpuMat transition_probabilities_table, @ByVal opencv_core.GpuMat emission_probabilities_table)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Str String filename, @opencv_core.Str String vocabulary, @ByVal opencv_core.GpuMat transition_probabilities_table, @ByVal opencv_core.GpuMat emission_probabilities_table, int mode, int classifier)
@opencv_core.Ptr public static opencv_text.OCRHMMDecoder create(@opencv_core.Str String filename, @opencv_core.Str String vocabulary, @ByVal opencv_core.GpuMat transition_probabilities_table, @ByVal opencv_core.GpuMat emission_probabilities_table)
Copyright © 2018. All rights reserved.