rectangle1_domain — 将图像的域缩小为矩形。
算子 rectangle1_domain reduces the definition domain
of the given image to the specified rectangle.
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)
输入图像。
ImageReduced (输出对象) (multichannel-)image(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Image with reduced definition domain.
Row1 (输入控制) rectangle.origin.y → (integer)
Line index of upper left corner of image area.
默认值: 100
建议值: 10, 20, 50, 100, 200, 300, 500
值范围:
0
≤
Row1
≤
1024
Column1 (输入控制) rectangle.origin.x → (integer)
Column index of upper left corner of image area.
默认值: 100
建议值: 10, 20, 50, 100, 200, 300, 500
值范围:
0
≤
Column1
≤
1024
Row2 (输入控制) rectangle.origin.y → (integer)
Line index of lower right corner of image area.
默认值: 200
建议值: 10, 20, 50, 100, 200, 300, 500
值范围:
0
≤
Row2
≤
1024
Column2 (输入控制) rectangle.origin.x → (integer)
Column index of lower right corner of image area.
默认值: 200
建议值: 10, 20, 50, 100, 200, 300, 500
值范围:
0
≤
Column2
≤
1024
change_domain,
reduce_domain,
add_channels
full_domain,
get_domain,
intersection
基础