Uses of Interface
net.sourceforge.javaocr.ImageSlicer

Packages that use ImageSlicer
net.sourceforge.javaocr   
net.sourceforge.javaocr.ocr   
 

Uses of ImageSlicer in net.sourceforge.javaocr
 

Methods in net.sourceforge.javaocr that return ImageSlicer
 ImageSlicer ImageSlicer.slice(int fromY)
          start horizontal slicing iteration from certain position empty row means new image
 ImageSlicer ImageSlicer.slice(int fromY, int tolerance)
          start horizontal slicing with defined tolerance
 

Uses of ImageSlicer in net.sourceforge.javaocr.ocr
 

Classes in net.sourceforge.javaocr.ocr that implement ImageSlicer
 class AbstractBaseSlicer
          abstract base slicer class encapsulating common functionality
 class SlicerH
          class performing image slicing.
 class SlicerV
          slice image in vertical chunks
 

Methods in net.sourceforge.javaocr.ocr that return ImageSlicer
 ImageSlicer AbstractBaseSlicer.slice(int fromY)
          start slicing from designated position with zero tolerance
 ImageSlicer AbstractBaseSlicer.slice(int from, int tolerance)
          start horizontal slicing from designated position tolerating some empty rows
 



Copyright © -2012. All Rights Reserved.