14581 Commits (55921425115f299165351f710223cce7795a528d)

Author SHA1 Message Date
Marian Zajko 34c006fcc4 Fixed ximea cmake settings 9 years ago
Patrick Snape 05cfe28612 Fix parsing of training vecs for FlannBasedMatcher 9 years ago
Patrick Snape 2f5ea3437e Update indentation to match rest of file 9 years ago
Amro c35b00a97e fix code snippet showing how to use SparseMat 9 years ago
Vitaly Tuzov f01f1bc5e6 Fixed "Conditional jump or move depends on uninitialised value(s)" valgrind issue due to wrong pointer recalculation for zero level of pyramid. 9 years ago
emiswelt b6c5936704 Removed trailing whitespace. 9 years ago
Elena Gvozdeva bb1c2d71a8 fix bug on border at pyrUp 9 years ago
emiswelt cc3b2f6197 Added a helpful comment on the scale parameter of the spherical 9 years ago
thierry bdb9cf4d47 fix inversed grayscale conditional 9 years ago
thierry 1b5352688f better png transparency handling 9 years ago
Vitaly Tuzov 389f176a67 Removed ioctl calls to query for VIDIOC_G_INPUT and VIDIOC_ENUMINPUT since information returned by the calls is never used. 9 years ago
Alexander Alekhin c75f9c80c7 cmake: turn off precompiled headers in case of opencv_world builds 9 years ago
Alexander Alekhin c35ddcba1a cmake: refactor OpenCL detection, allow custom configurations 9 years ago
Vitaly Tuzov 4f5d585184 Update call to Tegra optimized morphology filtering 9 years ago
AlexeyAB fcbb57a63f Added ability to disable lighting in the viz-module. 9 years ago
Alexander Alekhin c8ff7a4867 build: fix opencv_world with CUDA 9 years ago
Alexander Alekhin c7ccde69a8 fix TLS implementation (closes #5967) 9 years ago
Amro 47cdb041f2 fix assignment of class labels 9 years ago
Amro 542f2b2e3c clean up code for train and predict methods of LR 9 years ago
Amro e67178c696 fix LR predict with raw output in 2-class case 9 years ago
KeySecure e6ac2ca3c9 make Xcode 7.2 happy. 9 years ago
Matěj Šmíd 3e176bbfa0 fisheye documentation typo 9 years ago
Alexander Alekhin 285eb0a539 videoio ffmpeg: fix buffer allocation for unaligned frame sizes 9 years ago
Alexander Karsakov e784ea7178 Fixed getSubset method to support Nx3 1-channel matrices as input (3xN 1-channel matrices doesn't supported at all). 9 years ago
Alexander Karsakov 0c9c7d5f3b Added test for checking that solvePnPRansac accepts vector<Point3f> and Nx3 1-channel or 1xN/Nx1 3-channel matrices as input. 9 years ago
Alexander Alekhin 49d3e39bc4 test: added regression test for convexityDefects (#5908) 9 years ago
takacsd 1e0928633d Add missing implementation to one of the Mat_<_Tp> constructor. (#5945) 9 years ago
takacsd 537d1322b4 Add missing implementation to one of the Mat_<_Tp> constructor. (#5945) 9 years ago
Alexander Alekhin 43033f0b1d ts: move PARAM_TEST_CASE and GET_PARAM into ts.hpp 9 years ago
Christoph Spörk 3f172731b2 added wrapped load function for python as suggested by gat3way 9 years ago
Alexander Karsakov 6e22020dad Fixed pnpTask: don't copy inliers vector in case it's empty. 9 years ago
Emanuel Jöbstl 4e469f2866 Changed parameter order in documentation 9 years ago
Kai Hugo Hustoft Endresen 551b5d3e1a StereoSGBM.cpp - use SSE2 for pass 2 using MODE_HH 9 years ago
Christoph Spörk 66eda72f66 fixed a doxygen issue 9 years ago
Christoph Spörk 6c8bc6a25b fixed ABI incompatibilities as proposed by alalek 9 years ago
Christoph Spörk a7aa198b4c fixing issue #4969 of Itseez/opencv. 9 years ago
berak 5afd0e211e ml: fix NormalBayesClassifier bulk prediction(#5911) 9 years ago
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