필터 지우기
필터 지우기

radial mask of 30 degree with 15% data

조회 수: 1 (최근 30일)
Abhishek sadasivan
Abhishek sadasivan 2014년 6월 21일
댓글: Abhishek sadasivan 2014년 6월 22일
I have attached a figure .I would like to make a mask of same kind using matlab .The lines are 10 degree apart and the maximum number of non zero elements(ones) should be less than 2457( 15% of a 128*128 image).Could any one help me out..Pls

채택된 답변

Image Analyst
Image Analyst 2014년 6월 21일
See my attached demo for burning a line into an image. So just call imline() a bunch of times with different starting and ending points. Of course you need to have some kind of recipe for saying where the lines start and end. I think that you should easily be able to do that with simple trig functions like cosd() and sind() and knowledge of where the lines emanate from (which can be off the image). Give it a try and let us know if you can't figure it out. By the way, is this a homework assignment?
  댓글 수: 1
Abhishek sadasivan
Abhishek sadasivan 2014년 6월 22일
I am new to matlab and this seems to very helpful..thank you for the details...

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by