在Halcon中,gen_rectangle1函数用于生成矩形的区域对象,但它本身并不直接涉及矩形的填充。矩形的填充通常是在显示或处理这些区域对象时通过其他函数来控制的。以下是对您问题的详细解答: gen_rectangle1函数的正确用法: gen_rectangle1函数用于生成一个矩形的区域对象。其基本用法是指定矩形的左上角和右下角坐标。函数...
gen_rectangle1 (Rectangle, Row1, Column1, Row2, Column2)*创建一个平行于坐标轴的矩形区域*参数1:新创建矩形的对象名--区域对象名*参数2:左上角的行索引*参数3:左上角的列索引*参数4:右下角的行索引*参数5:右下角的列索引 region_features (Rectangle,'area', Value) 在QtCreator中 HObject ho_Rec...
gen_rectangle1 (算子名称) 名称gen_rectangle1— Create a rectangle parallel to the coordinate axes.参数签名gen_rectangle1( : Rectangle : Row1, Column1, Row2, Column2 : ) 描述The operator gen_rectangle1 generates one or more rectangles parallel to the coordinate axes which are described by ...
2、rgb1_to_gray(RGBImage : GrayImage : : ) 将RGB图像 RGBImage 转为灰度图输出到 GrayImage 中 3、gen_rectangle1( : Rectangle : Row1, Column1, Row2, Column2 : ) 创建一个矩形,左上角坐标是(Column1, Row1),右下角坐标是(Column2 , Row2),并输出到 Rectangle 4、crop_domain(Image : ...
gen_rectangle1 (Rectangle, Row1, Column1, Row2, Column2) *创建一个平行于坐标轴的矩形 *参数1:新创建矩形的对象名--区域对象名 *参数2:左上角的行索引 *参数3:左上角的列索引 *参数4:右下角的行索引 *参数5:右下角的列索引 region_features (Rectangle, 'area', Value) ...
使用gen_rectangle1来生成矩形结构内核,这个函数的参数中: (1)第一个参数Rectangle为输出的矩形结构区域; (2)第二个参数Row1为输入的矩形区域的左上角点行坐标; (3)第三个参数Column1位输入的矩形区域左上角点列坐标; (4)第四个参数Row2为输入的矩形区域的右下角点行坐标; ...
gen_rectangle1( : Rectangle : Row1 , Column1 , Row2 , Column2 : )生成一个平行矩形,左上角,右下角坐标为 Row1 , Column1 , Row2 , Column2 。例如:dev_open_window ...
If the parameter values are correct, the operatorgen_rectangle1returns the value 2 (H_MSG_TRUE). Otherwise an exception is raised. The clipping according to the current image format is set via the operatorset_system('clip_region',<'true'/'false'>). ...
If the parameter values are correct, the operator gen_rectangle1 returns the value 2 (H_MSG_TRUE). Otherwise an exception is raised. The clipping according to the current image format is set via the operator set_system('clip_region',<'true'/'false'>)....
1 1. dev_set_color ('#00ffff80') read_image (Image1, '1.png') hom_mat2d_identity (HomMat2DIdentity) *第一层 gen_rectangle1 (ROI_0, 60.3445, 104.379, 1968.53, 2357.43) reduce_domain (Image1, ROI_0, ImageReduced0) crop_domain (ImageReduced0, ImagePart0) ...