Herror ::full_domain (
    Hobject Image,
    Hobject *ImageFull
)
HImage HImage::FullDomain (
    void
) const
HImageArray HImageArray::FullDomain (
    void
) const

Expand the domain of an image to maximum.

The operator ::full_domain enters a rectangle with the edge length of the image as new definition domain. This means that all pixels of the matrix are included in further operations. Thus the same definition domain is obtained as by reading or generating an image. The size of the matrix is not changed.


Parameters

Image (input_object)
image(-array) -> Hobject: HImage(Array)
Input image.

ImageFull (output_object)
image(-array) -> Hobject * : HImage(Array)
Image with maximum definition domain.


Possible Predecessors

::get_domain


Alternatives

::change_domain, ::reduce_domain


See also

::get_domain, ::gen_rectangle1


Module

Image / region / XLD management



Copyright © 1996-2002 MVTec Software GmbH