halcon 圆检测(识别圆、圆拟合)

è¿éåå¾çæè¿°

dev_close_window ()
***读取图片
read_image (Image, 'D:/mywindows/circle3.jpg')
get_image_size (Image, Width, Height)
dev_open_window (0, 0, Width, Height, 'black', WindowHandle)
dev_display (Image)

halcon 圆检测(识别圆、圆拟合).hdev

猜你喜欢

转载自blog.csdn.net/tony2278/article/details/85129143