Image Matching Based on Shape and Texture

Hello Can any one give me a sample Program image matching based on shape and texture of the object? i really need it guys :( thank you so much for those who will help me. i will appreciated it so much :*

1 commentaire

Dima Lisin
Dima Lisin le 15 Jan 2015
Can you be more specific? Are you trying to detect a specific object in a scene? Are you trying to recognize the object as a member of a category? What sort of objects are you looking at?

Connectez-vous pour commenter.

 Réponse acceptée

Image Analyst
Image Analyst le 15 Jan 2015

0 votes

You might try Hu's image moments like described in this: http://www.youtube.com/watch?v=Nc06tlZAv_Q
You might also look at morphometrics: http://en.wikipedia.org/wiki/Morphometrics

4 commentaires

mark
mark le 15 Jan 2015
thankyou so much again Image Analyst :) but do you have an existing program of image matching based on shape and texture? can you send it to me? so i can study the code and apply it in my project?:) thankyou so much again :) i really appreciated all your effort in helping me.
Image Analyst
Image Analyst le 15 Jan 2015
I don't think I have anything on texture but you can check my File Exchange for selection on size and color. You can use stdfilt() and entropyfilt() to get texture images, then you can threshold them to get regions of different texture levels.
mark
mark le 15 Jan 2015
thankyou :) image analyst what specific program do you think will help me in my project? leaf recognition that are available in file exchange?
Image Analyst
Image Analyst le 15 Jan 2015
MATLAB is a good program. For a leaf recognition application, you're going to have to write that yourself because I don't think there's anything that specific built in to MATLAB. The Computer Vision System Toolbox has several tools that might be useful for you.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing and Computer Vision 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!

Translated by