Commit Graph

1312 Commits

Author SHA1 Message Date
Vladislav Vinogradov
926a6bba00 modified according to CUDA 4.0 API updates 2011-05-31 08:31:10 +00:00
Alexey Spizhevoy
98d663e7e0 updated help message in opencv_stitching app 2011-05-31 08:28:24 +00:00
Ethan Rublee
76538fbe6b Making the install and lib, bin directories consistent. 2011-05-30 22:13:32 +00:00
Elena Fedotova
9a9bd14f34 Purpose: 2nd review cycle - see ??. added index entries 2011-05-30 20:29:47 +00:00
Kirill Kornyakov
78d821114a Update CommandLineParser class: move method's definition from header to source 2011-05-30 19:20:57 +00:00
Alexey Spizhevoy
1c0f7e0e47 updated default params for preview mode (opencv_stitching) 2011-05-30 14:12:20 +00:00
Alexander Shishkov
128d030533 fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573)
added ignore linker flags for opencv2_python
2011-05-30 14:08:43 +00:00
Alexander Shishkov
33e71127f7 fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573) 2011-05-30 13:32:57 +00:00
Andrey Kamaev
dce5bf4921 Tegra optimization of cv::threshold 2011-05-30 13:12:01 +00:00
Vadim Pisarevsky
60a0ebbd6c added optional encoding parameter to cvOpenFileStorage() and FileStorage::open() (ticket #976). moved some implementation parts of CommandLineParser to cmdparser.cpp. 2011-05-30 12:36:07 +00:00
Alexey Spizhevoy
810604315b minor change 2011-05-30 10:19:11 +00:00
Alexey Spizhevoy
fb1771833a added --blend_strength parameter into opencv_stitching 2011-05-30 10:18:02 +00:00
Maria Dimashova
8a61375875 fixed drawKeypoints (keypoint orientation) 2011-05-30 09:11:27 +00:00
Alexey Spizhevoy
82e12d6c59 updated help message (opencv_stitching) 2011-05-30 07:07:37 +00:00
Ilya Lysenkov
5a3e7d041f Added drawing of a new image for debugging of the SimpleBlobDetector class. 2011-05-30 06:54:59 +00:00
Alexey Spizhevoy
6a4ab4a996 updated --help message (opencv_stitching) 2011-05-30 05:29:42 +00:00
Vadim Pisarevsky
24dcfa1a4f removed confusing CvCapture::queryFrame(); rewritten cvQueryFrame() (ticket #235) 2011-05-29 21:02:53 +00:00
Alexey Spizhevoy
eadb3bad45 minor refactoring of opencv_stitching 2011-05-28 13:03:28 +00:00
Alexey Spizhevoy
7881134cf7 added block-based gain compensator (opencv_stitching), added --preview flag. 2011-05-28 12:18:49 +00:00
Kirill Kornyakov
fe279279e6 Update CommandLineParser class 2011-05-28 06:55:41 +00:00
Alexey Spizhevoy
4b4053705d refactored exposure compensators (opencv_stitching) 2011-05-28 06:48:33 +00:00
Vadim Pisarevsky
3a1f24e74c fixed mat.push_back(mat) (ticket #1091) 2011-05-27 20:32:48 +00:00
Vadim Pisarevsky
cfedf0c5d5 compile cv2.so also as a shared library 2011-05-27 19:59:48 +00:00
Ethan Rublee
93326c7dc0 Adding a default constructor to ORB that initializes. Had segfaults on non
initialized orb detector.
2011-05-27 17:17:02 +00:00
Alexander Shishkov
0eb1bb3673 cv.so library always compiled as shared library 2011-05-27 15:18:49 +00:00
Vadim Pisarevsky
9336b700ba use FindZLIB(), FindJPEG() etc. on MacOSX as well to avoid possible conflicts with MacPorts. 2011-05-27 13:47:18 +00:00
Maria Dimashova
0b0baa0cf5 removed test output 2011-05-27 12:18:44 +00:00
Maria Dimashova
33493f4e19 renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used (#805) 2011-05-27 12:15:36 +00:00
Alexey Spizhevoy
56f7e54cce added GC_COLOR_GRAD cost function type into opencv_stitching 2011-05-27 11:41:35 +00:00
Alexey Spizhevoy
8e3777676c minor changes in opencv_stitching 2011-05-27 04:44:32 +00:00
Vadim Pisarevsky
bfbc70436d fixed crash in cv2.findHomography() (ticket #1094) 2011-05-26 20:33:55 +00:00
Elena Fedotova
f26859b345 Purpose: 2nd review cycle - see ??. added index entries 2011-05-26 20:09:05 +00:00
Elena Fedotova
8b89672774 Purpose: 2nd review cycle 2011-05-26 19:28:21 +00:00
Alexey Spizhevoy
497ee7a5f3 added some comments into multi-band blending code 2011-05-26 09:01:27 +00:00
Alexey Spizhevoy
e639daf22b updated default parameter in opencv_stitching 2011-05-26 07:11:12 +00:00
Alexey Spizhevoy
fd83d6fe59 replaced brute force matcher with flann based one (opencv_stitching) 2011-05-26 07:10:44 +00:00
Alexey Spizhevoy
24e5ff7ab6 minor changes in opencv_stitching 2011-05-26 05:42:00 +00:00
Vadim Pisarevsky
c0ec0e05c5 made datamatrix build on Windows; fixed unresolved symbols 2011-05-25 14:49:09 +00:00
Alexey Spizhevoy
052bf4df73 added number of bands cropping in multi-bands blending 2011-05-25 13:14:56 +00:00
Alexey Spizhevoy
c65a39be82 fixed some bugs in opencv_stitching 2011-05-25 12:36:14 +00:00
Alexey Spizhevoy
899d7726d3 added gain compensation into opencv_stitching 2011-05-25 09:09:41 +00:00
Vladislav Vinogradov
331062360d fixed bug in SURF_GPU (compute descriptors, tid < 25) 2011-05-25 08:37:46 +00:00
Vladislav Vinogradov
6259520aa1 fixed bug in SURF_GPU (reduce_sum25) 2011-05-25 08:16:17 +00:00
Vincent Rabaud
8a2c434260 - set the right comparison distance for ORB 2011-05-25 03:19:36 +00:00
Vincent Rabaud
9806306d3d - fix the test for ORB (it's a binary feature) 2011-05-25 00:34:25 +00:00
Vincent Rabaud
909e484e74 - fix a possible crash when only asking for features and not descriptors 2011-05-25 00:33:50 +00:00
Ethan Rublee
355ad2993a adding c++ interface to the datamtrix codes of j. 2011-05-25 00:23:50 +00:00
Ethan Rublee
89b5f40ce3 Reverting the boost::python bindings, moving dev to out of trunk. 2011-05-24 22:01:41 +00:00
Andrey Kamaev
0d2c98b5e1 Implemented 4 missing Mat::ptr methods 2011-05-24 16:14:23 +00:00
Leonid Beynenson
555e9c64bc Small change in the SURF algorithm to be sure that without TBB the template parallel_for is not used
(the reason: the parallelization in the SURF algorithm conflicts with ThreadingFramework, which is a temporary substitute of TBB for ARMs)
2011-05-24 16:13:55 +00:00