What is norm 2 function ?
Mostrar comentarios más antiguos
Sir..can i use norm 2 function for image matching based on the image features ??
Respuesta aceptada
Más respuestas (1)
Youssef Khmou
el 20 de Abr. de 2014
0 votos
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 comentarios
ANJU
el 21 de Abr. de 2014
Walter Roberson
el 21 de Abr. de 2014
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
el 21 de Abr. de 2014
thnks for the detail.
Categorías
Más información sobre Geometric Transformation and Image Registration en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!