フィルターのクリア

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

1 回表示 (過去 30 日間)
Aiswarya Krishnan
Aiswarya Krishnan 2016 年 2 月 27 日
[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

回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by