摘要: Halcon学习之一:查询图像参数1、get_grayval(Image::Row,Column:Grayval)计算Image图像中坐标为(Row,Column)的点的灰度值Grayval。2、get_image_pointer1(Image:::Pointer,Type,Width,Height)计算Image图像的数据指针Pointer,图像类型Type,图像宽度Width和高度Height。Pointer指向了Imagedata的起点位置。3、get_image_pointer3(ImageRGB:::PointerRed,PointerGreen,PointerBlue,Type,W 阅读全文
posted @ 2013-09-17 09:51 nanyangzp 阅读(3146) 评论(0) 推荐(0)