peak value of gradient magnitude for every pixel of one image

1 回表示 (過去 30 日間)
jing huang
jing huang 2017 年 7 月 11 日
回答済み: Nirav Sharda 2017 年 7 月 13 日
how can i get peak value of gradient magnitude for every pixel of one image with matlab

採用された回答

Nirav Sharda
Nirav Sharda 2017 年 7 月 13 日
Once you have the gradient magnitude of the 3-D image, you can use the max function on the third dimension. As an example if you use the following example:
You can use the following command.
MaxGradients = max(Gmag,[],3);
I hope this helps.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDescriptive Statistics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by