Halcon学习之八:图像区域叠加与绘制

来源:互联网 发布:团队文档库 mac 编辑:程序博客网 时间:2024/05/22 12:38

overpaint_gray ( ImageDestination, ImageSource : : : )

将灰度值不相同区域用不同颜色绘制到ImageDestination中, ImageSource包含希望的灰度值图像

overpaint_region ( Image, Region : : Grayval, Type : )

Region以一个恒定的灰度值绘制到Image图像中

paint_gray ( ImageSource, ImageDestination : MixedImage : : )

ImageSource的图像绘制到ImageDestination中,形成MixedImage

paint_region ( Region, Image : ImageResult : Grayval, Type : )

Region以一个恒定的灰度值绘制到Image图像中

paint_xld ( XLD, Image : ImageResult : Grayval : )

XLD以一个恒定的灰度值绘制到Image图像中

set_grayval ( Image : : Row, Column, Grayval : )

设置Image图像中坐标为(RowColumn)的灰度值

 

程序:

 

处理效果:

原创粉丝点击