Automatic detection of interest points

Hello,
Please, I try to detect automatically a predefined number of interest points in images ( drosophila wing ) such as those provided in the attached document . I tested several methods, Harris detector, mathematical morphology ... but unfortunately I have not found a good result.
Please if you have any idea let me know (websites, courses, ...), what about face recognition methods ?
Thank you

Réponses (1)

Image Analyst
Image Analyst le 11 Jan 2015

0 votes

One part of SIFT and SURF (Computer Vision System Toolbox) is detection of "Salient" points. You might look into that. Fingerprint analysis looks more applicable than face recognition.

3 commentaires

Haykel
Haykel le 30 Jan 2015
Thank you for your reply! I tested your proposal and I can not find a good resulting output. I preprocessed the image and I detected branch points after skeletonization. I detected about 60 points branches per image and I try to take only the specifique 15. So I look for a method to characterize these points (the distance between them, angles) and am looking for how matching these points with a real model.
- How to calculate distance betewen all branchpoints ?
- Is distance de bhattacharyya will be helpful ? - How can I know if there is a path (connexion) between two branchpoins or not?
- How to cearte a model ?
- In the literature I found Pairewise Geometric Histogram (PGH), is there in matlab?
Please if you have any idea let me know (websites, courses, ...).
Thank you !
Image Analyst
Image Analyst le 30 Jan 2015
Then you might want to try this algorithm on your images. Your images look sort of similar to fundus images so it might work. http://www.mathworks.com/matlabcentral/fileexchange/49172-trainable-cosfire-filters-for-vessel-delineation-with-application-to-retinal-images
Haykel
Haykel le 5 Fév 2015
Unfortunately, I have not had good results !

Connectez-vous pour commenter.

Question posée :

le 11 Jan 2015

Commenté :

le 5 Fév 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by