I want to remove lines from a noise image like:
I used morphological operations such erosion, dilation, and filters like thresholding, denoise tv, to remove most part of noise, but I have these lines on this image and want to remove then, I already tried hough lines, let us discuss about techniques, function or algorithms to extract lines from image?
And are there any technique based on machine learning to pre - process images?
I tested most of the algorithms present in this link: Scikit Image - Examples
And I did not get good results :( .