How does this technique work properly?

1 view (last 30 days)
ASMA MOHAMMAD
ASMA MOHAMMAD on 21 Jun 2021
Commented: DGM on 21 Jun 2021
img1=imread(fn1);
H=slbp(img1);
  5 Comments
ASMA MOHAMMAD
ASMA MOHAMMAD on 21 Jun 2021
slbp is a function that extracts features from an image. I want to know how to call this function
DGM
DGM on 21 Jun 2021
Yes, we've established that. I still don't know where this came from or if there is any usage information outside the file (maybe this is part of a toolbox that has other documentation files included). Given that the function seems to support more than one syntax, one could probably look at the input parsing section and try to guess which ones are which and what the expected ranges are.
I'm not inclined to chase that rabbit. Someone else can try. My recommendation is to find whoever wrote this and ask them why they published code with no usage documentation and such helpful error messages as error('Input arguments');

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!