필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Insert selected gridlines into an image

조회 수: 1 (최근 30일)
Suhas Deshpande
Suhas Deshpande 2011년 9월 2일
마감: MATLAB Answer Bot 2021년 8월 20일
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.

답변 (1개)

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by