Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Insert selected gridlines into an image

1 Ansicht (letzte 30 Tage)
Suhas Deshpande
Suhas Deshpande am 2 Sep. 2011
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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.

Antworten (1)

bym
bym am 2 Sep. 2011
to give an idea:
c = imread('pout.tif')
imshow(c)
hold
line([0 291],[20 20],'linestyle',':')

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by