Read pixel by pixel value from two images simultaneously
古いコメントを表示
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?
採用された回答
その他の回答 (1 件)
KSSV
2017 年 2 月 9 日
0 投票
doc imread. imread reads your images. When you read two images, their dimensions can be different. You can make their dimensions equal using imresize.
カテゴリ
ヘルプ センター および File Exchange で Get Started with Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!