Reputation: 11
I want to detect cracks on tiles. I used canny, but it didn't work well.
Upvotes: 1
Views: 1270
Reputation: 27271
The simplest approach would be a process of elimination:
Upvotes: 0
Reputation: 3408
This is a difficult one to do by just using edge detection, especially because of the patterns on the tiles. I suggest collecting a large number of photos of tiles and using a deep learning approach. You can find a few examples of deep lerning at pyimagesearch.com.
Upvotes: 1