Undefined function 'extractLBPFeatures' for input arguments of type 'uint8'.
13 次查看(过去 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)
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!