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

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

几何矩

 

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/252140.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Web应用主动侦测工具Skipfish

Web应用主动侦测工具SkipfishSkipfish是Kali Linux附带的一个主动Web应用侦测工具。该工具会首先尽可能获取所有网站路径,进行访问,然后根据返回的内容,检测是否存在漏洞。该工具采用字典爆破和网页爬行两种方式获取网站。一旦获取网页内容&a…

7步让你get首个数据科学实习

由于数据科学的庞大和复杂,如果你没有相关的实习经历的话,成为数据科学家的道路将会更加艰巨和困难。即使是经验丰富的人,实习也是转型进入数据科学领域的一种有效方式。 那么,寻找数据科学实习有哪些技巧?本文总结了数…

Halcon:Image、region、xld常用的处理

一、读取文件夹中的所有图片 list_files (C:/Users/fuping.liu/Desktop/槟榔有无头/有头, [files,follow_links], ImageFiles) tuple_regexp_select (ImageFiles, [\(tif|tiff|gif|bmp|jpg|jpeg|jp2|png|pcx|pgm|ppm|pbm|xwd|ima|hobj)$,ignore_case], ImageFiles)for Index :…

赛码网算法: 上台阶 ( python3实现 、c实现)

上台阶 题目描述 有一楼梯共m级,刚开始时你在第一级,若每次只能跨上一级或二级,要走上第m级,共有多少走法?注:规定从一级到一级有0种走法。 输入…

Halcon: 畸变矫正与标定(1)

1、 Halcon相机标定和图像矫正 对于相机采集的图片,会由于相机本身和透镜的影响产生形变,通常需要对相机进行标定,获取相机的内参或内外参,然后矫正其畸变。相机畸变主要分为径向畸变和切向畸变,其中径向畸变是由透…

conda install 出错

在下载包时出现下面的错误&#xff1a; userdeMBP:pytorch user$ conda install -n deeplearning matplotlib Solving environment: failedCondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/osx-64/repodata.json.bz2> Elapsed…

算法入门经典 第三章

scanf 遇到tab或空格或换行符停下来1.例题2-1 7744问题 从数本身看 从个位数的数字看#include <iostream>#include<math.h>using namespace std; int main(){ for(int a1;a<9;a) { for(int b1;b<9;b) { int n1100*a11*b;//floor x 等于1的区间为[1,2),florr(…

Halcon :畸变矫正与标定(2)

相机标定1.相机标定是什么2.怎么使用halcon进行相机内外参标定&#xff1f; &#xff08;1&#xff09;搭建硬件1.**相机连好电脑&#xff0c;用相机厂家软件打开相机&#xff0c;检查一下相机是否正常。**2.**接下来使用halcon连接相机**&#xff08;2&#xff09;开始标定1.*…

jQuery2

一、层次选择器 1、后代选择器$("div p"):div中所有的p标签元素 2、自带选择器$("div>p")&#xff1a;div中的子代是p的第一层元素 3、兄弟选择器$("divp")和div是兄弟的p标签 4、相邻兄弟选择器$("div~p")与div相邻的p标签 二、jQ…

HTTP协议详解(转载)

http://www.cnblogs.com/TankXiao/archive/2012/02/13/2342672.html 转载于:https://www.cnblogs.com/youmei11/p/8608007.html

bzoj1016 [JSOI2008]最小生成树计数

1016: [JSOI2008]最小生成树计数 Time Limit: 1 Sec Memory Limit: 162 MBSubmit: 6032 Solved: 2452[Submit][Status][Discuss]Description 现在给出了一个简单无向加权图。你不满足于求出这个图的最小生成树&#xff0c;而希望知道这个图中有多少个不同的最小生成树。&…

http请求概述

当浏览器输入网址后 浏览器首先向DNS域名解析服务器发送请求。DNS反解析&#xff1a;根据浏览器请求地址中的域名&#xff0c;到DNS服务器中找到对应的服务器外网IP地址通过找到外网IP&#xff0c;向对应的服务器发请求&#xff08;首先访问服务器的WEB站点管理工具&#xff1a…

Halcon:二维仿射变换实例探究

二维仿射变换&#xff0c;顾名思义就是在二维平面内&#xff0c;对对象进行平移、旋转、缩放等变换的行为&#xff08;当然还有其他的变换&#xff0c;这里仅论述这三种最常见的&#xff09;。 Halcon中进行仿射变换的常见步骤如下&#xff1a; ① 通过hom_mat2d_identity算子…

剑指Offer-数组中重复的数字

题目描述 在一个长度为n的数组里的所有数字都在0到n-1的范围内。 数组中某些数字是重复的&#xff0c;但不知道有几个数字是重复的。也不知道每个数字重复几次。请找出数组中任意一个重复的数字。 例如&#xff0c;如果输入长度为7的数组{2,3,1,0,2,5,3}&#xff0c;那么对应的…

CSS2--字体样式

## CSS2 字体样式 ##### font-family 字体族 - 规定元素的字体系列 - 把多个字体作为一个"回退"系统保存.保证浏览器的支持 - Microsoft YaHei, tahoma, arial, Hiragino Sans GB, sans-serif ##### font 字体类型 - 衬线字体(serif)&#xff1a;在字的笔划开始及结束…

虚拟机中访问连接在物理机上的摄像机(使用桥接)

最近在使用摄像机SDK做开发&#xff0c;开发好之后物理机上没有环境&#xff0c;所以弄了个虚拟机进行测试&#xff0c;就如何在虚拟机中连接摄像机做下记录。 步骤 &#xff11;.物理机上对虚拟机的适配器和摄像机的适配器设置为相同网段并进行桥接&#xff08;注意与摄像机网…

Halcon:手眼标定——眼在手外与眼在手上

为什么需要九点标定&#xff1f; 为了得到机械和相机的关系&#xff0c;就好比人的手和眼的关系。我们用手将一个物体放到空间的一个位置&#xff0c;用眼看到这个物体&#xff0c;这也存在两个坐标系&#xff0c;一个是手所在的运动空间的坐标系&#xff0c;一个是视网膜上成像…

grep 正则匹配

\{0,n\}&#xff1a;至多n次 \{\ 匹配/etc/passwd文件中数字出现只是数字1次到3次 匹配/etc/grub2.cfg文件以一个空格开头匹配一个字符的文件的所有行 显示以LISTEN结尾的行 显示匹配右边以LISTEN结尾匹配一个或者多个空格的所有输出 分组及引用&#xff1a;讲一个或者多个字符…

解决bash: mysql: command not found 的方法

rootDB-02 ~]# MySQL -u root-bash: mysql: command not found 原因:这是由于系统默认会查找/usr/bin下的命令&#xff0c;如果这个命令不在这个目录下&#xff0c;当然会找不到命令&#xff0c;我们需要做的就是映射一个链接到/usr/bin目录下&#xff0c;相当于建立一个链接文…

C#调用 Halcon引擎执行代码

Halcon引擎可以直接执行halcon代码&#xff0c;把halcon程序当做&#xff23;#的一个方法来调用&#xff0c;这样可以减轻&#xff23;#这边的程序负担&#xff0c;而且可以避免内在泄露等bug的出现。还有一种好处是方便调试视觉代码&#xff0c;你只需要启动halcon&#xff0c…