Herror ::crop_domain (
    Hobject Image,
    Hobject *ImagePart
)
HImage HImage::CropDomain (
    void
) const
HImageArray HImageArray::CropDomain (
    void
) const

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) -> Hobject: HImage(Array)
Input image.

ImagePart (output_object)
(multichannel-)image(-array) -> Hobject * : HImage(Array)
Image area.


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-2002 MVTec Software GmbH