摘要: change_format ( Image : ImagePart : Width, Height : ) 改变Image图像大小,而且ImagePart图像为灰度值图像。 crop_domain ( Image : ImagePart : : ) 从Image图像中裁剪一个矩形区域。这个矩形的周长 阅读全文
posted @ 2017-07-27 22:42 qqhfeng16 阅读(1261) 评论(0) 推荐(0) 编辑
摘要: 版权声明:本文为博主原创文章,未经博主允许不得转载。 版权声明:本文为博主原创文章,未经博主允许不得转载。 overpaint_gray ( ImageDestination, ImageSource : : : ) 将灰度值不相同区域用不同颜色绘制到ImageDestination中, Image 阅读全文
posted @ 2017-07-27 22:42 qqhfeng16 阅读(8124) 评论(0) 推荐(0) 编辑
摘要: area_center_gray ( Regions, Image : : : Area, Row, Column ) 计算Image图像中Region区域的面积Area和重心(Row,Column)。 cooc_feature_image ( Regions, Image : : LdGray,  阅读全文
posted @ 2017-07-27 22:41 qqhfeng16 阅读(1933) 评论(0) 推荐(1) 编辑
摘要: 1、add_channels ( Regions, Image : GrayRegions : : ) 将Image图像的灰度值赋给区域Regions,得到GrayRegions。 2、change_domain ( Image, NewDomain : ImageNew : : ) 改变Image 阅读全文
posted @ 2017-07-27 22:37 qqhfeng16 阅读(1016) 评论(0) 推荐(0) 编辑
摘要: 1、copy_image ( Image : DupImage : : ) 复制image图像 2、region_to_bin ( Region : BinImage : ForegroundGray, BackgroundGray,Width, Height : ) 将区域Region转换为一幅二 阅读全文
posted @ 2017-07-27 22:36 qqhfeng16 阅读(862) 评论(0) 推荐(0) 编辑
摘要: 黑白摄像机会返回每个像素所对应的能量采用结果,这些结果组成了一幅单通道灰度值图像,而对于RGB彩色摄像机,它将返回每个像素所对应的三个采样结果,也就是一幅三通道图像。下面这些是与图像通道有关的函数: 1、access_channel ( MultiChannelImage : Image : Cha 阅读全文
posted @ 2017-07-27 22:35 qqhfeng16 阅读(2160) 评论(0) 推荐(0) 编辑
摘要: 1、close_all_framegrabbers ( : : : ) 关闭所有图像采集设备。 2、close_framegrabber ( : : AcqHandle : ) 关闭Handle为AcqHandle的图像采集设备。 3、open_framegrabber ( : : Name, Ho 阅读全文
posted @ 2017-07-27 22:34 qqhfeng16 阅读(1222) 评论(0) 推荐(0) 编辑
摘要: sobel_amp ( Image : EdgeAmplitude : FilterType, Size : ) 根据图像的一次导数计算图像的边缘 close_edges ( Edges, EdgeImage : RegionResult : MinAmplitude : ) close_edges 阅读全文
posted @ 2017-07-27 22:32 qqhfeng16 阅读(2128) 评论(0) 推荐(0) 编辑
摘要: 版权声明:本文为博主原创文章,未经博主允许不得转载。 版权声明:本文为博主原创文章,未经博主允许不得转载。 1、get_grayval ( Image : : Row, Column : Grayval ) 计算Image图像中坐标为(Row,Column)的点的灰度值Grayval。 2、get_ 阅读全文
posted @ 2017-07-27 22:31 qqhfeng16 阅读(704) 评论(0) 推荐(0) 编辑
摘要: sub_image ( ImageMinuend, ImageSubtrahend : ImageSub : Mult, Add : ) 对两幅图像做减法 g' := (g1 - g2) * Mult + Add abs_image ( Image : ImageAbs : : ) 计算图像的绝对值 阅读全文
posted @ 2017-07-27 22:30 qqhfeng16 阅读(2607) 评论(0) 推荐(0) 编辑
摘要: 1、 新建文本文件open_file ( : : FileName, FileType : FileHandle ) 创建 ( 'output' or 'append' )或者打开 ( input ) 文本文件 2、 写文本 fwrite_string ( : : FileHandle, Strin 阅读全文
posted @ 2017-07-27 22:28 qqhfeng16 阅读(3796) 评论(0) 推荐(0) 编辑