当前位置:网站首页>[Halcon vision] software programming ideas
[Halcon vision] software programming ideas
2022-07-26 10:22:00 【Wenbus】
Visual software programming ideas
- Image preprocessing : Image denoising , Image corrosion , Image expansion , Open close operation , Morphological processing, etc .
- Image region of interest segmentation : Use threshold segmentation , Segment the region of interest .
- Image area filtering : In the segmented region image , According to the characteristics of , Screen out the areas we need . These features include length , Width , Area etc. .
- Characteristics analysis : In the filtered area image , Quantitative analysis of it , Including fitting circles , Fitting straight lines .
- Target information extraction : Get target information , Such as dimension value , Coordinate values, etc .
* Obtain the case of aluminum sheet area
* Image Reading
read_image (Image, 'printer_chip/printer_chip_01')
* Threshold segmentation
threshold (Image, Regions, 171, 253)
* Filling cavity
fill_up (Regions, RegionFillUp)
* Connected domain
connection (RegionFillUp, ConnectedRegions)
* Select area
select_shape (ConnectedRegions, SelectedRegions, 'area', 'and', 27000, 30000)
* Clean the window
dev_clear_window ()
* Display aluminum sheet area
dev_display (SelectedRegions)
边栏推荐
- 【socket】三次握手是在listen中完成,accept只从完成连接的队列中拿出一个连接
- Draco developed by Google and Pixar supports USD format to accelerate 3D object transmission & lt; Forward & gt;
- Uniapp error 7 < Map >: marker ID should be a number
- Wu Enda linear regression of machine learning
- 汉诺塔II|汉诺塔4柱
- Use spiel expressions in custom annotations to dynamically obtain method parameters or execute methods
- Vs2019 configuring opencv
- 【Halcon视觉】数组
- Kaptcha image verification code integration
- Transform between tree and array in JS (hide the children field if the child node of the tree is empty)
猜你喜欢
Uniapp "no mobile phone or simulator detected, please try again later" and uniapp custom components and communication
Employee information management system based on Web
Production of a-modal drag function in antui
点赞,《新程序员》电子书限时免费领啦!
The charm of SQL optimization! From 30248s to 0.001s
Necessary for beginners: debug breakpoint debugging skills in idea and common breakpoint skills
AirTest
Error in render: "typeerror: cannot read properties of undefined (reading 'length')" --- error when calling interface
单元测试,到底什么是单元测试,为什么单测这么难写
3.1 leetcode daily question 6
随机推荐
The problem of incomplete or partial display of the last recyclerview is solved
函数模板参数(函数参数在哪)
Flask框架初学-04-flask蓝图及代码抽离
简单化构造函数的继承方法(二)- ES6中的class继承
Wechat official account release reminder (wechat official account template message interface)
Vs2019 configuring opencv
C language course design Tetris (Part 1)
Distributed network communication framework: how to publish local services into RPC services
Some descriptions of DS V2 push down in spark
输入整数后输入整行字符串的解决方法
Study notes at the end of summer vacation
The problem of four columns of Hanoi Tower
【Halcon视觉】极坐标变换
Data communication foundation telnet remote management equipment
Deduct daily question 838 of a certain day
In Net 6.0
Wu Enda linear regression of machine learning
Study on the basis of opencv
【有奖提问】向图灵奖得主、贝叶斯网络之父 Judea Pearl 提问啦
Force deduction DFS