Azzera filtri
Azzera filtri

fusing an quiver with a contour

1 visualizzazione (ultimi 30 giorni)
Douglas Brenner
Douglas Brenner il 26 Ott 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);

Risposte (0)

Categorie

Scopri di più su Vector Fields in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by