Does anyone know a suitable algorithm to deal with such a complicated problem?
I intend to find cracks in the image. However, as you can see, the noise is very heavy. So, does anybody know how to cope with such a extreme situation? Thanks in advance.
I wonder if a hough circle function could be modified to allow for variations of arc during the line.
I have the same question as yours. Suppose it can, then how to reduce the effect caused by such heavy noise?
The crack is not a perfect line but it does have some sections that are less noisy. I would think you would have to start with a Gaussian blur function. Then the hough functions start by measuring local line angles and then tries to stitch them together into a longer line. The noisy bits won't pass this second part of the process.