Set image roi to zero

2 visualizzazioni (ultimi 30 giorni)
RuiQi
RuiQi il 10 Feb 2016
Commentato: conor paxton il 19 Ott 2018
Hi,
I have an image 800 x 800. I want to set a 10 x 10 region at center 200,200 to ZERO. How do i do that ? Help thanks
Managed to do it. Thanks
  1 Commento
conor paxton
conor paxton il 19 Ott 2018
Hello, Could I ask, how you managed to do it please?

Accedi per commentare.

Risposte (2)

Guillaume
Guillaume il 10 Feb 2016
A 10x10 region can't be centered on a pixel. It needs to have an odd size.
Anyway:
yourimage(196:205, 196:205, :) = 0

David Sanchez
David Sanchez il 10 Feb 2016
If I is your image
I(201:210,201:210) = 0;
  1 Commento
Guillaume
Guillaume il 10 Feb 2016
That's hardly centered on 200,200 !
And that only works with grayscale images

Accedi per commentare.

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by