opencv/samples
Aleksandar Atanasov cf0df733da Fix houghcircles.py when no circles found
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.
2016-06-02 10:58:46 +02:00
..
android android samples: force setVisibility (see #5812) 2015-12-16 14:31:49 +03:00
cpp Update non_linear_svms.cpp 2016-05-30 06:56:28 +02:00
data Merge branch '2.4' into master 2016-04-21 20:15:08 +03:00
directx fixed not initialized nv12_cpu_copy surface, remove odd code 2015-08-01 02:10:05 +03:00
gpu gpu samples: fix REMOVE_ITEM error 2015-12-31 02:24:54 +03:00
hal Using find_package to import custom HAL library 2016-03-24 17:05:54 +03:00
java Change SURF to ORB in Java-Sbt sample to remove dependency on external non-free modules 2015-09-03 17:16:59 +03:00
opencl warning fix (MSVS2015) 2015-12-12 15:23:31 +03:00
opengl used proper method 2015-08-17 01:44:50 +03:00
python Fix houghcircles.py when no circles found 2016-06-02 10:58:46 +02:00
tapi cppcheck: fix some reports 2016-04-29 15:41:39 +02:00
va_intel changed device detection procedure, added resizing surface to bigger size 2015-09-23 17:35:49 +03:00
winrt Updated sample to showcase highgui WinRT usage 2015-06-26 23:41:39 +03:00
winrt_universal Adding backslash in macro-based paths 2015-05-29 09:36:42 +03:00
wp8 Adding backslash in macro-based paths 2015-05-29 09:36:42 +03:00
CMakeLists.txt change links from samples/python2 to samples/python 2015-12-18 11:00:30 +03:00