Undefined function 'dwt2' for input arguments of type 'uint8'

13 visualizzazioni (ultimi 30 giorni)
Undefined function 'dwt2' for input arguments of type 'uint8'
I get this error when running the code below:
[ll1,hl1,lh1,hh1]=dwt2(ROIout,'db1');
ROIout is the ROI output of a DICOM image which was converted to uint 8.
Thanks in advance.
  3 Commenti
umair ilyas
umair ilyas il 24 Apr 2019
Input image A is undefined or invalid.
>> bfilter2
Error using bfilter2 (line 5)
Input image A is undefined or invalid.
Walter Roberson
Walter Roberson il 24 Apr 2019
What are you expecting to have happen when you invoke bfilter2 as a command with no arguements ?

Accedi per commentare.

Risposte (2)

Image Analyst
Image Analyst il 16 Apr 2017
So, try casting to double and see if that works:
[ll1, hl1, lh1, hh1] = dwt2(double(ROIout), 'db1');
  2 Commenti
Sai Challa
Sai Challa il 17 Apr 2017
It didn't work.
Undefined function 'dwt2' for input arguments of type 'double'.
This is the error, I get.
Image Analyst
Image Analyst il 17 Apr 2017
Are you sure you have the Wavelet Toolbox installed? Type ver to double check.

Accedi per commentare.


Sajjad Ali
Sajjad Ali il 18 Giu 2017
I have Wavelet Toolbox installed I tried your solution but it did not worked error is same still
  4 Commenti
Mohammad Bhat
Mohammad Bhat il 3 Mar 2018
Modificato: Walter Roberson il 25 Mag 2018
which dwt2 -all
S = license('inuse')
'dwt2' not found.
S =
1x2 struct array with fields:
feature
user
what to do now
Walter Roberson
Walter Roberson il 25 Mag 2018
You need to reinstall the Wavelet toolbox and then command
rehash toolboxcache

Accedi per commentare.

Categorie

Scopri di più su Wavelet Toolbox in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by