reduce_domain — 缩小图像的域。
reduce_domain(Image, Region : ImageReduced : : )
算子 reduce_domain reduces the definition domain of the given image
to the indicated region. The new definition domain is calculated as
the intersection of the old definition domain with the region.
Thus, the new definition domain can be a subset of the region. The
size of the matrix is not changed.
Image (输入对象) (multichannel-)image(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
输入图像。
Region (输入对象) region → object
New definition domain.
ImageReduced (输出对象) image(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Image with reduced definition domain.
change_domain,
rectangle1_domain,
add_channels
full_domain,
get_domain,
intersection
基础