Region特征一览:

特征

备注

area

Area of the object

对象的面积

row

Row index of the center

中心点的行坐标

column

Column index of the center

中心点的列坐标

width

Width of the region

区域的宽度

height

Height of the region

区域的高度

row1

Row index of upper left corner

左上角行坐标

column1

Column index of upper left corner

左上角列坐标

row2

Row index of lower right corner

右下角行坐标

column2

Column index of lower right corner

右下角列坐标

circularity

Circularity

圆度

0~1

compactness

Compactness

紧密度

0~1

contlength

Total length of contour

轮廓线总长

convexity

Convexity

凸性

rectangularity

Rectangularity

矩形度

0~1

ra

Main radius of the equivalent ellipse

等效椭圆长轴半径长度

rb

Secondary radius of the equivalent ellipse

等效椭圆短轴半径长度

phi

Orientation of the equivalent ellipse

等效椭圆方向

anisometry

Anisometry

椭圆参数,Ra/Rb长轴与短轴的比值

bulkiness

Bulkiness

椭圆参数,蓬松度π*Ra*Rb/A

struct_factor

Structur Factor

椭圆参数,Anisometry*Bulkiness-1

outer_radius

Radius of smallest surrounding circle

最小外接圆半径

inner_radius

Radius of largest inner circle

最大内接圆半径

inner_width

Width of the largest axis-parallel rectangle that fits into the region

最大内接矩形宽度

inner_height

Height of the largest axis-parallel rectangle that fits into the region

最大内接矩形高度

dist_mean

Mean distance from the region border to the center

区域边界到中心的平均距离

dist_deviation

Deviation of the distance from the region border from the center

区域边界到中心距离的偏差

roundness

Roundness

圆度,与circularity计算方法不同

num_sides

Number of polygon sides

多边形边数

connect_num

Number of connection components

连通数

holes_num

Number of holes

区域内洞数

area_holes

Area of the holes of the object

所有洞的面积

max_diameter

Maximum diameter of the region

最大直径

orientation

Orientation of the region

区域方向

euler_number

Euler number

欧拉数,即连通数和洞数的差

rect2_phi

Orientation of the smallest surrounding rectangle

最小外接矩形的方向

rect2_len1

Half the length of the smallest surrounding rectangle

最小外接矩形长度的一半??

smallest_rectangle2

rect2_len2

Half the width of the smallest surrounding rectangle

最小外接矩形宽度的一半

moments_m11

Geometric moments of the region

几何矩

moments_m20

Geometric moments of the region

几何矩

moments_m02

Geometric moments of the region

几何矩

moments_ia

Geometric moments of the region

几何矩

moments_ib

Geometric moments of the region

几何矩

moments_m11_invar

Geometric moments of the region

几何矩

moments_m20_invar

Geometric moments of the region

几何矩

moments_m02_invar

Geometric moments of the region

几何矩

moments_phi1

Geometric moments of the region

几何矩

moments_phi2

Geometric moments of the region

几何矩

moments_m21

Geometric moments of the region

几何矩

moments_m12

Geometric moments of the region

几何矩

moments_m03

Geometric moments of the region

几何矩

moments_m30

Geometric moments of the region

几何矩

moments_m21_invar

Geometric moments of the region

几何矩

moments_m12_invar

Geometric moments of the region

几何矩

moments_m03_invar

Geometric moments of the region

几何矩

moments_m30_invar

Geometric moments of the region

几何矩

moments_i1

Geometric moments of the region

几何矩

moments_i2

Geometric moments of the region

几何矩

moments_i3

Geometric moments of the region

几何矩

moments_i4

Geometric moments of the region

几何矩

moments_psi1

Geometric moments of the region

几何矩

moments_psi2

Geometric moments of the region

几何矩

moments_psi3

Geometric moments of the region

几何矩

moments_psi4

Geometric moments of the region

几何矩

