Remove Black Lines Using HoughLines Function
이전 댓글 표시
Hi, i want to remove a black lines on image by using houghlines function.
I want like this :
- Detect and remove all horizontally lines with all pixel which bounds with it.
- Detect and remove vertically lines.
Here is process's looks like :

Is this possible?
Please help me...
Many thanks before... :)
댓글 수: 4
Muhammad Usman Saleem
2016년 9월 14일
can use adobe photoshop also cropping in paint, let try this?
Walter Roberson
2016년 9월 14일
I'm pretty sure Photoshop does not use houghlines ;-)
Angga Lisdiyanto
2016년 9월 15일
Walter Roberson
2016년 9월 15일
It is probably possible.
답변 (1개)
Image Analyst
2016년 9월 15일
0 개 추천
How general and flexible does this need to be? Will you have other images? If so, will they be translated, rotated, or have different number or thickness of lines? If the lines are always in the same place, you just use a template to whiten everything in the template. Or you can try houghlines. There is demo code in the help. We assume you've tried it though you did not show us your code.
Your only question is "is this possible?", so the answer to that would be "Yes." Good luck. Write back with your code if you still need help, but only after you've read this link.
댓글 수: 2
Angga Lisdiyanto
2016년 9월 15일
Image Analyst
2016년 9월 15일
Ok, but where is your call to houghlines?
카테고리
도움말 센터 및 File Exchange에서 Image Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!