필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
[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 CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by