13318 Commits (66738d748f1de538f8dba1697710ef3733c55e0d)

Author SHA1 Message Date
Dan Moodie 66738d748f Modified sparse pyrlk optical flow to allow input of an image pyramid which thus allows caching of image pyramids on successive calls. 9 years ago
Philip 1ba2286c6d fix uninitialized matrix in EM::predict fixes #5443 9 years ago
Dikay900 bb78b01ace fix mat copy in shape 9 years ago
Dikay900 a7d3e30404 fix probably copy paste like error in rgb2luv doc 9 years ago
Dikay900 4f3b58d1e7 fix reshape call not being an inplace method 9 years ago
jiakai 22599a2812 define g_haveOpenCL only when HAVE_OPENCL is set 9 years ago
jiakai 387214a3c5 do not open libopencl by dlopen if HAVE_OPENCL is not set 9 years ago
Maksim Shabunin 92387b1ef8 Fix java version++ 9 years ago
Maksim Shabunin 8d1f5b5490 Version++ for android 9 years ago
Alexander Alekhin 94e4498cfd Version for 3.1.0 release 9 years ago
Alexander Alekhin 3ee90a1ff4 ffmpeg: install both 32/64-bit versions (required for java/python 32/64-bit bindings) 9 years ago
Alexander Alekhin 323e24e3ef change links from samples/python2 to samples/python 9 years ago
Gregory Morse af5bec70cd merge Win10/VS2015 changes 9 years ago
Alexander Alekhin be23846c4e update osx and ios build_framework.py 9 years ago
Alexander Alekhin 0862e8e34c fix build 9 years ago
Maksim Shabunin 84f37d352f HAL moved back to core 9 years ago
Alexander Alekhin 6f2632ca2e ocl: fix buffer pool small allocations issue (fixes #5815) 9 years ago
Maksim Shabunin 5ebc7f0b72 Simple Moments class for Java 9 years ago
Cédric Rousseau 76e4b0a8fe Reverts "Set the default value of exposure_weight in createMergeMertens to 1.0" because it breaks source code compatibility and tests 9 years ago
Cédric Rousseau dbfd6a3dde Set the default value of exposure_weight in createMergeMertens to 1.0 9 years ago
Cédric Rousseau d19189e80f Fixed the formula to compute the well-exposedness weight map. 9 years ago
Ishank gulati d1ac75cabd corrected cv::merge documentation 9 years ago
Sergey Alexandrov 08b30580b7 Do not modify input parameter in MergeDebevec 9 years ago
Alexander Alekhin 1305962af7 fixes #5066: laplacian: "y" may contain negative values 9 years ago
Thomas Dunker 6882c10b45 Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test 9 years ago
Alexander Alekhin 0db10a3052 fixes #5019: python and java bindings become CMake modules (loadable plugins) 9 years ago
Alexander Alekhin 5c15461595 UMat access flags (fixes #5095) 9 years ago
Alexander Alekhin 5d346128f7 workaround: cvconfig.h doesn't work with hal at this moment 9 years ago
Alexander Alekhin e37a58df3c include "cvconfig.h" 9 years ago
Alexander Alekhin a153871940 disable ts module if it is not used: BUILD_TESTS=OFF and BUILD_PERF_TESTS=OFF 9 years ago
Alexander Alekhin 1836d41b5c warning fix (MSVS2015) 9 years ago
Pavel Rojtberg 60c06e551a calibrateCamera: do not require rvec and tvec to be vector<Mat> 9 years ago
Pavel Rojtberg 205775ed52 calibrateCamera: only allocate and compute rvecs, tvecs when needed 9 years ago
Pavel Rojtberg b5ddaae427 calib3d: add CALIB_USE_LU to use LU decomposition in solver 9 years ago
Pavel Rojtberg 4c251bd260 CvLevMarq: add solve method to interface 9 years ago
Pavel Rojtberg 22b64e2c28 CvLevMarq: remove fixed rows instead of setting them to zero 9 years ago
Pavel Rojtberg 9d89c369f8 update SOLVEPNP documentation 9 years ago
Vadim Pisarevsky 7a7b0bcfcb fixed the upper boundary when calling checkRange (thanks to alalek) 9 years ago
Deanna Hood 0d706f6796 Return uncompressed support vectors for getSupportVectors on linear SVM (Bug #4096) 9 years ago
Vadim Pisarevsky 544990e377 couple of small fixes in rtrees variable importance calculation 9 years ago
Vadim Pisarevsky fda17273de applying patch by rxtsolar: https://github.com/Itseez/opencv/pull/5422 for the master branch (even though it's actually not that important here) 9 years ago
niederb d8e3971e7f Fixed variable importance in rtrees 9 years ago
Vladislav Vinogradov 5576c0866a fix #5780 : `cv::cuda::createContinuous`effectively ignores its `cols` argument 9 years ago
Alexander Alekhin b26580cc7b checkRange fixes 9 years ago
Dan 46ec9c386b Gstreamer 1.0 on windows. 9 years ago
Maksim Shabunin 2cda78ffac Valgrind: fixed uninitialized image usage in descriptors regression tests 9 years ago
Maksim Shabunin 832a03821d Valgrind: do not use uninitialized data in optflow 9 years ago
Maksim Shabunin 4a294775da Coverity: fixed uninitialized field in ExifReader 9 years ago
Maksim Shabunin a9607c8531 Coverity: fixed uninitialized fields in test_goodfeaturetotrack 9 years ago
Maksim Shabunin a921761d18 Coverity: memory leak in OpenEXR reader 9 years ago