Cut images with equal size and position

3 vues (au cours des 30 derniers jours)
agung pratama
agung pratama le 9 Sep 2020
Commenté : Image Analyst le 22 Sep 2020
Hello guys, how can i cut some images into same size and i can set (x1,y1) dan (x2,y2) for images cutting.

Réponse acceptée

KSSV
KSSV le 9 Sep 2020
Yes i can be done....define your (x1,y1) and (x2,y2). Note that they should be positive integers. Let I be your image.
iwant = I(x1:x2,y1:y2,:) ;
Also read about imcrop.
  11 commentaires
agung pratama
agung pratama le 22 Sep 2020
Thanks for your answers Mr Roberson and KSSV
Image Analyst
Image Analyst le 22 Sep 2020
If it worked, please accept the answer to give KSSV credit for it.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Type Identification dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by