필터 지우기
필터 지우기

how to convert particular location of the image in to black ?

조회 수: 1 (최근 30일)
kalaivaani
kalaivaani 2013년 12월 11일
답변: Image Analyst 2013년 12월 11일
shall use image crop and copy position for this or what method i can try to change particular location in an image in to black

답변 (1개)

Image Analyst
Image Analyst 2013년 12월 11일
yourImage(row1:row2, col1:col2) = 0; % If it's Monochrome
yourImage(row1:row2, col1:col2, :) = 0; % If it's Color

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by