| Package | Description |
|---|---|
| org.bytedeco.tesseract | |
| org.bytedeco.tesseract.global |
| 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.
|
| 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) |
Copyright © 2019. All rights reserved.