目前对
labview中ROI Descriptor的理解存在一点障碍,这个簇包含两个元素,Global Rectangle和Contours,其中Contours又是一个簇数组,其中的簇包含三个元素(ID,Type,Coordinates)。
下面的表是NI帮助中对各个元素给出的解释。
Global Rectangle contains the coordinates of the bounding rectangle.
Contours are each of the individual shapes that define an ROI.
ID refers to whether the contour is the external or internal edge of an ROI.
Type is the shape type of the contour.
Coordinates indicates the rela
tive position of the contour. 1、Global Rectangle我最开始理解为就是一个矩形框,框内为目标区域,也就是ROI。但是后面的“
Contours are each of the individual shapes that define an ROI.“定义又表明了里面的Contours才是定义的ROI。那我就此修正一下我的理解,是不是Global Rectangle仅仅是框出的一个大致范围?
2、ID表示Contour是external 或者 internal边缘,这个external或者internal我是不是可以这么理解:边缘的法线方向肯定不止一个像素构成,而是存在多个像素。这样就存在一个外圈单像素链接成的边缘和内圈单像素链接成的边缘,也即这里的external或internal?
希望能得到帮助,以便更好的理解及进行相关的应用。表示感谢!
应该不是版本不一样,可能是你的ROI是NI Vision生成的,所以才这样的格式。
第二个就是关于你说的那个“设置为external,是不是提取出的就是外径所在的圆,相反设置为internal的话就是内径所在的圆”我做过实验了,证明不是!你选择external或者Internal都是一样的ROI。说实话,我暂时还没发现设置external或者Internal对检测结果又影响。你也可以自己做做实验
一周热门 更多>