How can i find co-ordinates (x,y) of white lines in the image?

I have image with black background and white lines. How to find co-ordinates (x,y) of white lines on that image?

댓글 수: 2

how is the data representing black and white. 0's and 1's?. What format is the image in?
Yes, the data representing black and white by 0's and 1's. The format of the image is JPG file.

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

답변 (2개)

Walter Roberson
Walter Roberson 2015년 11월 30일

0 개 추천

You will have difficulty finding the location of the lines. JPG images cannot handle sharp edges, so although the data may look like it is just white and black, you will find that it has a number of other values as well, similar to as if the image had been anti-aliased. JPG is a poor format for image analysis.

카테고리

도움말 센터File Exchange에서 Convert Image Type에 대해 자세히 알아보기

질문:

2015년 11월 30일

댓글:

2015년 12월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by