horizontal and vertical difference array
Mostrar comentarios más antiguos
can any one help me to find the (horizontal and vertical difference array) of an image using this formulas in the image below

where u and v denote coordinates in corresponding matrix.
Respuestas (1)
Image Analyst
el 12 de Abr. de 2019
Try this:
[Dx, Dy] = imgradientxy(grayscaleImage, 'intermediate');
Categorías
Más información sobre Image Arithmetic 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!