Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Insert selected gridlines into an image
1 回表示 (過去 30 日間)
古いコメントを表示
I have an image which is being processed for recovering a data. I will be dividing the image into number of horizontal slices(or horizontal slabs). I need an image in my report which shows this method i.e I will need the Image with vertical dotted line showing the axis of the slices and multiple horizontal(parallel) dotted lines showing the slices.
0 件のコメント
回答 (1 件)
bym
2011 年 9 月 2 日
to give an idea:
c = imread('pout.tif')
imshow(c)
hold
line([0 291],[20 20],'linestyle',':')
0 件のコメント
この質問は閉じられています。
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!