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!