Commit Graph

2232 Commits

Author SHA1 Message Date
Vincent Rabaud
211c112b91 - hide the patch size from the user (only one is used now as training was only done at that scale)
- enable a border_threshold just like for SIFt so that calling ORB, or descriptor after feature gives the same number of features
2011-06-01 02:09:31 +00:00
Ethan Rublee
ce94e4a994 Fix # of features in orb. 2011-06-01 00:25:32 +00:00
Alexander Shishkov
b644505bdf fixed compilation problems with new SIFT on Windows 2011-05-31 22:51:16 +00:00
Alexander Shishkov
389bd146c4 fixed compilation problems with new SIFT on MacOs 2011-05-31 22:03:55 +00:00
Alexander Shishkov
b19434513b reverted the floating-point number formatting (exception in ml tests) 2011-05-31 21:42:49 +00:00
Alexander Shishkov
80dfdf8ff7 removed ddepth from matrix (after Vadim's commit, it generates problem with core and ml tests)
returned the new floating-point number formatting
2011-05-31 21:14:42 +00:00
Maria Dimashova
035fd0019b replaced SIFT implementation (Some default parameters can be changed in the near future) 2011-05-31 18:18:02 +00:00
Maria Dimashova
8c0c773bf2 commented opponent descriptor test (temporarily) 2011-05-31 18:05:43 +00:00
Alexander Shishkov
6f6da53c64 added SSE compiler flags under Windows+MSVC (ticket #371) 2011-05-31 15:50:16 +00:00
Vadim Pisarevsky
3a4e06e289 resolved ticket #1104 (processing of transposed numpy arrays) 2011-05-31 15:43:11 +00:00
Maria Dimashova
ef5d7278ea removed evaluation testbetch to sample 2011-05-31 15:30:49 +00:00
Vadim Pisarevsky
facbdc92cb fixed multi-channel 1x1 array construction (ticket #1103) 2011-05-31 15:27:31 +00:00
Vadim Pisarevsky
b14ca4299a reverted the floating-point number formatting 2011-05-31 15:25:50 +00:00
Alexander Shishkov
eae7921da6 fixed build on GNU/Hurd (ticket #761) 2011-05-31 15:22:22 +00:00
Ilya Lysenkov
dfdbf0abd0 Added support of the 1 width element in morphology (ticket #1099). 2011-05-31 14:50:25 +00:00
Vadim Pisarevsky
f154b2d0d7 always build ffmpeg_opencv as a shared lib (ticket #687) 2011-05-31 14:35:00 +00:00
Vadim Pisarevsky
af2af3af9b added KeyPoint::hash() (ticket #1100) 2011-05-31 14:24:45 +00:00
Alexander Shishkov
63dc1cdd2c removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
removed one more OPENCV_BUILD_SHARED_LIB flag
2011-05-31 14:22:25 +00:00
Vadim Pisarevsky
8ba6a54d28 fixed warning from GCC 2011-05-31 14:02:19 +00:00
Vadim Pisarevsky
6de72ea8ee resolved tickets #904 (nicer floating-point formatting) and #816 (reduce with CV_REDUCE_AVG on 8-bit arrays) 2011-05-31 14:01:21 +00:00
Leonid Beynenson
1299941622 Made small optimization: for some processors using float accumulator gives speedup. 2011-05-31 13:44:13 +00:00
Alexander Shishkov
6aabf72bc5 removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS 2011-05-31 13:17:59 +00:00
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
Maria Dimashova
0d1ec967e8 fixed sample 2011-05-30 16:20:17 +00:00
Maria Dimashova
d5a79f8b19 Fixed #727 2011-05-30 15:11:34 +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
Ilya Lysenkov
9c2efd6cbd Fixed #797. 2011-05-30 09:02:17 +00:00
Ilya Lysenkov
686063689c Fixed #886 2011-05-30 08:01:09 +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
Ilya Lysenkov
3474e37037 Fixed #1063 2011-05-30 06:18:52 +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
Kirill Kornyakov
534ac83b8d update help corresponding single format and update some samples through using CommandLineParser class 2011-05-29 10:01:01 +00:00
Andrey Kamaev
2f3b75c841 Fixed windows build scripts in HelloAndroid sample. 2011-05-28 19:30:41 +00:00
Andrey Kamaev
166bfdda45 Updated build scripts for HelloAndroid sample. 2011-05-28 18:42:58 +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
dc3fe6e9cf update help according single standart for it 2011-05-28 10:53:53 +00:00