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!