opencv/modules
HelenWong e88bf2bc30 Updated Documentation (HoughCircles)
Rewrite the note on HoughCircles documentation to make it more clear

Add note to clarify that the output vector of found circles is sorted by
descending order of centres accumulator values.

Also delete reductant lines on the HoughCircles documentation.

Added comments to hough circles function.

Added comments to icvhoughgradient

Misalignment in line 1183 corrected
2014-11-26 11:37:33 -08:00
..
androidcamera world fix 2014-08-05 20:12:35 +04:00
calib3d fixed incorrect array access in solvepnp (which affected debug builds only) 2014-10-17 17:01:39 +04:00
core all the tests now pass except for MSER 2014-10-17 14:56:58 +04:00
cuda Don't build CUDA modules stubs by default (use -DBUILD_CUDA_STUBS=ON if need them) 2014-06-16 11:18:52 +04:00
cudaarithm world fix 2014-08-05 20:12:35 +04:00
cudabgsegm fix cudabgsegm module compilation 2014-08-13 19:20:23 +04:00
cudacodec world fix 2014-08-05 20:12:35 +04:00
cudafeatures2d Don't build CUDA modules stubs by default (use -DBUILD_CUDA_STUBS=ON if need them) 2014-06-16 11:18:52 +04:00
cudafilters Don't build CUDA modules stubs by default (use -DBUILD_CUDA_STUBS=ON if need them) 2014-06-16 11:18:52 +04:00
cudaimgproc Optimization for HoughLinesP 2014-10-07 17:53:33 +04:00
cudalegacy Fixes for compiling with CUDA 6.5 2014-08-29 23:09:02 +02:00
cudaoptflow CUDA optical flow stubs: missing parameter 2014-08-25 14:49:21 +02:00
cudastereo Fixes for compiling with CUDA 6.5 2014-08-29 23:09:02 +02:00
cudawarping Don't build CUDA modules stubs by default (use -DBUILD_CUDA_STUBS=ON if need them) 2014-06-16 11:18:52 +04:00
cudev world fix 2014-08-05 20:12:35 +04:00
features2d Merge branch 'refactor_features2d_take4' of https://github.com/vpisarev/opencv into refactor_features2d_take4 2014-10-17 15:13:35 +04:00
flann Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
highgui Merge pull request #2702 from GregoryMorse:patch-3 2014-09-18 12:38:54 +00:00
imgcodecs Merge pull request #3128 from asmorkalov:android_tegra_optimizations_build_fix 2014-08-21 15:48:10 +00:00
imgproc Updated Documentation (HoughCircles) 2014-11-26 11:37:33 -08:00
java fixed some more compile errors and test failures 2014-10-17 15:02:56 +04:00
ml Correction of the integer data treated as floating point data bug, already corrected in the 2.4 branch. 2014-09-23 14:03:20 +02:00
objdetect Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
photo Merge pull request #3283 from abak:fix-cloning-illumination-change-noipp 2014-10-09 14:57:57 +00:00
python fixed some more compile errors and test failures 2014-10-17 15:02:56 +04:00
shape fixed various warnings and obvious errors reported by clang compiler and the coverity tool. 2014-08-10 00:10:05 +04:00
stitching another fix in opencv_world 2014-10-17 16:09:09 +04:00
superres removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API 2014-08-14 12:50:07 +04:00
ts Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
video Merge pull request #3332 from lupustr3:pvlasov/implementation_detector 2014-10-16 14:51:53 +00:00
videoio Refactored code responsible for printing debug messages in DShow video capture module to reduce footprint in Release mode. 2014-10-10 17:49:01 +02:00
videostab OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet 2014-10-17 14:56:58 +04:00
viz Merge remote-tracking branch 'master' into stitch-fix 2014-08-11 14:50:08 +04:00
world fixed opencv_world build 2014-10-17 16:05:38 +04:00
CMakeLists.txt world fix 2014-08-05 20:12:35 +04:00
refman.rst.in