full_domainfull_domainFullDomainFullDomainfull_domain (算子名称)
名称
full_domainfull_domainFullDomainFullDomainfull_domain — Expand the domain of an image to maximum.
参数签名
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.
运行信息
- Supports objects on compute devices.
- 多线程类型:可重入(与非独占操作符并行运行)。
- 多线程作用域:全局(可以从任何线程调用)。
- 在元组级别自动并行化。
参数表
ImageImageImageImageimageimage (input_object) (multichannel-)image(-array) → objectHImageHObjectHImageHobject (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Input image.
ImageFullImageFullImageFullImageFullimageFullimage_full (output_object) 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
模块
Foundation