Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
[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

Antworten (0)

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by