Image pre-processing to make pixels in one straight line

조회 수: 2 (최근 30일)
SS
SS 2021년 5월 27일
답변: KALYAN ACHARJYA 2021년 5월 27일
Hi. Is there any image pre-propcessing technique to make the pixels align in a perferct staight line (please see the attached picture)? This sort of lines are resulting in error when I am applying the houghlines.
Thanks.

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2021년 5월 27일
Yes, you can do that multiple ways
  1. Get the two highest-spaced white pixels in the image, column numbers (left column and right column), number of rows (if luckily the same row, no problem, otherwise average (round) between two different rows , Which will be almost the same)
  2. Morphological operation, get the indices of furthest distance white pixels (horizantal & Vertical) and fill the region with white pixels.
  3. Thinning Algorithm (see bwmorph)

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by