Halcon:区域特征:select_shape(Regions : SelectedRegions : Features, Operation, Min, Max : )相关推荐

  1. Halcon 算子特征 Features列表 (‘row1‘、‘compactness‘、‘convexity‘、‘ra‘、‘phi‘、‘num_sides‘、‘holes_num‘、‘area_h)

    文章目录 1 Halcon 算子 select_shape 2 特征Features种类介绍 1 Halcon 算子 select_shape select_shape (Operator) Name ...

  2. Halcon算子--区域特征

    转自:https://www.cnblogs.com/iluzhiyong/p/4857877.html 当我们想要提取Region时,图像处理后,往往存在几个类似的Region,此时,需要根据Reg ...

  3. halcon知识:select_shape究竟怎么用(1)?

    说明 select_shape是halcon的强大算子,需要重点研究,本例按照Features='area',对Operation进行说明,但是更多的案例将在一个更大的文档中说明. 一. 测试sele ...

  4. halcon算子翻译——select_shape

    算子:select_shape(Regions : SelectedRegions : Features, Operation, Min, Max : ) 功能:根据区域要求的特征提取适应的区域. 输 ...

  5. halcon区域腐蚀膨胀算子_Halcon 形态学膨胀腐蚀应用举例

    上图中有一个硬币和一把钥匙,要求:计算出硬币的面积和中心坐标 第一步用灰度直方图选出硬币的区域:threshold (GrayImage, Regions, 110, 250) 第二步用开运算去掉图像 ...

  6. halcon区域腐蚀膨胀算子_Halcon算子

    Halcon部分算子功能:*读取一张图像 read_image(Image,'C:/Users/Desktop/无标题.png') *画一个矩形生成区域 draw_rectangle1(3600, R ...

  7. halcon 区域 inner_circle smallest_circle

    *将condition设为1和非1运行效果对比 read_image(Image,'rings_and_nuts') dev_set_colored(6) condition:=1 //将condit ...

  8. 四种简单的图像显著性区域特征提取方法-----AC/HC/LC/FT。

    四种简单的图像显著性区域特征提取方法-----> AC/HC/LC/FT. 分类: 图像处理 2014-08-03 12:40 4088人阅读 评论(4) 收藏 举报 salient regio ...

  9. 四种比较简单的图像显著性区域特征提取方法原理及实现

    四种比较简单的图像显著性区域特征提取方法原理及实现-----> AC/HC/LC/FT. laviewpbt  2014.8.4 编辑 Email:laviewpbt@sina.com   QQ ...

最新文章

  1. 安卓真机测试安装时报错
  2. Spring+MybatisPlus实现多数据源
  3. Hibernate二级缓存详解
  4. 为什么京东只能对商品评价不能对店铺评价?
  5. 网页性能优化04-函数节流
  6. cmd代码表白_手把手教你把Python代码转成exe
  7. 【爬虫】爬取冰冰第一条视频,保存至csv文件(多页爬取)
  8. Lecture 5:无模型控制
  9. AWS 创建 pem 文件
  10. 在matlab中如何构建加权邻接矩阵,如何构建图像的加权邻接矩阵
  11. C# 提示框 鼠标移动到控件提示 toolTip气泡提示框
  12. SDN/NFV在演进中探寻路径
  13. SPSS统计指南【SPSS 003期】
  14. ARP协议-路由交换原理5-【HCNA笔记】
  15. mysql读写分离如何保证数据同步_MySQL 主从同步 、 MySQL 读写分离
  16. oracle -3233,ORA-3233 问题请教
  17. 苹果键盘怎么手写_今天才发现,苹果手机自带录音转文字功能,堪称会议神器...
  18. 22考研初试410数一145上岸上海交通大学819经验分享
  19. 如果图G=V,E是哈密尔顿图,则它必然具备下述性质
  20. Springboot自动装配源码分析

热门文章

  1. POJ 1811 Prime Test (Rabin-Miller强伪素数测试 和Pollard-rho 因数分解)
  2. Celery的实践指南
  3. Hook KiUserExceptionDispatcher参数指针错误的问题
  4. SilverLight非托管代码的初始化进度条方法
  5. Node — 第三天
  6. Java 数组实现堆栈操作
  7. knockout + easyui = koeasyui
  8. MAVEN创建并打包web项目
  9. android 进程间通信数据(一)------parcel的起源
  10. Eclipse3.6.2 64位启动报“Failed to load the JNI shared library”错的解决方法