How can I write matlab program of following equation.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Nasreen Ehsan
el 19 de Ag. de 2016
Comentada: Torsten
el 19 de Ag. de 2016
In attached file formula is present.
0 comentarios
Respuesta aceptada
Image Analyst
el 19 de Ag. de 2016
Try this:
dissim(cx, cy) = sum((vx-vy)./(vx+vy))
1 comentario
Torsten
el 19 de Ag. de 2016
Slight correction:
dissim = sum(abs((vx-vy)./(vx+vy)))
Best wishes
Torsten.
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!