How can i get a function reference from matlab?

Hey everybody;
I'd like to ask if there is a way to somehow get the reference of the following texture features:
1- Local Range of image "rangefilt"
2- Local Standard deviation "stdfilt"
3- Local entropy "entropyfilt"
Thanks a lot... Mariam

3 Comments

can anyone answer me plz??!
What do you mean by reference? If you mean the documentation you can search for the functions here in the Image Processing Toolbox documentation here: http://www.mathworks.se/help/images/index.html
No, what I mean is, to have a reference book for those functions.

Sign in to comment.

Answers (1)

In the command window, type:
doc rangefilt
doc stdfilt
doc entropyfilt

Products

Asked:

on 22 Apr 2014

Commented:

on 25 Apr 2014

Community Treasure Hunt

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

Start Hunting!