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 Comments

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
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

Sign in to comment.

Answers (1)

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

Products

Release

R2015a

Asked:

on 3 Nov 2018

Commented:

on 3 Nov 2018

Community Treasure Hunt

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

Start Hunting!