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

Function TessBaseAPISetImage

deps/tesseract/api/capi.cpp:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347TESS_API void TESS_CALL TessBaseAPISetImage(TessBaseAPI* handle, const unsigned char* imagedata, int width, int height,
348 int bytes_per_pixel, int bytes_per_line)
349{
350 handle->SetImage(imagedata, width, height, bytes_per_pixel, bytes_per_line);
351}
352
353TESS_API void TESS_CALL TessBaseAPISetImage2(TessBaseAPI* handle, struct Pix* pix)
354{

Callers

nothing calls this directly

Calls 1

SetImageMethod · 0.45

Tested by

no test coverage detected