1476 Commits (e05c4888684b1ea032ce3ea90a724f41dd7be6e9)

Author SHA1 Message Date
Maria Dimashova 035fd0019b replaced SIFT implementation (Some default parameters can be changed in the near future) 14 years ago
Maria Dimashova 8c0c773bf2 commented opponent descriptor test (temporarily) 14 years ago
Vadim Pisarevsky 3a4e06e289 resolved ticket #1104 (processing of transposed numpy arrays) 14 years ago
Maria Dimashova ef5d7278ea removed evaluation testbetch to sample 14 years ago
Vadim Pisarevsky facbdc92cb fixed multi-channel 1x1 array construction (ticket #1103) 14 years ago
Vadim Pisarevsky b14ca4299a reverted the floating-point number formatting 14 years ago
Alexander Shishkov eae7921da6 fixed build on GNU/Hurd (ticket #761) 14 years ago
Ilya Lysenkov dfdbf0abd0 Added support of the 1 width element in morphology (ticket #1099). 14 years ago
Vadim Pisarevsky f154b2d0d7 always build ffmpeg_opencv as a shared lib (ticket #687) 14 years ago
Vadim Pisarevsky af2af3af9b added KeyPoint::hash() (ticket #1100) 14 years ago
Alexander Shishkov 63dc1cdd2c removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS 14 years ago
Vadim Pisarevsky 6de72ea8ee resolved tickets #904 (nicer floating-point formatting) and #816 (reduce with CV_REDUCE_AVG on 8-bit arrays) 14 years ago
Leonid Beynenson 1299941622 Made small optimization: for some processors using float accumulator gives speedup. 14 years ago
Alexander Shishkov 6aabf72bc5 removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS 14 years ago
Vladislav Vinogradov 926a6bba00 modified according to CUDA 4.0 API updates 14 years ago
Alexey Spizhevoy 98d663e7e0 updated help message in opencv_stitching app 14 years ago
Ethan Rublee 76538fbe6b Making the install and lib, bin directories consistent. 14 years ago
Elena Fedotova 9a9bd14f34 Purpose: 2nd review cycle - see ??. added index entries 14 years ago
Kirill Kornyakov 78d821114a Update CommandLineParser class: move method's definition from header to source 14 years ago
Alexey Spizhevoy 1c0f7e0e47 updated default params for preview mode (opencv_stitching) 14 years ago
Alexander Shishkov 128d030533 fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573) 14 years ago
Alexander Shishkov 33e71127f7 fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573) 14 years ago
Andrey Kamaev dce5bf4921 Tegra optimization of cv::threshold 14 years ago
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