image - MATLAB: Problems with dwt2 using uint8 values -


when trying piece of code:

[x, map] = imread('pirate.tif'); [ca,ch,cv,cd] = dwt2(x, 'haar'); 

i following error: undefined function 'dwt2' input arguments of type 'uint8'. isn't dwt2 suppose handle uint8 values?

thx time...


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -