public class LeptonicaFrameConverter extends FrameConverter<org.bytedeco.leptonica.PIX>
Frame and PIX,
which is the image data structure used by Tesseract.
Currently supports only plain PIX images, not FPIX or DPIX ones.frame| Constructor and Description |
|---|
LeptonicaFrameConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.bytedeco.leptonica.PIX |
convert(Frame frame) |
Frame |
convert(org.bytedeco.leptonica.PIX pix) |
public org.bytedeco.leptonica.PIX convert(Frame frame)
convert in class FrameConverter<org.bytedeco.leptonica.PIX>public Frame convert(org.bytedeco.leptonica.PIX pix)
convert in class FrameConverter<org.bytedeco.leptonica.PIX>public void close()
close in interface AutoCloseableclose in class FrameConverter<org.bytedeco.leptonica.PIX>Copyright © 2024. All rights reserved.