nonsubsampled Contourlet decomposition NSCT
조회 수: 2 (최근 30일)
이전 댓글 표시
I have an image (medical image) 1024*1024 I'm trying to decompose it using the NSCT toolbox but every time I run the code I got this error:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154153/image.png)
[1]: http://i.stack.imgur.com/Ww6JX.png
This error was detected while a MEX-file was running. If the MEX-file
is not an official MathWorks function, please examine its source code
for errors. Please consult the External Interfaces Guide for information
on debugging MEX-files.
the only mex files I'm using are the ones in the Toolbox
nlevels = [0, 1, 3] ; % Decomposition level
pfilter = 'maxflat' ; % Pyramidal filter
dfilter = 'dmaxflat7' ; % Directional filter
% Nonsubsampled Contourlet decomposition
coeffs = nsctdec( double(im), nlevels, dfilter, pfilter );
댓글 수: 0
답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!