Azzera filtri
Azzera filtri

How can we implement a for loop for finding maximum of three gradient matrices?

1 visualizzazione (ultimi 30 giorni)
[Rx, Ry] = imgradientxy(r); [Rmag, Rdir] = imgradient(Rx, Ry); [Gx, Gy] = imgradientxy(g); [Gmag, Gdir] = imgradient(Gx, Gy); [Bx, By] = imgradientxy(b); [Bmag, Bdir] = imgradient(Bx, By);
I have to find max of these three matrices B G and R

Risposte (0)

Categorie

Scopri di più su Loops and Conditional Statements 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