How to assign Pixel values to the images?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Image Analyst
2013-1-7
Simply assign them:
yourImage(theRow, theColumn) = theValueYouWantItToBe;
0 个评论
更多回答(1 个)
Matt J
2013-1-7
You may find this answer broad (but so is your question)
A(i,j)=number_less_than_one
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!