how to apply (dct,dct2) an image?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
for my image .bmp...how to apply (dct,dct2) an image? ..with code
0 comentarios
Respuesta aceptada
Rick
el 4 de Oct. de 2012
image = imread('Image.bmp');
y = dct(image);
help dct
or
help dct2
in matlab will give you a better idea.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Filtering and Enhancement en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!