필터 지우기
필터 지우기

how to Remove pixels at the marker locations from A binary image?

조회 수: 1 (최근 30일)
mika
mika 2014년 1월 9일
댓글: Image Analyst 2014년 1월 20일
can any one give me an idea please.
help is much appreciated
thank you.

답변 (1개)

Image Analyst
Image Analyst 2014년 1월 9일
편집: Image Analyst 2014년 1월 9일
Just go down your list setting those pixels to false
for k = 1 : length(rows)
binaryImage(rows(k), columns(k)) = false;
end
where rows and columns are arrays with the locations of the red crosses.
  댓글 수: 11
mika
mika 2014년 1월 20일
Please reply.
thank you.
Image Analyst
Image Analyst 2014년 1월 20일
I'm most likely not going to be able to carve enough time out of my day to do all that for you. Can't you find anyone else that you work with to help you?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by