public class ICiTools extends CiSuperObject |
public class ICiTools extends CiSuperObject |
Name | Description | |
---|---|---|
![]() | AndImage | Logical AND with another image. |
![]() | CountPixels | Count image pixels. |
![]() | ExtractObject | Extract an object into new image. |
![]() | Fatten | Fatten image. |
![]() | FirstLine | Find first line. |
![]() | FirstObject | Find first object. |
![]() | getImage | Image as CiImage object. |
![]() | getPLineCurvature | Maximum line curvature. |
![]() | getPLineDirection | Line direction(s). |
![]() | getPMaxLineAngle | Maximum angle of line. |
![]() | getPMaxLineGap | Maximum gap inside line in pixels. |
![]() | getPMinLineLength | Minimum length of line in pixels. |
![]() | getPScaleBmpBrightness | Brightness of image scaled down to Windows Bitmap. Range 0-255. |
![]() | getPScaleBmpContrast | Contrast of image scaled down to Windows Bitmap. Range 0-255. |
![]() | getPScaleBmpType | Type of image-to-bitmap scale down. |
![]() | getPScaleThreshold | Threshold for ciScaleThreshold-type scaling. Range 0-100. |
![]() | getPScaleType | Type of image to image scale down. |
![]() | getRConfidence | Image rotation and skew confidence. |
![]() | MeasureHorzHistogram | Measure horizontal histogram. |
![]() | MeasureMargins | Measure image margins. |
![]() | MeasureRotation | Measure image rotation. |
![]() | MeasureSkew | Measure image skew. |
![]() | MeasureVertHistogram | Measure vertical histogram. |
![]() | NextLine | Find another line. |
![]() | NextObject | Find another object. |
![]() | OrImage | Logical OR with another image. |
![]() | PasteImage | Paste another image. |
![]() | ScaleImage | Scale image. |
![]() | ScaleToDIB | Scale image to Windows DIB. |
![]() | setImage | Image as CiImage object. |
![]() | setPLineCurvature | Maximum line curvature. |
![]() | setPLineDirection | Line direction(s). |
![]() | setPMaxLineAngle | Maximum angle of line. |
![]() | setPMaxLineGap | Maximum gap inside line in pixels. |
![]() | setPMinLineLength | Minimum length of line in pixels. |
![]() | setPScaleBmpBrightness | Brightness of image scaled down to Windows Bitmap. Range 0-255. |
![]() | setPScaleBmpContrast | Contrast of image scaled down to Windows Bitmap. Range 0-255. |
![]() | setPScaleBmpType | Type of image-to-bitmap scale down. |
![]() | setPScaleThreshold | Threshold for ciScaleThreshold-type scaling. Range 0-100. |
![]() | setPScaleType | Type of image to image scale down. |
![]() | Skew | Skew image. |
![]() | Trim | Trim image. |
![]() | XorImage | Logical XOR with another image. |