在51halcon上看到一个需求,需要将一张小图去背景后贴在大图的指定位置,通过博客https://www.cnblogs.com/lgyup/p/8472840.html启发,
PS:自己试验使用每个像素循环绘制方式发现效率太差改用博客使用的数组连续绘制的方式.
*读图 read_image (Image, 'C:/Users/yoga/Desktop/测试图像/月亮.png') read_image (ImagePart, 'C:/Users/yoga/Desktop/测试图像/飞机.png') dev_update_off () count_seconds (Seconds) *rgb分离 decompose3 (Image, ImageR, ImageG, ImageB) decompose3 (ImagePart, ImagePartR, ImagePartG, ImagePartB) *获取目标点 thr