How does this technique work properly?

조회 수: 18 (최근 30일)
ASMA MOHAMMAD
ASMA MOHAMMAD 2021년 6월 21일
댓글: DGM 2021년 6월 21일
img1=imread(fn1);
H=slbp(img1);
  댓글 수: 5
ASMA MOHAMMAD
ASMA MOHAMMAD 2021년 6월 21일
slbp is a function that extracts features from an image. I want to know how to call this function
DGM
DGM 2021년 6월 21일
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');

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by