I get this error for following code" Undefined function or method 'generateR​adialFilte​rLBP' for input arguments of type 'double'. Error in ==> demo at 4 filtR=gene​rateRadial​FilterLBP(​nFiltSize, nFiltRadius); ".How can i solve it?

3 Ansichten (letzte 30 Tage)
imgRGB=imread('photo.jpg'); img=rgb2gray(imgRGB);
filtR=generateRadialFilterLBP(nFiltSize, nFiltRadius); nFiltSize=8; nFiltRadius=1;
fprintf('Here is our filter:\n') disp(filtR);

Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by