full_domain ( Image : ImageFull : : )

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) -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real / complex / dvf
Input image.

ImageFull (output_object)
image(-array) -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real / complex / dvf
Image with maximum definition domain.


Parallelization Information

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


Possible Predecessors

get_domain


Alternatives

change_domain, reduce_domain


See also

get_domain, gen_rectangle1


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH