- Find the modal value of the center pixel and it's surrounding window
- If the difference between the center pixel and the modal value is larger than some pre-defined threshold, replace it.
what is the histogram filter?
6 次查看(过去 30 天)
显示 更早的评论
Hello
I'm trying to image proccessing the image of lidar system.
for this purpose, I'm using combination filter which one of them is histogram filter but I can't understand the algorithms clearly?
can any one explain me the step of this method ???
thanks.
2 个评论
Rik
2021-9-22
This is how I understand it:
First choose a window size and a threshold. Then do these steps for every pixel:
This is similar to using a convolution to find outliers, but instead of the mean, you want the mode.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Labeling, Segmentation, and Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!