摘要:
comment ( : : Comment : ) 注释语句 exit ( : : : ) 退出函数 open_file ( : : FileName, FileType : FileHandle )创建( 'output' or 'append' )或者打开 ( output )文本文件 fwri
阅读全文
posted @ 2017-07-29 12:00
qqhfeng16
阅读(351)
推荐(0)
摘要:
函数原型:shape_trans(Region : RegionTrans : Type : ) *shape_trans*仍然是区域,smallest_rectangle1可以获得四个角的坐标 函数作用:变换区域的形状 参数列表: Region(in):被变换的区域 RegionTrans(out
阅读全文
posted @ 2017-07-29 11:39
qqhfeng16
阅读(4327)
推荐(0)
摘要:
change_format ( Image : ImagePart : Width, Height : ) 改变Image图像大小,而且ImagePart图像为灰度值图像。 crop_domain ( Image : ImagePart : : ) 从Image图像中裁剪一个矩形区域。这个矩形的周长
阅读全文
posted @ 2017-07-27 22:42
qqhfeng16
阅读(1390)
推荐(0)
摘要:
版权声明:本文为博主原创文章,未经博主允许不得转载。 版权声明:本文为博主原创文章,未经博主允许不得转载。 overpaint_gray ( ImageDestination, ImageSource : : : ) 将灰度值不相同区域用不同颜色绘制到ImageDestination中, Image
阅读全文
posted @ 2017-07-27 22:42
qqhfeng16
阅读(8553)
推荐(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
阅读(2080)
推荐(1)
摘要:
1、add_channels ( Regions, Image : GrayRegions : : ) 将Image图像的灰度值赋给区域Regions,得到GrayRegions。 2、change_domain ( Image, NewDomain : ImageNew : : ) 改变Image
阅读全文
posted @ 2017-07-27 22:37
qqhfeng16
阅读(1075)
推荐(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
阅读(945)
推荐(0)
摘要:
黑白摄像机会返回每个像素所对应的能量采用结果,这些结果组成了一幅单通道灰度值图像,而对于RGB彩色摄像机,它将返回每个像素所对应的三个采样结果,也就是一幅三通道图像。下面这些是与图像通道有关的函数: 1、access_channel ( MultiChannelImage : Image : Cha
阅读全文
posted @ 2017-07-27 22:35
qqhfeng16
阅读(2288)
推荐(0)
摘要:
1、close_all_framegrabbers ( : : : ) 关闭所有图像采集设备。 2、close_framegrabber ( : : AcqHandle : ) 关闭Handle为AcqHandle的图像采集设备。 3、open_framegrabber ( : : Name, Ho
阅读全文
posted @ 2017-07-27 22:34
qqhfeng16
阅读(1411)
推荐(0)
摘要:
sobel_amp ( Image : EdgeAmplitude : FilterType, Size : ) 根据图像的一次导数计算图像的边缘 close_edges ( Edges, EdgeImage : RegionResult : MinAmplitude : ) close_edges
阅读全文
posted @ 2017-07-27 22:32
qqhfeng16
阅读(2226)
推荐(0)