QQ登录

只需一步,快速开始

halcon clip_region函数介绍

[ 复制链接 ]
clip_region(Region : RegionClipped : Row1, Column1, Row2, Column2 : )
函数将Region 内的区域剪切到Row1, Column1, Row2, Column2两点坐标点组成的矩形区域中。
函数会比将gen_rectangle1生成区域传递给函数intersection,在效率上来得高效。

例程
read_image (Image, 'fabrik')
regiongrowing (Image, Regions, 1, 1, 3, 100)
count_obj (Regions, NumberOfOriginalRegions)
clip_region (Regions, RegionClippedWithEmptyRegions, 100, 100, 455, 455)


  

halcon从自学到接项目视频教程,另外再赠送全网最全资源  

  

欢迎围观我录制的一套halcon自学视频教程(进入)


回复

使用道具 举报

快速回复 返回列表 客服中心 搜索