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