上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 164 下一页
摘要: 在HDevelop中 gen_region_line (RegionLines, 100, 50, 100, 150) gen_region_line (RegionLines1, 150, 50, 150, 150) concat_obj (RegionLines, RegionLines1, O 阅读全文
posted @ 2022-03-09 15:12 天子骄龙 阅读(1200) 评论(0) 推荐(0)
摘要: 在HDevelop中 dev_open_window (0, 0, 300, 300, 'black', WindowHandle) gen_region_line (RegionLines, 100, 50, 120, 50) get_region_points (RegionLines, Row 阅读全文
posted @ 2022-03-09 08:54 天子骄龙 阅读(3303) 评论(0) 推荐(0)
摘要: 在HDevelop中 dev_open_window (0, 0, 300, 300, 'black', WindowHandle) gen_region_line (RegionLines, 100, 50, 150, 250) gen_region_line (RegionLines1, 150 阅读全文
posted @ 2022-03-09 08:30 天子骄龙 阅读(715) 评论(0) 推荐(0)
摘要: 在HDevelop中 dev_open_window (0, 0, 300, 300, 'black', WindowHandle) gen_region_line (RegionLines, 100, 50, 150, 250) *生成直线区域 *参数1:起点y坐标 *参数2:起点x坐标 *参数3 阅读全文
posted @ 2022-03-09 08:04 天子骄龙 阅读(1136) 评论(0) 推荐(0)
摘要: 在HDevelop中 read_image (Image, 'D:/bb/tu/4.jpg') rgb1_to_gray(Image,Image1) threshold (Image1, Region,[80,87,206,195] , [90,100, 228,205]) remove_obj ( 阅读全文
posted @ 2022-03-08 20:18 天子骄龙 阅读(2233) 评论(1) 推荐(0)
摘要: 在HDevelop中 dev_open_window (0, 0, 300, 300, 'black', WindowHandle) gen_region_points (Region1, [100,100,100,100,100,100], [100,101,102,103,104,105]) * 阅读全文
posted @ 2022-03-08 15:58 天子骄龙 阅读(837) 评论(0) 推荐(0)
摘要: 在HDevelop中 read_image (Image, 'D:/bb/tu/4.jpg') rgb1_to_gray(Image,Image1) *将RGB图像转换为灰度图像 threshold (Image1, Region,[80] , [90]) complement (Region, R 阅读全文
posted @ 2022-03-08 15:42 天子骄龙 阅读(1800) 评论(0) 推荐(0)
摘要: 在HDevelop中 read_image (Image, 'D:/bb/tu/4.jpg') rgb1_to_gray(Image,Image1) *将RGB图像转换为灰度图像 threshold (Image1, Region,[80] , [90]) threshold (Image1, Re 阅读全文
posted @ 2022-03-08 15:11 天子骄龙 阅读(1240) 评论(0) 推荐(0)
摘要: 在HDevelop中 read_image (Image, 'D:/bb/tu/4.jpg') rgb1_to_gray(Image,Image1) *将RGB图像转换为灰度图像 threshold (Image1, Region,[80,87,206,195] , [90,100, 228,205 阅读全文
posted @ 2022-03-08 14:11 天子骄龙 阅读(3190) 评论(0) 推荐(0)
摘要: 闭运算:对区域先进行膨胀操作,然后对膨胀的结果再进行腐蚀操作,称为闭运算闭运算特点:具有与膨胀相似的特点,但是能够防止区域膨胀过度,能够很好的保持区域的形状。 效果:能填补缝隙 closing_circle区域圆闭运算 在HDevelop中 dev_update_off() read_image ( 阅读全文
posted @ 2022-03-08 07:34 天子骄龙 阅读(1215) 评论(0) 推荐(0)
上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 164 下一页