目錄
- rectangle1_domain(算子)
- 描述
- 參數
rectangle1_domain(算子)
rectangle1_domain - 將圖像的域縮小為矩形。
rectangle1_domain(Image:ImageReduced:Row1,Column1,Row2,Column2 ?
描述
算子rectangle1_domain將給定圖像的定義域縮小為指定的矩形。輸入圖像的舊域被忽略。矩陣的大小不會改變。
并行
支持計算設備上的對象。
多線程類型:可重入(與非獨占運算符并行運行)。
多線程范圍:全局(可以從任何線程調用)。
在元組級別自動并行化。
參數
Image(input_object)(多通道 - )圖像(-array)→對象(字節/方向/循環/ int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
輸入圖像。
ImageReduced(output_object)(multichannel-)image(-array)→object(byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
具有縮減定義域的圖像。
Row1(input_control)rectangle.origin.y→(整數)
圖像區域左上角的線索引。
默認值:100
建議值:10,20,50,100,200,300,500
典型值范圍:0≤Row1≤1024
Column1(input_control)rectangle.origin.x→(整數)
圖像區域左上角的列索引。
默認值:100
建議值:10,20,50,100,200,300,500
典型值范圍:0≤Column1≤1024
Row2(input_control)rectangle.origin.y→(整數)
圖像區域右下角的線索引。
默認值:200
建議值:10,20,50,100,200,300,500
典型值范圍:0≤Row2≤1024
Column2(input_control)rectangle.origin.x→(整數)
圖像區域右下角的列索引。
默認值:200
建議值:10,20,50,100,200,300,500
典型值范圍:0≤Column2≤1024