Read pixel by pixel value from two images simultaneously
Show older comments
I want to get pixel by pixel value from two images at once. For example, Get 1st pixel value of both images and so on. How can I do this?
Accepted Answer
More Answers (1)
KSSV
on 9 Feb 2017
0 votes
doc imread. imread reads your images. When you read two images, their dimensions can be different. You can make their dimensions equal using imresize.
Categories
Find more on Get Started with Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!