Name | Description | |
---|---|---|
![]() | Bitmap | Sets Bitmap for editing. Gets results of editing |
![]() | BitmapZone | Gets results of editing. If Zone is set corresponding portion of the image. |
![]() | BitsPerPixel | Number of bits to store each pixel |
![]() | Height | Image height in pixels |
![]() | HorizontalHistogram | Gets number of black pixels in each column |
![]() | HorizontalResolution | Gets/Sets horizontal resolution in dots-per-inch(DPI) |
![]() | Image | CiImage object associated with ImageEditor |
![]() | IsValid | Image is opened |
![]() | lineCurvature | Maximum line curvature for line identification (default medium) |
![]() | lineMaxAngle | Maximum line angle in degrees for line identification (default 5.0) |
![]() | lineMaxGap | Maximum gap size in pixel for line identification (default 3) |
![]() | lineMinLength | Minimum length in pixel for line identification (default 100) |
![]() | Pixels | Gets number of black pixels |
![]() | PixelsArea | Gets image rectangle encompassing all image pixels |
![]() | Rotation | Gets image rotation information |
![]() | RotationConfidence | Gets confidence level of the last Rotation measurement |
![]() | SkewAngle | Gets image skew angle in degrees |
![]() | SkewAngleConfidence | Gets confidence level of the last SkewAngle measurement |
![]() | VerticalHistogram | Gets number of black pixels in each row |
![]() | VerticalResolution | Gets/Sets vertical resolution in dots-per-inch(DPI) |
![]() | Width | Image width in pixels |
![]() | Zone | Limits image processing to a rectangular area on an image |