Package | Description |
---|---|
org.bytedeco.tesseract | |
org.bytedeco.tesseract.global |
Modifier and Type | Method and Description |
---|---|
static TBLOB |
TessBaseAPI.MakeTBLOB(org.bytedeco.leptonica.PIX pix)
Returns a TBLOB corresponding to the entire input image.
|
Modifier and Type | Method and Description |
---|---|
void |
TessBaseAPI.GetFeaturesForBlob(TBLOB blob,
INT_FEATURE_STRUCT int_features,
int[] num_features,
int[] feature_outline_index) |
void |
TessBaseAPI.GetFeaturesForBlob(TBLOB blob,
INT_FEATURE_STRUCT int_features,
IntBuffer num_features,
IntBuffer feature_outline_index) |
void |
TessBaseAPI.GetFeaturesForBlob(TBLOB blob,
INT_FEATURE_STRUCT int_features,
IntPointer num_features,
IntPointer feature_outline_index)
This method returns the features associated with the input image.
|
static void |
TessBaseAPI.NormalizeTBLOB(TBLOB tblob,
ROW row,
boolean numeric_mode)
This method baseline normalizes a TBLOB in-place.
|
void |
TessBaseAPI.RunAdaptiveClassifier(TBLOB blob,
int num_max_matches,
int[] unichar_ids,
float[] ratings,
int[] num_matches_returned) |
void |
TessBaseAPI.RunAdaptiveClassifier(TBLOB blob,
int num_max_matches,
IntBuffer unichar_ids,
FloatBuffer ratings,
IntBuffer num_matches_returned) |
void |
TessBaseAPI.RunAdaptiveClassifier(TBLOB blob,
int num_max_matches,
IntPointer unichar_ids,
FloatPointer ratings,
IntPointer num_matches_returned)
Method to run adaptive classifier on a blob.
|
Modifier and Type | Method and Description |
---|---|
static TBLOB |
tesseract.TessMakeTBLOB(org.bytedeco.leptonica.PIX pix) |
Modifier and Type | Method and Description |
---|---|
static void |
tesseract.TessBaseAPIGetFeaturesForBlob(TessBaseAPI handle,
TBLOB blob,
INT_FEATURE_STRUCT int_features,
int[] num_features,
int[] FeatureOutlineIndex) |
static void |
tesseract.TessBaseAPIGetFeaturesForBlob(TessBaseAPI handle,
TBLOB blob,
INT_FEATURE_STRUCT int_features,
IntBuffer num_features,
IntBuffer FeatureOutlineIndex) |
static void |
tesseract.TessBaseAPIGetFeaturesForBlob(TessBaseAPI handle,
TBLOB blob,
INT_FEATURE_STRUCT int_features,
IntPointer num_features,
IntPointer FeatureOutlineIndex) |
static void |
tesseract.TessBaseAPIRunAdaptiveClassifier(TessBaseAPI handle,
TBLOB blob,
int num_max_matches,
int[] unichar_ids,
float[] ratings,
int[] num_matches_returned) |
static void |
tesseract.TessBaseAPIRunAdaptiveClassifier(TessBaseAPI handle,
TBLOB blob,
int num_max_matches,
IntBuffer unichar_ids,
FloatBuffer ratings,
IntBuffer num_matches_returned) |
static void |
tesseract.TessBaseAPIRunAdaptiveClassifier(TessBaseAPI handle,
TBLOB blob,
int num_max_matches,
IntPointer unichar_ids,
FloatPointer ratings,
IntPointer num_matches_returned) |
static void |
tesseract.TessNormalizeTBLOB(TBLOB tblob,
ROW row,
boolean numeric_mode) |
Copyright © 2021. All rights reserved.