error in shear Undefined function or variable 'shearletT​ransformSp​ect'. Error in shear (line 6) [ST,Psi] = shearletTr​ansformSpe​ct(A); ? how to define shearletTransformSpect

% create image
A = VideoReader('peng.mp4');
tic
% shearlet transform
[ST,Psi] = shearletTransformSpect(A);
% inverse shearlet transform
C = inverseShearletTransformSpect(ST,Psi);

3 comentarios

Have you installed the shearlet toolbox from shearlab.org?
Note: you might need to double(A) to pass it into any of the shearlab routines
i have installed the 3D shearlet tool box from this link https://www.math.uh.edu/~dlabate/software.html
That appears to be the wrong toolbox. The appropriate toolbox appears to be one described at Fast Finite Shearlet Transform: a tutorial by Sören Häuser, which used to be at http://www.mathematik.uni-kl.de/~haeuser/FFST . I cannot seem to find any copies of that now. I do see there is a python port of it available through https://github.com/grlee77/PyShearlets

Iniciar sesión para comentar.

Respuestas (1)

which tool to install for vedio from shearlab.org for windows 10 64 bit

Productos

Versión

R2015a

Preguntada:

el 3 de Nov. de 2018

Comentada:

el 3 de Nov. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by