How does this technique work properly?

1 vue (au cours des 30 derniers jours)
ASMA MOHAMMAD
ASMA MOHAMMAD le 21 Juin 2021
Commenté : DGM le 21 Juin 2021
img1=imread(fn1);
H=slbp(img1);
  5 commentaires
ASMA MOHAMMAD
ASMA MOHAMMAD le 21 Juin 2021
slbp is a function that extracts features from an image. I want to know how to call this function
DGM
DGM le 21 Juin 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');

Connectez-vous pour commenter.

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by