While Using LBP for feature extraction. I have used LBPfeatures function in matlab, but I got an error. Could anyone help me out
3 次查看(过去 30 天)
显示 更早的评论
Error using extractLBPFeatures>parseInputs (line 148)
Expected I to be of size MxN when it is actually size 168x299x3.
0 个评论
采纳的回答
Walter Roberson
2016-6-16
You cannot use that routine on an RGB image: it is a routine to analyze Local Binary Patterns, not color patterns.
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!