Uses of Class
org.yccheok.numrecognition.ROI

Uses of ROI in org.yccheok.numrecognition
 

Methods in org.yccheok.numrecognition that return ROI
 ROI[] NumberImageProcessor.getBlobROIs()
          Get the ROI of all the objects.
 

Methods in org.yccheok.numrecognition with parameters of type ROI
 void NumberImageProcessor.clear(ROI roi)
          Clears the region within ROI.
 boolean ROI.isContain(ROI roi)
          Whether the given ROI is re-inside this ROI.
 void NumberImageProcessor.setROI(ROI roi)
          Set the ROI of an image.