Detect image rotation as 0, 90°, 180° or 270° Rotation is measured using text and line objects Outputs rotation and confidence (in %)
Measure Skew
Measure image skew within a ± 45° range to the nearest horizontal or vertical axis. Skew is measured using text and line objects Measurement resolution ± 0.1° Outputs angle (in degrees) and confidence (in %)
Measure Margins
Measure rectangular area containing ALL image black pixels
Measure Vertical Histogram
Measure number of pixels in each of image columns Output is an Integer Array Not applicable to color and grayscale images
Measure Horizontal Histogram
Measure number of pixels in each of image rows Output is an Integer Array Not applicable to color and grayscale images
Image Components Operations
Find and Measure Objects
Identify objects groups of mutually touching black pixels Measure and read characteristic of each object (one at a time) Number of black pixels Rectangle encompassing all object pixels Number of intervals groups of horizontally adjacent pixels Not applicable to color and grayscale images
Extract Object
Create new image containing only the pixels of the specified object Not applicable to color and grayscale images
Find and Measure Lines
Identify horizontal and/or vertical line. Lines filtered on basis of: Minimum length in pixels Maximum line break size in pixels Maximum skew angle (maximum value is 5.0°) Amount of line curvature Measure and read characteristic of each line (one at a time) Rectangle encompassing all line pixel Location of line ends Line angle Line thickness Line direction (vertical or horizontal)
Morphological Operations
Fattening (Dilation)
Dilate or fatten image objects specifying Number of pixels Direction: Horizontal, vertical, diagonal or any combination Not applicable to color and grayscale images
Trimming (Erosion)
Erode or trim image object specifying Number of pixels Direction:Horizontal, vertical, diagonal or any combination Not applicable to color and grayscale images
image Logical Operations
Specifications
For all logical operations: One image or zone is used as source and destination, another image or zone is used as second source. Alignment of the upper left corner of the second sources on the destination image is specified. Only pixels present in both sources participate in operation
And Images
Sets destination pixel to white if any of source pixels is white
Or Images
Sets destination pixel to black if any of source pixels is black
XOR Images
Sets destination pixel to black if source pixels are of different color
Paste Images
Sets destination pixel to color of second source pixels
Image Scaling Operations
Scale Image
Separate X and Y scaling factors may be specified. Scaling down algorithms: Skip extra lines Merge lines setting pixel black if black in any line Merge lines setting pixel white if black in any line Merge lines setting pixel black if number of pixels in merged lines is above specified threshold (in percent)
Scaling up increases the resolution of the image.
Scaling does not change the physical size of the image, for that purpose see Repair Resize.
Scale to Grayscale Bitmap
Produces separate Windows DIB object representing the scaled image. Parameters that may be specified: Separate X and Y axis scaling factors Bitmap contrast (0 to 256) Bitmap brightness (0 to 256) Scaling down algorithms: Best visual quality Maximum scaling speed