licherie / PostcardProject

A try :)
0 stars 0 forks source link

Current issues w/finding circles #1

Closed licherie closed 5 years ago

licherie commented 5 years ago

Currently we only adjus minDist parameter which can actually bring us quite far But now we also need to consider adjusting maxRadius :O

licherie commented 5 years ago

current thoughts: it's better if min and max radius stay constant. For this let's measure some postcards and the radius of circle in relation to them

licherie commented 5 years ago

finding circles is greatly improved by adjusting dp parameter in loop as well. many thanks to the stackoverflow suggestion here:

https://dsp.stackexchange.com/questions/22648/in-opecv-function-hough-circles-how-does-parameter-1-and-2-affect-circle-detecti