SmallestRectangle2(ho_Region,&hv_Row, &hv_Column, &hv_Phi, &hv_Length1, &hv_Length2);//返回最小外接任意角度矩形数据//参数1:输入区域//参数2:最小外接矩形的中心点的行坐标-y坐标//参数3:最小外接矩形的中心点的列坐标-x坐标//参数4:最小外接矩形的长边与图像坐标系x轴的夹角,,范围为-1....
SmallestRectangle2(ho_Region, &hv_Row, &hv_Column, &hv_Phi, &hv_Length1, &hv_Length2); //返回最小外接任意角度矩形数据 //参数1:输入区域 //参数2:最小外接矩形的中心点的行坐标-y坐标 //参数3:最小外接矩形的中心点的列坐标-x坐标 //参数4:最小外接矩形的长边与图像坐标系x轴的夹角,,...
描述:因为halcon中算子求的矩形角度有时候不是我所需要的角度,以算子smallest_rectangle2为例: 1)其获取的矩形角度范围- 90< angle <= 90,即无论通过算子gen_rectangle2生成的Region角度多大,smallest_rectangle2获取的角度都不会超出这个范围。 2)算子smallest_rectangle2输出的角度是通过计算Region长轴与X轴正方向...
The operator smallest_rectangle2 determines the smallest surrounding rectangle of a region, i.e., the rectangle with the smallest area of all rectangles containing the region. For this rectangle the center, the inclination and the two radii are calculated. The calculation of the rectangle is ...
smallest_rectangle2— Smallest surrounding rectangle with any orientation. Description The operatorsmallest_rectangle2determines the smallest surrounding rectangle of a region, i.e., the rectangle with the smallest area of all rectangles containing the region. For this rectangle the center, the inclinatio...
halcon-smallest_rectangle2返回最⼩外接任意⾓度矩形数据 最⼩外接矩形:最⼩外接矩形长宽的⼀半称为长宽半轴,长轴⽅向称为区域的⽅向 存在任意⾓度的称为rect2,⽔平竖直的矩形称为rect1 在HDevelop中 read_image (Image, 'D:/bb/tu/5.jpg')rgb1_to_gray(Image,Image1)threshold (Image...
*获取外接矩形2的中心点 smallest_rectangle2 (Region_Base, Row_Base, Column_Base, Phi_Base, Length1_Base, Length2_Base) *获取区域质心 area_center (Region_Base, Area_Base, Row_Base_C, Column_Base_C) *第一次角度修正 angle_lx (Row_Base_C, Column_Base_C, Row_Base, Column_Base, Angle...
smallest_rectangle1求出的矩形永远是与图像的水平坐标轴平行,不会发生旋转,输出的矩形是该矩形的左上角和右下角坐标。smallest_rectangle2输出...
smallest_rectangle2 (SelectedRegions, RowM, ColumnM, PhiM, Length1, Length2) disp_cross (WindowHandle, RowM, ColumnM, 100, PhiM) 2)画出模板图片的测量区域 recR:=1830 recC:=2220 recA:=0 recL1:=960 recL2:=70 gen_rectangle2 (rec, recR, recC, rad(recA), recL1, recL2) ...
10.smallest_rectangle2(Regions : : : Row, Column, Phi, Length1, Length2) 返回包含一个区域的最小环绕矩形。 11.gen_measure_rectangle2( : : Row, Column, Phi, Length1, Length2, Width, Height, Interpolation : MeasureHandle) 返回和矩形边垂直的边缘。