how to crop a size of 25x20 from a image if centre coordinates are known

1 vue (au cours des 30 derniers jours)
Abel
Abel le 5 Août 2022
Réponse apportée : KSSV le 5 Août 2022
I have an image with 100 small circles in it and i have the centre coordinates of these circles. How to crop 25x20 size image from the known centre coordinates and apply on all these 100 small circle coordinates on the image.

Réponses (1)

KSSV
KSSV le 5 Août 2022
Let (x,y) be your center pixl locations.
iwant = imcrop(I,[x-10 y-10 20 20]) ;

Community Treasure Hunt

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

Start Hunting!

Translated by