Info
此问题已关闭。 请重新打开它进行编辑或回答。
error- real positive integers or logicals.
2 次查看(过去 30 天)
显示 更早的评论
I get error as
Subscript indices must either be real positive integers or logicals.
please can anyone tell why i get this error
am performing dualtree2D, my image is rgb and have converted into
double(rgs2gray(x))
x is my input image ,
my dual tree code is
x = imread('dock.jpg') % Test signal
J = 4;
x=double(rgb2gray(x))% number of stages
[Faf, Fsf] = FSfarras; % 1st stage anal. & synth. filters
[af, sf] = dualfilt1;
w = dualtree2D(x, J, Faf, af)
2 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!