How to detect isolated points in a vector
Afficher commentaires plus anciens
Hi,
I have a vector (see attachment), and I would like to detect isolated points (marked with red cicles in the image). Isolated in that sense, that same values have a certain distance to these. I would need the indices.
Thank you
Chris
4 commentaires
For others who may be wondering
load outputVector.mat
plot(iidx,'*')
Dyuman Joshi
le 21 Sep 2023
"Isolated in that sense, that same values have a certain distance to these."
Can you elaborate on this? If possible, please provide an example with random set of values.
CSCh
le 21 Sep 2023
Dyuman Joshi
le 21 Sep 2023
I have seen the image. It does not do a good job of explaining what you mean by "isolated points".
That is why I asked for more information.
Provide a mathematical explaination of the criteria to use to determine which points are isolated points.
Make it easy for us to help you.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Image Processing Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

