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?

1 次查看(过去 30 天)
imgRGB=imread('photo.jpg'); img=rgb2gray(imgRGB);
filtR=generateRadialFilterLBP(nFiltSize, nFiltRadius); nFiltSize=8; nFiltRadius=1;
fprintf('Here is our filter:\n') disp(filtR);

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Digital Filter Analysis 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by