ClassesClassesClassesClasses | | | | Operators

full_domainfull_domainFullDomainfull_domainFullDomainFullDomain (Operator)

Name

full_domainfull_domainFullDomainfull_domainFullDomainFullDomain — Expand the domain of an image to maximum.

Signature

full_domain(Image : ImageFull : : )

Herror full_domain(const Hobject Image, Hobject* ImageFull)

Herror T_full_domain(const Hobject Image, Hobject* ImageFull)

Herror full_domain(Hobject Image, Hobject* ImageFull)

HImage HImage::FullDomain() const

HImageArray HImageArray::FullDomain() const

void FullDomain(const HObject& Image, HObject* ImageFull)

HImage HImage::FullDomain() const

void HOperatorSetX.FullDomain(
[in] IHUntypedObjectX* Image, [out] IHUntypedObjectX*ImageFull)

IHImageX* HImageX.FullDomain()

static void HOperatorSet.FullDomain(HObject image, out HObject imageFull)

HImage HImage.FullDomain()

Description

The operator full_domainfull_domainFullDomainfull_domainFullDomainFullDomain 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.

Parallelization

Parameters

ImageImageImageImageImageimage (input_object)  (multichannel-)image(-array) objectHImageHImageHImageHImageXHobject (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

Input image.

ImageFullImageFullImageFullImageFullImageFullimageFull (output_object)  image(-array) objectHImageHImageHImageHImageXHobject * (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

Image with maximum definition domain.

Possible Predecessors

get_domainget_domainGetDomainget_domainGetDomainGetDomain

Alternatives

change_domainchange_domainChangeDomainchange_domainChangeDomainChangeDomain, reduce_domainreduce_domainReduceDomainreduce_domainReduceDomainReduceDomain

See also

get_domainget_domainGetDomainget_domainGetDomainGetDomain, gen_rectangle1gen_rectangle1GenRectangle1gen_rectangle1GenRectangle1GenRectangle1

Module

Foundation


ClassesClassesClassesClasses | | | | Operators