HDevWindowStack::Push(hv_WindowHandle); GenRegionLine(&ho_RegionLines,100,50,120,50); GetRegionPoints(ho_RegionLines,&hv_Rows, &hv_Columns);//获得区域所有像素点的坐标if(HDevWindowStack::IsOpen()) DispObj(ho_RegionLines, HDevWindowStack::GetActive());...
get_region_points(Region : : : Rows , Columns)get_region_points以坐标列表的形式返回区域数据。坐标排序如下:get_region_points以元组的形式返回坐标。空区域 ...
GetRegionPoints(ho_RegionLines, &hv_Rows, &hv_Columns); //获得区域所有像素点的坐标 if (HDevWindowStack::IsOpen()) DispObj(ho_RegionLines, HDevWindowStack::GetActive()); 1. 2. 3. 4. 5. 6. 7. 8. 9.
inner_center:在输入区域骨骼上与输入区域重心距离最小的点。 虽然get_region_points可以获取区域上的所有点,但是这个函数针对的1个Region。 如果您有更好的方法,建议留言,我更新进博客,让同行一起爽歪歪~~~
Line numbers of the pixels in the regionColumns (output_control) coordinates.x-array → (integer) Column numbers of the pixels in the region. Number of elements: Columns == RowsResultThe operator get_region_points normally returns the value 2 (H_MSG_TRUE). If more than one connection com...
intersection (Region_Obj_Trans_Edge, Rect_Defect, Region_Line) *计算角度 dilation_circle (Region_Line, Region_Line, 2) skeleton (Region_Line, Region_Line) junctions_skeleton (Region_Line, EndPoints, JuncPoints) get_region_points (EndPoints, Rows, Columns) ...
halcon 区域Region(HObject)的传输 GetRegionRuns 获取:游程编码,行号、起始列、行列。 privatevoidbutTemp_Click(objectsender,EventArgs e){HObject region;HOperatorSet.GenRectangle1(out region,1,1,2,2);HTuple tRows,tCols;HOperatorSet.GetRegionPoints(region,out tRows,out tCols);//region有4个点(1...
get_region_points可以得到坐标 smallest_rectangle1得到其外接最小矩形,外接最小矩形高度即为region的高度
void RegionGrowDlg::on_spb_growIndex_valueChanged(int arg1){HObject Region,ResultRegion;HTuple GrayRows,GrayCols;int curGray=ui->spb_gray->value();Threshold(CurTestImg,&Region,curGray,curGray);GetRegionPoints(Region,&GrayRows,&GrayCols);GenEmptyRegion(&ResultRegion);for(int i=0;i<GrayRows...
15 disp_region() 在一个窗口中显示区域。 16 disp_xld() 显示一个XLD物体。 6.6 参数(Parameters) No.函数功能 1 get_comprise() 获取一个图像矩阵的输出处理。 2 get_draw() 获取现在区域填充模式。 3 get_fix() 获取现在查询表的固定模式。 4 get_hsi() 获取现在颜色的HSI编码。 5 get_icon() 查...