crop the image but keep the dimension same
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
prashant singh
le 6 Jan 2018
Réponse apportée : Image Analyst
le 6 Jan 2018
I am cropping the part of an image using imcrop. Then I am performing some operation on the cropped part and getting coordinates(x and y) from the cropped image. But the coordinates are with respect to the cropped image. Is there a way i can do the operation and get the coordinates based on the original image(not the coordinates of cropped image).
0 commentaires
Réponse acceptée
Image Analyst
le 6 Jan 2018
Compute the x and y, or (column and row) of your cropping rectangle, and simply add back in the x and y offset to any coordinates you compute off the cropped image.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Computer Vision Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!