How to perform background text removal from an image

1 次查看(过去 30 天)
Please help to write a code for this: Lines detected by hough transform have to be deleted. Residual text in the signing area have to be identified and deleted.

采纳的回答

Image Analyst
Image Analyst 2014-2-11
You can do Otsu with bwthresh() and im2bw(). There are also functions for hough in the Image Processing Toolbox. I have not coded up that particular algorithm in that particular paper so I don't have code to give you. To find centroids, use regionprops() as in my Image Segmentation Tutorial at http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 That should be enough for you to at least get started with your coding. Good luck.
  3 个评论
maggi elizabeth
maggi elizabeth 2014-2-12
Can you please tell me how to detect the line width and delete the line where it is not intersecting with other objects.I am new to this.Please tell how to write the code
Image Analyst
Image Analyst 2014-2-12
Search for OCR. I've written and uploaded things like this before. I don't have time to do anything on your project now and for a few days. You didn't even upload an image for anyone to do anything with even if they were going to.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by