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 Comment

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?

Sign in to comment.

 Accepted Answer

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 Comments

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.
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.
thankyou :) image analyst what specific program do you think will help me in my project? leaf recognition that are available in file exchange?
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.

Sign in to comment.

More Answers (0)

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Asked:

on 15 Jan 2015

Commented:

on 15 Jan 2015

Community Treasure Hunt

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

Start Hunting!