How to assign Pixel values to the images?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I have set of images and i have to convert them to 32*32. I did this part. Now i need to assign Pixels in this images between 0 and 1. How can i do that?
0 comentarios
Respuesta aceptada
Image Analyst
el 7 de En. de 2013
Simply assign them:
yourImage(theRow, theColumn) = theValueYouWantItToBe;
0 comentarios
Más respuestas (1)
Matt J
el 7 de En. de 2013
You may find this answer broad (but so is your question)
A(i,j)=number_less_than_one
0 comentarios
Ver también
Categorías
Más información sobre Image Processing Toolbox 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!