Alexander Shishkov
|
97ae8f7af7
|
added BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC
|
2011-06-06 10:26:59 +00:00 |
|
Andrey Kamaev
|
3956f54040
|
Android native camera is updated to support RGBA output
|
2011-06-06 08:52:51 +00:00 |
|
Andrey Kamaev
|
cdda5ec491
|
YUV420i to RGB conversion is added to cvtColor
|
2011-06-04 18:15:52 +00:00 |
|
Vadim Pisarevsky
|
922fc58201
|
added CV_64F support to cv::remap (ticket #650)
|
2011-06-03 17:06:08 +00:00 |
|
Vadim Pisarevsky
|
2c1e913b2d
|
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990)
|
2011-06-03 15:45:50 +00:00 |
|
Andrey Kamaev
|
2609df00bd
|
Added missed method declarations. Fix for r5343
|
2011-06-03 15:09:21 +00:00 |
|
Vadim Pisarevsky
|
262fc33024
|
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686)
|
2011-06-03 14:26:30 +00:00 |
|
Ilya Lysenkov
|
04ebfc0a02
|
Added computing of the mean background image in the BackgroundSubtractorMOG2 model.
|
2011-06-03 14:10:12 +00:00 |
|
Vadim Pisarevsky
|
6be2a79fb9
|
fixed incorrect output of resize(...scalex, scaley, INTER_NEAREST) when scalex and scaley are even integers (ticket #1013)
|
2011-06-03 13:25:44 +00:00 |
|
Andrey Kamaev
|
c7bdf83de5
|
Fixed Android build
|
2011-06-03 12:01:55 +00:00 |
|
Andrey Morozov
|
03c7784186
|
added several new highgui tests
|
2011-06-03 08:33:27 +00:00 |
|
Alexander Shishkov
|
c5fa70143d
|
added check input data
|
2011-06-03 07:57:07 +00:00 |
|
Vincent Rabaud
|
aa6c2bfbbb
|
- fixed the grayscale case
|
2011-06-02 23:12:52 +00:00 |
|
Vincent Rabaud
|
3ed829af71
|
- make sure we deal with a grayscale image
|
2011-06-02 22:58:52 +00:00 |
|
Vincent Rabaud
|
ff13c9f818
|
- fix potential crash if the first scale level is not 0
|
2011-06-02 18:08:30 +00:00 |
|
Andrey Morozov
|
19900d9894
|
converted all highgui tests to the format of google test system
|
2011-06-02 15:23:37 +00:00 |
|
Ilya Lysenkov
|
b884c3c40c
|
Removed direct tiff writing to in-memory buffers if libtiff is used
|
2011-06-02 15:16:35 +00:00 |
|
Vadim Pisarevsky
|
ddd8f897fe
|
fixed drawing test
|
2011-06-02 12:45:00 +00:00 |
|
Anatoly Baksheev
|
c8544f393b
|
added begin/and with Thrust iterators for Device classes
|
2011-06-02 12:38:50 +00:00 |
|
Ilya Lysenkov
|
02cd916ce1
|
Added reading of floating point tiff data: 32- and 64-bit (ticket #955)
|
2011-06-02 12:35:52 +00:00 |
|
Alexey Spizhevoy
|
4401f33e10
|
fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching)
|
2011-06-02 12:13:06 +00:00 |
|
Vadim Pisarevsky
|
1a0b1d2aea
|
improved CV_RGBHSV_FULL accuracy (ticket #938)
|
2011-06-02 12:10:18 +00:00 |
|
Andrey Morozov
|
da9e3ed6fb
|
commented several tests because it's very slow
|
2011-06-02 11:43:13 +00:00 |
|
Andrey Morozov
|
2df096c1e2
|
converted drawing tests to the format of google test system
|
2011-06-02 10:05:24 +00:00 |
|
Alexander Shishkov
|
c8f0147a8b
|
fixed problem with static compilation of highgui_tests on Windows
|
2011-06-02 10:02:08 +00:00 |
|
Alexander Shishkov
|
8b43e90e7f
|
fixed ticket #675
|
2011-06-02 09:51:25 +00:00 |
|
Andrey Morozov
|
de2fd5c430
|
added a test on read/write images
|
2011-06-02 09:33:15 +00:00 |
|
Ilya Lysenkov
|
8e93fcbe87
|
Added writing of compressed tiffs using libtiff library (patch #1080, thanks to Pieter-Jan Busschaert)
|
2011-06-02 09:06:00 +00:00 |
|
Andrey Morozov
|
48514337de
|
minor fix in highgui tests
|
2011-06-02 08:53:12 +00:00 |
|
Ethan Rublee
|
5964234681
|
Quiet the errors from the circlesgrid pattern detector. These were really verbose.
|
2011-06-01 21:49:08 +00:00 |
|
Vadim Pisarevsky
|
124967eefb
|
very first version of the documentation checking script
|
2011-06-01 21:15:36 +00:00 |
|
Ethan Rublee
|
6c437cce36
|
Placed the if in the wrong place.
|
2011-06-01 18:54:34 +00:00 |
|
Ethan Rublee
|
7e2221f38f
|
Fix misspelling of a logical block endif.
|
2011-06-01 18:28:20 +00:00 |
|
Vincent Rabaud
|
fc19e856a6
|
- fix a memory leak
|
2011-06-01 18:24:53 +00:00 |
|
Ethan Rublee
|
14f65f79f0
|
Wrapping the tests in an if guard. Fails to build if the BUILD_TESTS flag is
not enabled.
|
2011-06-01 18:04:46 +00:00 |
|
Andrey Morozov
|
4b5e53b33b
|
minor fix
|
2011-06-01 17:41:30 +00:00 |
|
Andrey Morozov
|
abfc5d3405
|
fixed bugs for windows. added 2 tests for ffmpeg
|
2011-06-01 16:14:17 +00:00 |
|
Vadim Pisarevsky
|
bf05872929
|
added opencv_test_highgui
|
2011-06-01 14:23:55 +00:00 |
|
Alexey Spizhevoy
|
5538e206f9
|
mac worlaround
|
2011-06-01 13:57:14 +00:00 |
|
Alexey Spizhevoy
|
aa3e481458
|
fixed logging function in opencv_stitching
|
2011-06-01 13:50:41 +00:00 |
|
Vadim Pisarevsky
|
8191b5564f
|
make scalar and SSE versions of minEigenVal & cornerHarris give [almost] the same results (ticket #811)
|
2011-06-01 13:45:08 +00:00 |
|
Vadim Pisarevsky
|
f2f8fc14b0
|
proper fix for reduce with op=CV_REDUCE_AVG and ddepth==CV_8U
|
2011-06-01 13:44:09 +00:00 |
|
Alexey Spizhevoy
|
138490fdbb
|
added \n into help message (opencv_stitching)
|
2011-06-01 13:34:53 +00:00 |
|
Vadim Pisarevsky
|
d5af311a77
|
fix bilateral filter behavior when color_sigma == 0 and/or spatial_sigma == 0 (ticket #469)
|
2011-06-01 13:15:43 +00:00 |
|
Ilya Lysenkov
|
4875ffc953
|
Removed using of homogeneous coordinates in cvProjectPoints2 (ticket #845)
|
2011-06-01 13:10:14 +00:00 |
|
Andrey Kamaev
|
25213d88a8
|
fixed compilation problems with new SIFT on Android
|
2011-06-01 12:42:44 +00:00 |
|
Ilya Lysenkov
|
29b45e70bd
|
Fixed cluster centers returning in cvKMeans2 (ticket #706)
|
2011-06-01 12:06:39 +00:00 |
|
Vladislav Vinogradov
|
f906c9b259
|
added resetDevice function, removed MultiGpuManager
|
2011-06-01 10:11:27 +00:00 |
|
Ilya Lysenkov
|
b6c195d44c
|
Fixed reading of the user class from *.xml (ticket #840).
|
2011-06-01 10:05:11 +00:00 |
|
Anatoly Baksheev
|
68a94665e5
|
compilation for windows
|
2011-06-01 08:19:21 +00:00 |
|
Ilya Lysenkov
|
aa3dada2fe
|
Added support of the CV_64F depth to solvePnP (ticket #835)
|
2011-06-01 08:14:59 +00:00 |
|
Anatoly Baksheev
|
e4bbcdac17
|
minor
|
2011-06-01 08:01:04 +00:00 |
|
Vincent Rabaud
|
f21fadfa49
|
- serialize/deserialize the edge threshold too
|
2011-06-01 03:26:08 +00:00 |
|
Vincent Rabaud
|
7ca26c040f
|
- make sure we rescale the input keypoints
|
2011-06-01 03:25:53 +00:00 |
|
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 |
|
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
|
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 |
|
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 |
|
Alexey Spizhevoy
|
00a72d48af
|
added exposure compensation base class into opencv_stitching
|
2011-05-24 13:59:02 +00:00 |
|
Vadim Pisarevsky
|
7659c77619
|
fixed formatting a bit
|
2011-05-24 13:38:55 +00:00 |
|
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)
|
2011-05-24 13:34:25 +00:00 |
|
Vadim Pisarevsky
|
76e4c2007b
|
fixed vector resize in the ORB detector
|
2011-05-24 13:31:50 +00:00 |
|
Vadim Pisarevsky
|
0bf00036a8
|
improved jSVD accuracy
|
2011-05-24 13:25:26 +00:00 |
|
Maria Dimashova
|
a360a19c56
|
added TBB optimization to DOT
|
2011-05-24 13:20:32 +00:00 |
|
Alexey Spizhevoy
|
3d50df37c2
|
reduced memory requirements for multi-band blending
|
2011-05-24 09:58:25 +00:00 |
|
Vladislav Vinogradov
|
15677d6d28
|
minor optimization of SURF_GPU (orientation calculation, changed block size to 32x4)
|
2011-05-24 08:02:39 +00:00 |
|
Alexey Spizhevoy
|
eaa6614101
|
updated focal estimation again (opencv_stitching)
|
2011-05-24 06:07:47 +00:00 |
|
Alexey Spizhevoy
|
ef966e15c1
|
updated focal estimation (opencv_stitching) + refactoring
|
2011-05-24 05:58:15 +00:00 |
|
Elena Fedotova
|
37f745737b
|
Purpose: 2nd review cycle
|
2011-05-23 21:20:31 +00:00 |
|
Elena Fedotova
|
0848a2d67f
|
Purpose: 2nd review cycle
|
2011-05-23 20:16:53 +00:00 |
|
Vincent Rabaud
|
974799acd8
|
- fix possible crash introduced by cvRound
|
2011-05-23 20:03:16 +00:00 |
|
Vladislav Vinogradov
|
7fbcc1ec05
|
minor SURF_GPU optimization (descriptor calculation, change block size to 6x6)
|
2011-05-23 18:40:09 +00:00 |
|
Ethan Rublee
|
44e9fdaa2d
|
Initial pass at some boost python bindings.
|
2011-05-23 17:26:58 +00:00 |
|
Alexey Spizhevoy
|
3bb685a744
|
minor changes in opencv_stitching
|
2011-05-23 14:28:53 +00:00 |
|
Vadim Pisarevsky
|
47443d9826
|
fixed 2 bugs reported by exvan (ticket #799)
|
2011-05-23 14:01:12 +00:00 |
|
Vadim Pisarevsky
|
c639b2a85e
|
avoid crash in the case of multiple pyramid levels
|
2011-05-23 13:50:17 +00:00 |
|
Alexey Spizhevoy
|
f44632ee6f
|
switched float with short in blending step (opencv_stitching)
|
2011-05-23 13:08:31 +00:00 |
|
Alexey Spizhevoy
|
5bf8109dbc
|
minor memory optimization in opencv_stitching
|
2011-05-23 12:20:12 +00:00 |
|
Alexey Spizhevoy
|
4827fbf326
|
implemented images pairwise matching via TBB (opencv_stitching), added procomp.hpp
|
2011-05-23 11:31:02 +00:00 |
|
Vladislav Vinogradov
|
ae6d5252ab
|
minor fix
|
2011-05-23 08:46:27 +00:00 |
|
Vladislav Vinogradov
|
0b19f915be
|
minor optimization of SURF_GPU (reduce memory transfers, use structure of arrays instead of array of structures)
|
2011-05-23 07:59:20 +00:00 |
|
Vadim Pisarevsky
|
145a76faf4
|
fixed features2d (ORB) compile errors on Windows
|
2011-05-23 07:58:35 +00:00 |
|
Alexey Spizhevoy
|
71ebe377fc
|
updated usage message (opencv_stitching)
|
2011-05-23 07:38:42 +00:00 |
|
Alexey Spizhevoy
|
f610b16eaf
|
fixed bug in graphcut seam estimation (opencv_stitching)
|
2011-05-23 07:35:46 +00:00 |
|
Alexey Spizhevoy
|
f391ea2ad0
|
added scaling of images before seam estimation (opencv_stitching)
|
2011-05-23 07:10:48 +00:00 |
|
Vadim Pisarevsky
|
f2a337f990
|
fixed several typos, including the old ones from ticket #854
|
2011-05-21 20:17:45 +00:00 |
|
Vadim Pisarevsky
|
57e5fabf8f
|
Use INVALID_DISP_SCALED instead of INVALID_DISP in validateDisparity (ticket #1007)
|
2011-05-21 18:36:30 +00:00 |
|
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
|
Vadim Pisarevsky
|
b58d9edc6a
|
return NULL in the case of incorrect camera index (ticket #710)
|
2011-05-21 18:07:28 +00:00 |
|
Vincent Rabaud
|
9170ff6f5e
|
- assign some members outside the header (fixes #1081)
|
2011-05-21 17:27:38 +00:00 |
|
Kirill Kornyakov
|
92d1262f87
|
bugfix for Windows x64, Visual Studio 10
|
2011-05-21 15:09:54 +00:00 |
|
Alexey Spizhevoy
|
868035215f
|
made number of bands in blending parameter
|
2011-05-21 14:44:37 +00:00 |
|
Alexey Spizhevoy
|
97530caa53
|
more refactoring of opencv_stitching
|
2011-05-21 14:22:06 +00:00 |
|
Kirill Kornyakov
|
aadb1669a7
|
some samples updated according to new CommandLineParser class
|
2011-05-21 14:09:03 +00:00 |
|
Alexey Spizhevoy
|
4ba6793568
|
updated poor pairs filtering in opencv_stitching
|
2011-05-21 14:03:06 +00:00 |
|
Alexey Spizhevoy
|
706a065d14
|
memory optimizations in opencv_stitching
|
2011-05-21 13:27:57 +00:00 |
|
Alexey Spizhevoy
|
90ece0b8e5
|
refactoring in opencv_stitching
|
2011-05-21 11:24:42 +00:00 |
|
Alexey Spizhevoy
|
16e6c45ed7
|
changes blenders interface in opencv_stitching
|
2011-05-21 11:09:47 +00:00 |
|
Vadim Pisarevsky
|
fa0c8d954e
|
allow lower-case utf-8 encoding specification as well
|
2011-05-21 09:29:21 +00:00 |
|
Vadim Pisarevsky
|
6d05622a5f
|
one more fix with encoding when reading/writing XMLs
|
2011-05-21 09:03:04 +00:00 |
|
Vincent Rabaud
|
dc37ad803e
|
- add missing tests for ORB
- remove useless code for 2.3
|
2011-05-20 23:53:22 +00:00 |
|
Vincent Rabaud
|
4b1f183bcd
|
- adding ORB
|
2011-05-20 22:25:53 +00:00 |
|
Vadim Pisarevsky
|
856c717783
|
fixed reading/writing of utf-8 strings
|
2011-05-20 20:24:34 +00:00 |
|
Andrey Kamaev
|
1388826c41
|
Tegra optimization for calcOpticalFlowPyrLK
|
2011-05-20 14:33:41 +00:00 |
|
Maria Dimashova
|
983f4f1621
|
minor changes of recall-precision output
|
2011-05-20 12:14:35 +00:00 |
|
Alexey Spizhevoy
|
2de0e1fc66
|
refactored opencv_stitching
|
2011-05-20 08:08:55 +00:00 |
|
Alexey Spizhevoy
|
5b50d63754
|
added number of bands estimation in opencv_stitching
|
2011-05-20 07:44:37 +00:00 |
|
Alexey Spizhevoy
|
767a6e8e78
|
added histograms comparison into opencv_stitching
|
2011-05-20 07:32:25 +00:00 |
|
Anatoly Baksheev
|
63ac784ea0
|
fixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008)
|
2011-05-19 17:11:25 +00:00 |
|
Vadim Pisarevsky
|
51c6842384
|
alter the read stage.threshold to match traincascade behavior (ticket #1071)
|
2011-05-19 12:41:48 +00:00 |
|
Vadim Pisarevsky
|
d40320090b
|
fixed top-right and bottom-right corners filtering in the case of constant border (ticket #1058)
|
2011-05-19 12:19:48 +00:00 |
|
Andrey Kamaev
|
613a69abe8
|
Tegra optimization for yuv420i to rgb conversion
|
2011-05-19 06:36:44 +00:00 |
|
Alexey Spizhevoy
|
2cb08d7fde
|
added time measurements into opencv_stitching
|
2011-05-19 05:59:10 +00:00 |
|
Vadim Pisarevsky
|
2dc981aaa8
|
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054)
|
2011-05-18 15:16:12 +00:00 |
|
Alexey Spizhevoy
|
d998c73769
|
minor changes in opencv_stitching
|
2011-05-18 15:05:06 +00:00 |
|
Alexey Spizhevoy
|
4567b4326b
|
reduced memory requirements in opencv_stitching
|
2011-05-18 14:52:23 +00:00 |
|
Alexey Spizhevoy
|
71ca501bb6
|
added parameters controlling resolution into opencv_stitching
|
2011-05-18 13:21:45 +00:00 |
|
Vadim Pisarevsky
|
98f090e390
|
fixed bug with crash in HoughCircles & HoughLines when no circles/lines are detected (ticket #1066)
|
2011-05-18 13:05:46 +00:00 |
|
Alexey Spizhevoy
|
7d350280c0
|
compilation under mac
|
2011-05-18 13:02:27 +00:00 |
|
Alexey Spizhevoy
|
60e1eda149
|
modified focal estimation function in opencv_stitching
|
2011-05-18 08:56:48 +00:00 |
|
Vladislav Vinogradov
|
34e2c78cec
|
minor fix
|
2011-05-18 07:18:30 +00:00 |
|
Alexey Spizhevoy
|
5fe8beac42
|
minor refactoring in opencv_stitching
|
2011-05-18 07:15:12 +00:00 |
|
Alexey Spizhevoy
|
21d89cc420
|
added leaveBiggestComponent function into opencv_stitching
|
2011-05-18 07:11:45 +00:00 |
|
Vladislav Vinogradov
|
f3b45af876
|
GpuMat::setTo optimization (call cudaMemcpy2D if possible)
|
2011-05-18 06:51:05 +00:00 |
|
Vadim Pisarevsky
|
b0598fcf36
|
removed debug print statement from cvMixChannels()
|
2011-05-17 15:55:40 +00:00 |
|
Vadim Pisarevsky
|
0c504b42a0
|
copied helper modules from doc to modules/python/test
|
2011-05-17 15:52:23 +00:00 |
|
Vadim Pisarevsky
|
62569f6926
|
fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>.
|
2011-05-17 15:44:01 +00:00 |
|
Alexey Spizhevoy
|
013b7fdc91
|
minor changes in opencv_stitching
|
2011-05-17 13:48:27 +00:00 |
|
Vadim Pisarevsky
|
3d154c9dde
|
fix build problems on Windows
|
2011-05-17 13:32:42 +00:00 |
|
Andrey Pavlenko
|
0f5f60f7f5
|
- extra spaces are removed
- static class member modifier processing is fixed (moved from 'rettype' to 'func_modlist')
|
2011-05-17 12:52:07 +00:00 |
|
Anatoly Baksheev
|
69f28ef65c
|
solution folder flag disabled by default
|
2011-05-17 09:40:06 +00:00 |
|
Vadim Pisarevsky
|
7b2e39a3f9
|
added missing #include for compatibility with VS2008
|
2011-05-17 07:27:48 +00:00 |
|
Alexey Spizhevoy
|
2728e3ee7c
|
changed default args values for opencv_stitching app
|
2011-05-17 04:59:44 +00:00 |
|
Andrey Kamaev
|
16712bad93
|
minor bugfix
|
2011-05-16 15:10:44 +00:00 |
|