Reputation: 1
I have a bunch of low contrast images of white LEGO parts and pieces as shown. Since it has very low contrast and most of the edge detection algorithm does not perform well. The particular edge I need is the outermost circumference.
I tried applying some filters, but these images clearly need some pre-processing. Could you please suggest what I could do to get better results. I tried searching online but the solutions I found either don't work or sound like magic to me.
Upvotes: 0
Views: 321
Reputation: 517
Doing contrast stretching could help in low contrast images. see the opencv documentation for more information from here.
Upvotes: 0