Azzera filtri
Azzera filtri

how to separate the image given below

1 visualizzazione (ultimi 30 giorni)
tina jain
tina jain il 12 Mar 2015
Modificato: Dimitri il 12 Mar 2015
i want to separate the image in four parts

Risposte (2)

Image Analyst
Image Analyst il 12 Mar 2015
How about
upperLeft = grayImage(1:rows/2, 1:columns/2);
and so on?
  4 Commenti
tina jain
tina jain il 12 Mar 2015
ok i got it. Let me try this
tina jain
tina jain il 12 Mar 2015
its working. thanks a ton.

Accedi per commentare.


Dimitri
Dimitri il 12 Mar 2015
Modificato: Dimitri il 12 Mar 2015

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by