net.sourceforge.javaocr.ocr
Class SlicerH
java.lang.Object
net.sourceforge.javaocr.ocr.AbstractBaseSlicer
net.sourceforge.javaocr.ocr.SlicerH
- All Implemented Interfaces:
- ImageSlicer
public class SlicerH
- extends AbstractBaseSlicer
class performing image slicing. it's a good idea to pre process image and made it binary.
image slicing does not move data around and does not modify it. slicer is not thread safe.
- Author:
- Konstantin Pribluda
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlicerH
public SlicerH(Image image,
int empty)
- Parameters:
image - image to be slicedempty - empty empty
iterateSpan
protected void iterateSpan()
- Specified by:
iterateSpan in class AbstractBaseSlicer
chisel
protected Image chisel(int imageStart)
- Specified by:
chisel in class AbstractBaseSlicer
Copyright © -2012. All Rights Reserved.