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 - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -