fusing an quiver with a contour

1 visualización (últimos 30 días)
Douglas Brenner
Douglas Brenner el 26 de Oct. de 2016
Tried to fuse two images - a contour and a quiver plot. Didn't work. Thoughts
C = contour(filteredreducedSection);
[Gx, Gy] = imgradientxy(uint8(filteredreducedSection), 'CentralDifference');
Gx = flipud(Gx);
Q = quiver(Gy,Gx,4);
END = imfuse(Q,C);
figure (5);
imshow (END);

Respuestas (0)

Categorías

Más información sobre Vector Fields en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by