What is norm 2 function ?
古いコメントを表示
Sir..can i use norm 2 function for image matching based on the image features ??
採用された回答
その他の回答 (1 件)
Youssef Khmou
2014 年 4 月 20 日
0 投票
norm(X,2) returns the largest singular value, in your case , i propose that you test with the three existing norms : Forbenius, Inf, 2 and the norm 1 which is the largest column sum.
3 件のコメント
ANJU
2014 年 4 月 21 日
Walter Roberson
2014 年 4 月 21 日
norm(X,2) would only return largest singular value if X was a matrix. If X is a vector it returns the Euclidean length of the vector.
Youssef Khmou
2014 年 4 月 21 日
thnks for the detail.
カテゴリ
ヘルプ センター および File Exchange で Geometric Transformation and Image Registration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!