1553 Commits (10065d332142d2dca52179a31252074a99847fdc)

Author SHA1 Message Date
Vadim Pisarevsky 60a0ebbd6c added optional encoding parameter to cvOpenFileStorage() and FileStorage::open() (ticket #976). moved some implementation parts of CommandLineParser to cmdparser.cpp. 14 years ago
Alexey Spizhevoy 810604315b minor change 14 years ago
Alexey Spizhevoy fb1771833a added --blend_strength parameter into opencv_stitching 14 years ago
Maria Dimashova 8a61375875 fixed drawKeypoints (keypoint orientation) 14 years ago
Alexey Spizhevoy 82e12d6c59 updated help message (opencv_stitching) 14 years ago
Ilya Lysenkov 5a3e7d041f Added drawing of a new image for debugging of the SimpleBlobDetector class. 14 years ago
Alexey Spizhevoy 6a4ab4a996 updated --help message (opencv_stitching) 14 years ago
Vadim Pisarevsky 24dcfa1a4f removed confusing CvCapture::queryFrame(); rewritten cvQueryFrame() (ticket #235) 14 years ago
Alexey Spizhevoy eadb3bad45 minor refactoring of opencv_stitching 14 years ago
Alexey Spizhevoy 7881134cf7 added block-based gain compensator (opencv_stitching), added --preview flag. 14 years ago
Kirill Kornyakov fe279279e6 Update CommandLineParser class 14 years ago
Alexey Spizhevoy 4b4053705d refactored exposure compensators (opencv_stitching) 14 years ago
Vadim Pisarevsky 3a1f24e74c fixed mat.push_back(mat) (ticket #1091) 14 years ago
Vadim Pisarevsky cfedf0c5d5 compile cv2.so also as a shared library 14 years ago
Ethan Rublee 93326c7dc0 Adding a default constructor to ORB that initializes. Had segfaults on non 14 years ago
Alexander Shishkov 0eb1bb3673 cv.so library always compiled as shared library 14 years ago
Vadim Pisarevsky 9336b700ba use FindZLIB(), FindJPEG() etc. on MacOSX as well to avoid possible conflicts with MacPorts. 14 years ago
Maria Dimashova 0b0baa0cf5 removed test output 14 years ago
Maria Dimashova 33493f4e19 renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used (#805) 14 years ago
Alexey Spizhevoy 56f7e54cce added GC_COLOR_GRAD cost function type into opencv_stitching 14 years ago
Alexey Spizhevoy 8e3777676c minor changes in opencv_stitching 14 years ago
Vadim Pisarevsky bfbc70436d fixed crash in cv2.findHomography() (ticket #1094) 14 years ago
Elena Fedotova f26859b345 Purpose: 2nd review cycle - see ??. added index entries 14 years ago
Elena Fedotova 8b89672774 Purpose: 2nd review cycle 14 years ago
Alexey Spizhevoy 497ee7a5f3 added some comments into multi-band blending code 14 years ago
Alexey Spizhevoy e639daf22b updated default parameter in opencv_stitching 14 years ago
Alexey Spizhevoy fd83d6fe59 replaced brute force matcher with flann based one (opencv_stitching) 14 years ago
Alexey Spizhevoy 24e5ff7ab6 minor changes in opencv_stitching 14 years ago
Vadim Pisarevsky c0ec0e05c5 made datamatrix build on Windows; fixed unresolved symbols 14 years ago
Alexey Spizhevoy 052bf4df73 added number of bands cropping in multi-bands blending 14 years ago
Alexey Spizhevoy c65a39be82 fixed some bugs in opencv_stitching 14 years ago
Alexey Spizhevoy 899d7726d3 added gain compensation into opencv_stitching 14 years ago
Vladislav Vinogradov 331062360d fixed bug in SURF_GPU (compute descriptors, tid < 25) 14 years ago
Vladislav Vinogradov 6259520aa1 fixed bug in SURF_GPU (reduce_sum25) 14 years ago
Vincent Rabaud 8a2c434260 - set the right comparison distance for ORB 14 years ago
Vincent Rabaud 9806306d3d - fix the test for ORB (it's a binary feature) 14 years ago
Vincent Rabaud 909e484e74 - fix a possible crash when only asking for features and not descriptors 14 years ago
Ethan Rublee 355ad2993a adding c++ interface to the datamtrix codes of j. 14 years ago
Ethan Rublee 89b5f40ce3 Reverting the boost::python bindings, moving dev to out of trunk. 14 years ago
Andrey Kamaev 0d2c98b5e1 Implemented 4 missing Mat::ptr methods 14 years ago
Leonid Beynenson 555e9c64bc Small change in the SURF algorithm to be sure that without TBB the template parallel_for is not used 14 years ago
Alexey Spizhevoy 00a72d48af added exposure compensation base class into opencv_stitching 14 years ago
Vadim Pisarevsky 7659c77619 fixed formatting a bit 14 years ago
Vadim Pisarevsky 309bb171b2 do not use system is<alpha|alnum|space|...>, because of the different implementations (and in OpenCV we assume english names of the identifiers etc) 14 years ago
Vadim Pisarevsky 76e4c2007b fixed vector resize in the ORB detector 14 years ago
Vadim Pisarevsky 0bf00036a8 improved jSVD accuracy 14 years ago
Maria Dimashova a360a19c56 added TBB optimization to DOT 14 years ago
Alexey Spizhevoy 3d50df37c2 reduced memory requirements for multi-band blending 14 years ago
Vladislav Vinogradov 15677d6d28 minor optimization of SURF_GPU (orientation calculation, changed block size to 32x4) 14 years ago
Alexey Spizhevoy eaa6614101 updated focal estimation again (opencv_stitching) 14 years ago