QQ登录

只需一步,快速开始

halcon histo_2dim函数计算

[ 复制链接 ]
histo_2dim(Regions, ImageCol, ImageRow : Histo2Dim : : )
histo_2dim计算区域Regions内两幅图像ImageCol, ImageRow的二维直方图。
通道1 (ImageCol)的灰度值解释为行索引,通道2 (ImageRow)的灰度值解释为列索引。


输出图像 Histo2Dim 点P(g1,g2)的灰度值表示(g1,g2)灰度值组合的频率,
g1表示行索引,g2表示列索引。
例程
read_image(Image,'monkey')
get_domain (Image, Domain)
gauss_filter (Image, ImageGauss, 7)
histo_2dim(Domain,ImageGauss, Image,Histo2Dim)
dev_display(Histo2Dim)


Regions, ImageCol, ImageRow 为输入的区域与两图像,
Histo2Dim 为计算出的直方图。















回复

使用道具 举报

快速回复 返回列表 客服中心 搜索