Undefined function or method 'pdfbdec' for input arguments of type 'double'.contourlet变换经典代码中,总是对于这个函数报错y = pdfbdec(nim,pfilt,dfilt,nlevs);help文档里也米有相关定义说明,请问如何排除此问题.我是

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/08 12:12:51
Undefined function or method 'pdfbdec' for input arguments of type 'double'.contourlet变换经典代码中,总是对于这个函数报错y = pdfbdec(nim,pfilt,dfilt,nlevs);help文档里也米有相关定义说明,请问如何排除此问题.我是

Undefined function or method 'pdfbdec' for input arguments of type 'double'.contourlet变换经典代码中,总是对于这个函数报错y = pdfbdec(nim,pfilt,dfilt,nlevs);help文档里也米有相关定义说明,请问如何排除此问题.我是
Undefined function or method 'pdfbdec' for input arguments of type 'double'.
contourlet变换经典代码中,总是对于这个函数报错y = pdfbdec(nim,pfilt,dfilt,nlevs);help文档里也米有相关定义说明,请问如何排除此问题.我是虾米,
pdfbdec()函数没有定义,无法调用?程序如下:
clear all;
clc;
%设定参数
pfilt = '9-7'; % choose LP decomposition filter
dfilt = 'pkva'; % choose DFB decomposition filter
nlevs = [0,0,4,4,5];
th = 3; % lead to 3*sigma threshold denoising
rho=3;
im = imread('lena512.bmp');
im = double(im)/256 ;
sig = std(im(:));
sigma = sig / rho;
% Contourlet 变换
y = pdfbdec(im,pfilt,dfilt,nlevs);
[c,s] = pdfb2vec(y);
nvar = pdfb_nest(size(im,1),size(im,2),pfilt,dfilt,nlevs); %nstd = pdfb_nest(nrows,ncols,pfilt,dfilt,nlevs)
cth = th * sigma * sqrt(nvar);
% 系数处理
c = c .* (abs(c) > cth);
% 重构
y = vec2pdfb(c,s);
cim = pdfbrec(y,pfilt,dfilt);
%显示图像
range = [0,1];
colormap(gray);
subplot(1,1,1),imagesc(cim(41:168,181:308),range); axis image off
colormap(gray);
set(gca,'FontSize',8);
title('Contourlets decomposition','FontSize',10)

Undefined function or method 'pdfbdec' for input arguments of type 'double'.contourlet变换经典代码中,总是对于这个函数报错y = pdfbdec(nim,pfilt,dfilt,nlevs);help文档里也米有相关定义说明,请问如何排除此问题.我是
你的contourlet工具包安装不正确 导致你调用其中函数的时候,matlab总出现此提示
最好是将此工具把拷到某一路径下,然后用path加载此路径

undefined reference to 'pthread_create'是什么意思?linux下的C语言程序,关于线程.完全书上的代码输入.用GCC调试时,显示如下错误信息:/tmp/ccm2Qmh0.o(.text+0xe6):In function 'main'::undefined referenced to 'pthread_creat undefined undefined 用MATLAB求函数极限时出现 Undefined function or variable x. Undefined function or method 'u' for input arguments of type 'double'. Input argument x is undefined.function y=f(x) y=exp(-x)+exp(x); 在matlab中,pi 的e 次方如何表示?我输入e的时候,显示“?Undefined function or variable 'e'.” matlab 定义常数如何定义一个常数?>> syms x>> taylor((1+x).^m,4)Undefined function or variable 'm'. 我编了一个程序定义了K 可是还有这一句提示,undefined symbol 'k' in function main 求图像的灰度直方图,出现提示 Undefined function or method 'histogram' for input arguments of type 'char'.怎么办? gtk 的错误undefined reference to `GTK_TEXT'readmsg.c:(.text+0x590): undefined reference to `GTK_TEXT'readmsg.c:(.text+0x5e2): undefined reference to `GTK_TEXT'readmsg.c:(.text+0x62d): undefined reference to `GTK_TEXT'/tmp/cciz9Y4g.o:readmsg.c:(.te 菜鸟求教:MATLAB limit用法>> f=sym('x^2+4*x+10')>> limit(f,x,a)Undefined function or variable 'x'.>> limit(f,a)Undefined function or variable 'a'.还有:>> f=sym('sqrt(1+1/n)');>> limit(f,n,inf)Undefined function or variable 'n'.>> int(f,v)U 如何用matlab解下面的方程b=4.73/2.75;a=(asech(4.73)-cos(4.73))/(csch(4.73)-sin(4.73));y=asech(b*x)+cos(b*x)-a*(csch(b*x)+sin(b*x));求解y=0时的解x=?我用solve老是出错啊? Undefined function or method 'solve' for input arguments o undefined是什么意思 undefined 是什么意思.? undefined月undefined日是什么意思 undefined月undefined日是什么意思 function