当前位置:网站首页>【Halcon视觉】图像滤波
【Halcon视觉】图像滤波
2022-07-26 10:16:00 【文布斯】
图像滤波的目的是“去噪”。常见的滤波方式有三种:均值滤波,中值滤波,高斯滤波。
一.均值滤波
均值滤波是指,任意一点的像素值,都是周围N*M个点的像素值的平均值。
二.中值滤波
在使用领域平均值,实现去噪时,边缘也会变得模糊,因此有了中值滤波,任意一点的周围,N*M个点,将这些点的像素值,按照从大到小的顺序排列,取中位数,作为目标点的像素值。
三. 高斯滤波
图像上任意一点,对周围N*M个点,进行加权计算。距离目标点较近的点,权重更大,距离目标点较远的点,权重更小。所有点的权重值之和为1。
边栏推荐
- Learning about tensor (III)
- Solve the problem of storing cookies in IE7 & IE8
- Study notes at the end of summer vacation
- Phpexcel export Emoji symbol error
- Li Kou - binary tree pruning
- Learning about opencv (1)
- Flask framework beginner-03-template
- Force deduction DFS
- Meeting OA project (III) -- my meeting (meeting seating and submission for approval)
- RecyclerView最后一条显示不全或显示部分的问题解决
猜你喜欢
What will the new Fuzhou Xiamen railway bring to Fujian coastal areas?
Cause: couldn‘t make a guess for 解决方法
Learning about opencv (3)
MySQL 5.7.25 source code installation record
Interview shock 68: why does TCP need three handshakes?
Basics of data communication - basic knowledge of network
Apple dominates, Samsung revives, and domestic mobile phones fail in the high-end market
On the compilation of student management system of C language course (simple version)
Data communication foundation telnet remote management equipment
Session based recommendations with recurrent neural networks
随机推荐
Learning about tensor (III)
Uni app learning summary
Use of selectors
Mysql5.7.25 master-slave replication (one-way)
Flutter event distribution
输入整数后输入整行字符串的解决方法
Distributed network communication framework: how to publish local services into RPC services
Learning about opencv (4)
反射机制的原理是什么?
Interview shock 68: why does TCP need three handshakes?
Learning about tensorflow (I)
The problem of four columns of Hanoi Tower
MySQL 5.7.25 source code installation record
Encapsulation of tabbarcontroller
protobuf的基本用法
Uniapp common error [wxml file compilation error]./pages/home/home Wxml and using MySQL front provided by phpstudy to establish an independent MySQL database and a detailed tutorial for independent da
RecyclerView最后一条显示不全或显示部分的问题解决
Meeting OA project (III) -- my meeting (meeting seating and submission for approval)
PMM (percona monitoring and management) installation record
Flask框架初学-03-模板