Bootstrap

Halcon—(利用形状特征选择区域)

dev_clear_window ()
dev_close_window ()

read_image (Image, 'tooth_rim')
get_image_size (Image, Width, Height)

dev_open_window (0, 0, Width, Height, 'black', WindowHandle)
dev_display (Image)

*阈值分割(灰度zhi)
threshold (Image, Region, 128, 255)
*区域连通
connection (Region, ConnectedRegions)
*利用形状特征选择区域。
select_shape (ConnectedRegions, SelectedRegions, 'area', 'and', 10, 9999)
*区域的面积和中心
area_center (SelectedRegions, Area, Row, Column)

 

悦读

道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

;