Undefined function 'extractLBPFeatures' for input arguments of type 'uint8'.
조회 수: 14 (최근 30일)
이전 댓글 표시
I want to extract LBP features from a gray scale image and getting this error message
'Undefined function 'extractLBPFeatures' for input arguments of type 'uint8'.
i am using matlab(2013a) .
what is wrong...please someone help.
댓글 수: 0
채택된 답변
KALYAN ACHARJYA
2021년 2월 19일
편집: KALYAN ACHARJYA
2021년 2월 19일
Because this function Introduced in R2015b
As you are using a older version of MATLAB, you may use the external functions (Not in Built)
댓글 수: 2
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!