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!