how to get co-efficient from an image
Mostrar comentarios más antiguos
I have an image plz tell how to get co-efficient as output
3 comentarios
Walter Roberson
el 2 de En. de 2012
You will need to expand on your question. Which co-efficients are you referring to?
Consider that in the code
IMG = imread('lena256.tif');
then the array IMG could be termed to be the "coefficients" of the image.
FIR
el 2 de En. de 2012
FIR
el 2 de En. de 2012
Respuestas (1)
Walter Roberson
el 2 de En. de 2012
K = dec2bin(I) - '0';
I did specifically say to subtract the character '0' not the number 0.
Categorías
Más información sobre Convert Image Type en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!