• Aleksandar Atanasov's avatar
    Fix houghcircles.py when no circles found · cf0df733
    Aleksandar Atanasov authored
    In the C++ equivalent of this example a check is made whether the vector (here in Python we have a list) actually has any circles in it that is whether the Hough circles function has managed to find any in the given image. This check is missing for the Python example and if no circles are found the application breaks.
    cf0df733
houghcircles.py 1.16 KB