13959 Commits (3935855365284af19cb438ee2c7dae4d31711cf3)

Author SHA1 Message Date
LaurentBerger 8531e6d9fc May be it can solve issue 5908 9 years ago
Rok Mandeljc 029dfbc89d opencv_core: CUDA: check if __CUDA_ARCH__ is defined before comparing it 9 years ago
berak 2d1cb14e61 fix cv::MARKER_TRIANGLE_UP 9 years ago
Gregory Morse 5427ede6a1 WinRT consistency 9 years ago
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
Alexander Alekhin 17e4d33b0e added regression test for #5876 9 years ago
Pavel Rojtberg 4db6d9986d also port Rodrigues in Affine to Matx expressions 9 years ago
Alexander Alekhin 6997d423c8 fix normalize in case of inplace operations 9 years ago
HMM@T430s-x64 6b4d4a85b5 solve videoio/src/cap_mjpeg_decoder.cpp compiling problem using VS 2008 9 years ago
Alexander Alekhin 3d85e7ac0d features2d agast: clear in/out keypoints container 9 years ago
Pavel Rojtberg ac481e6174 calib3d: port Rodrigues to cpp primitives 9 years ago
Ishank gulati e607a85df6 png-image-compatibility 9 years ago
Pavel Rojtberg b3bbe7704d add jaccardDistance measure for rectangle overlap 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
Ishank gulati 9636b5e821 reduce k_fold parameter 9 years ago
Dikay900 4f3b58d1e7 fix reshape call not being an inplace method 9 years ago
Maksim Shabunin 7cb78451d1 Backported several changes from master branch: 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