上一页 1 2 3 4 5 6 ··· 16 下一页
摘要: 名称 get_domain - 获取图像的域(ROI)。 用法 get_domain(Image : Domain : : ) 描述 算子get_domain将所有输入图像的定义域作为区域返回。 并行 ● 支持计算设备上的对象。 ● 多线程类型:可重入(与非独占算子并行运行)。● 多线程范围:全局( 阅读全文
posted @ 2018-01-18 08:39 水行 阅读(1832) 评论(0) 推荐(0) 编辑
摘要: 名称 full_domain - 将图像的域(ROI)扩大到最大。 用法 full_domain(Image : ImageFull : : ) 描述 算子full_domain输入一个以图像边缘长度为矩形的新定义域。 这意味着在进一步的操作中图像矩阵包含所有像素。 因此,通过读取或生成图像来获得相 阅读全文
posted @ 2018-01-17 09:06 水行 阅读(1254) 评论(0) 推荐(0) 编辑
摘要: 名称 change_domain - 更改图像的定义域(ROI)。 用法 change_domain(Image, NewDomain : ImageNew : : ) 描述 算子change_domain使用指定的区域作为新的定义域。 与算子reduce_domain不同,图像的定义域不是前一个定 阅读全文
posted @ 2018-01-16 10:13 水行 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 名称 add_channels - 为区域添加灰度值。 用法 add_channels(Regions, Image : GrayRegions : : ) 描述 算子add_channels为区域中的每个区域创建一个图像,将来自输入图像Image的像素值“绘制”到该区域中。GrayRegions中 阅读全文
posted @ 2018-01-15 10:31 水行 阅读(762) 评论(0) 推荐(0) 编辑
摘要: 名称 region_to_mean - 用平均灰度值绘制区域。 用法 region_to_mean(Regions, Image : ImageMean : : ) 描述 region_to_mean根据图像Image返回一个图像,其中Regions的区域被绘制为其平均灰度值。 该算子主要是为了将分 阅读全文
posted @ 2018-01-12 08:41 水行 阅读(1440) 评论(0) 推荐(0) 编辑
摘要: 名称 region_to_label - 将区域转换为标签图像。 用法 region_to_label(Region : ImageLabel : Type, Width, Height : ) 描述 region_to_label根据它们的索引(1..n)将输入区域转换成标签图像,即,第一区域被绘 阅读全文
posted @ 2018-01-11 08:40 水行 阅读(1564) 评论(0) 推荐(0) 编辑
摘要: 名称 region_to_bin - 将区域转换为二进制字节图像。 用法 region_to_bin(Region : BinImage : ForegroundGray, BackgroundGray, Width, Height : ) 描述 region_to_bin将在Region中给定的输 阅读全文
posted @ 2018-01-10 09:40 水行 阅读(2674) 评论(0) 推荐(0) 编辑
摘要: 名称 gen_image_surface_second_order - 使用二阶多项式创建灰色曲面。 用法 gen_image_surface_second_order( : ImageSurface : Type, Alpha, Beta, Gamma, Delta, Epsilon, Zeta, 阅读全文
posted @ 2018-01-09 08:33 水行 阅读(571) 评论(0) 推荐(0) 编辑
摘要: 名称 gen_image_surface_first_order - 使用一阶多项式创建倾斜的灰色曲面。 用法 gen_image_surface_first_order( : ImageSurface : Type, Alpha, Beta, Gamma, Row, Column, Width, 阅读全文
posted @ 2018-01-08 08:25 水行 阅读(1298) 评论(0) 推荐(0) 编辑
摘要: 名称 gen_image_proto - 使用指定的常量灰度值创建图像。 用法 gen_image_proto(Image : ImageCleared : Grayval : ) 描述 gen_image_proto创建一个带常量灰度值Grayval的输出图像ImageCleared。 如果输入图 阅读全文
posted @ 2018-01-05 13:32 水行 阅读(2858) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 16 下一页