Is there a way to detect partial/irrgular circles grid with openCV using Python?
Hello, my problem is that I need to detect an irregular circles grid. For example, first column 7 circles, second column 11 circles, third column 8 column. And sometimes my circles' neighboring circle is two steps away. Thanks a lot in advance
Please post a sample image to help us understand the problem better. Thanks.
Your first column has 3 dots and the second one also, you got me confused here ...
Rotating the image by 45 degrees and then looking at the horizontal and vertical projection profile (simply row sums and column sums) should be sufficient.
You lost me even more ... care to explain it in English?