mipicm2dmr.m image processing tool
Mostrar comentarios más antiguos
I have been applying ICM on my images using this code
IMG = MD;
ICM_IMG = im2uint8(IMG);
ICM_IMG = mipicm2dmr(IMG,ICM_IMG, I, 0, 10 );
ICM_IMG = ICM_IMG - 1;
and MATLAB gives me the error
Undefined function or method 'mipicm2dmr' for input arguments of type 'uint8'
I have been looking for the parameters list of mipicm2dmr to check, but cannot find it anywhere, HELP
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 20 de Jul. de 2014
0 votos
Why do you think you should have a function called that? I don't. What is ICM and dmr?
1 comentario
M
el 20 de Jul. de 2014
Categorías
Más información sobre Image Processing Toolbox 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!