フィルターのクリア

How can I write matlab program of following equation.

1 回表示 (過去 30 日間)
Nasreen Ehsan
Nasreen Ehsan 2016 年 8 月 19 日
コメント済み: Torsten 2016 年 8 月 19 日
In attached file formula is present.

採用された回答

Image Analyst
Image Analyst 2016 年 8 月 19 日
Try this:
dissim(cx, cy) = sum((vx-vy)./(vx+vy))
  1 件のコメント
Torsten
Torsten 2016 年 8 月 19 日
Slight correction:
dissim = sum(abs((vx-vy)./(vx+vy)))
Best wishes
Torsten.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by