フィルターのクリア

fusing an quiver with a contour

1 回表示 (過去 30 日間)
Douglas Brenner
Douglas Brenner 2016 年 10 月 26 日
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);

回答 (0 件)

カテゴリ

Help Center および File ExchangeVector Fields についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by