I have two images of same object captured by two cameras . Object image in one is slightly smaller than another, How can I resize another image with respect to first one. For example I have to conver ellips shape present in one image in to circuler s

1 view (last 30 days)
I have two images of same object captured by two cameras . Object image in one is slightly smaller than another, How can I resize another image with respect to first one.
For example I have to conver ellips shape present in one image in to circuler shape of size available in second image.

Answers (1)

Image Analyst
Image Analyst on 22 Jun 2020
I think you have to determine the overlap area and crop the larger image such that the cropped image will overlap the smaller image.
If that doesn't work you may need to do a more sophisticated camera calibration with the Computer Vision Toolbox.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!