| Table of Contents / Image / Format | Operators |
crop_part — Cut out a rectangular image area.
The operator crop_part cuts a rectangular area from the input images. The area is indicated by a rectangle, which is defined by the coordinates of it's upper left corner and by it's size. The upper left corner of the rectangle must be within the image. At the right side and at the bottom, the rectangle may exceed the image, but the domain of the output image is set so that only the part that can be derived from the input image is contained. If the rectangular area lies completely within the image, the new image matrix has the size of the rectangular area.
Input image.
Image area.
Line index of upper left corner of image area.
Default value: 100
Suggested values: 10, 20, 50, 100, 200, 300, 500
Typical range of values: 0 ≤ Row ≤ 1024
Column index of upper left corner of image area.
Default value: 100
Suggested values: 10, 20, 50, 100, 200, 300, 500
Typical range of values: 0 ≤ Column ≤ 1024
Width of new image.
Default value: 128
Suggested values: 32, 64, 128, 256, 512, 768
Typical range of values: 0 ≤ Width ≤ 1024
Height of new image.
Default value: 128
Suggested values: 32, 64, 128, 256, 512, 525
Typical range of values: 0 ≤ Height ≤ 1024
crop_rectangle1, crop_domain, change_format, reduce_domain
zoom_image_size, zoom_image_factor
Foundation
| Table of Contents / Image / Format | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |