K-nearest neighbors in segmentation of gray image
2 views (last 30 days)
Show older comments
Hi ,
I need help to implement k-nearest neighbors algorithm to segment a gray image.
I dispose of a Training image, and the original image to be segmented. But I don't have the knn algorithm to use it. KnnSearch corresponds to what I am looking to implement but I have Matlab r2009b thus it is not implemented.
please do you have the knn matlab code for 2 dimensionnal images ?
0 Comments
Answers (1)
Image Analyst
on 31 Mar 2014
Do you mean like a knn filter for denoising where you replace a pixel by the mean of the brightest or darkest N values? If so, you can do that all with a few calls imfilter() or conv2() if you're clever about it.
7 Comments
Mohammed Abdul Wadood
on 20 Mar 2022
I working on denoising satellite image with gaussian noise. So, I asket about KNN filter.
thank you
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!