full_domainfull_domainFullDomainFullDomainfull_domain (算子)

名称

full_domainfull_domainFullDomainFullDomainfull_domain — 将图像的域扩展到最大。

签名

full_domain(Image : ImageFull : : )

Herror full_domain(const Hobject Image, Hobject* ImageFull)

Herror T_full_domain(const Hobject Image, Hobject* ImageFull)

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

HImage HImage::FullDomain() const

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

HImage HImage.FullDomain()

def full_domain(image: HObject) -> HObject

描述

算子 full_domainfull_domainFullDomainFullDomainFullDomainfull_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.

执行信息

参数

ImageImageImageImageimageimage (输入对象)  (multichannel-)image(-array) objectHImageHObjectHImageHobject (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

输入图像。

ImageFullImageFullImageFullImageFullimageFullimage_full (输出对象)  image(-array) objectHImageHObjectHImageHobject * (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

Image with maximum definition domain.

可能的前趋

get_domainget_domainGetDomainGetDomainGetDomainget_domain

替代

change_domainchange_domainChangeDomainChangeDomainChangeDomainchange_domain, reduce_domainreduce_domainReduceDomainReduceDomainReduceDomainreduce_domain

另见

get_domainget_domainGetDomainGetDomainGetDomainget_domain, gen_rectangle1gen_rectangle1GenRectangle1GenRectangle1GenRectangle1gen_rectangle1

模块

基础