how to make two images equal?
이전 댓글 표시
I have two images having same object in those. I am applying chain code on those images but my object in both the images is not at same position, I mean same object is little bit far away from boundary. How can I make these two images equal so that chain starts from same pixel position and results may not vary significantly. Is there any way to solve this problem? Thanks in advance.
댓글 수: 2
Image Analyst
2016년 6월 17일
image2 = image1; % Now they're equal.
Chad Greene
2016년 6월 17일
I think Image Analyst is saying there is not enough information to solve or even understand your problem. Can you upload some example images to show exactly what you are describing?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Preview and Device Configuration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!