MCPcopy Create free account
hub / github.com/creatale/node-dv / TessBaseAPIGetFeaturesForBlob

Function TessBaseAPIGetFeaturesForBlob

deps/tesseract/api/capi.cpp:559–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557
558
559TESS_API void TESS_CALL TessBaseAPIGetFeaturesForBlob(TessBaseAPI* handle, TBLOB* blob, INT_FEATURE_STRUCT* int_features,
560 int* num_features, int* FeatureOutlineIndex)
561{
562 handle->GetFeaturesForBlob(blob, int_features, num_features, FeatureOutlineIndex);
563}
564
565TESS_API ROW* TESS_CALL TessFindRowForBox(BLOCK_LIST* blocks, int left, int top, int right, int bottom)
566{

Callers

nothing calls this directly

Calls 1

GetFeaturesForBlobMethod · 0.80

Tested by

no test coverage detected