crop_domain ( Image : ImagePart : : )

Cut out of defined gray values.

The operator crop_domain cuts a rectangular area from the input images. This rectangle is the smallest surrounding rectangle of the domain of the imput image. The new definition domain includes all pixels of the new image. The new image matrix has the size of the rectangle.


Parameters

Image (input_object)
(multichannel-)image(-array) -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real
Input image.

ImagePart (output_object)
(multichannel-)image(-array) -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real
Image area.


Parallelization Information

crop_domain is reentrant and automatically parallelized (on tuple level).


Possible Successors

disp_image


Alternatives

crop_part, crop_rectangle1, change_format, reduce_domain


See also

zoom_image_size, zoom_image_factor


Module

Image / region / XLD management



Copyright © 1996-2005 MVTec Software GmbH