Andrey Morozov
|
abfc5d3405
|
fixed bugs for windows. added 2 tests for ffmpeg
|
14 years ago |
Anatoly Baksheev
|
68a2ec3394
|
compilation for macos
|
14 years ago |
Anatoly Baksheev
|
1eba407378
|
compilation for macos
|
14 years ago |
Vadim Pisarevsky
|
bf05872929
|
added opencv_test_highgui
|
14 years ago |
Alexey Spizhevoy
|
5538e206f9
|
mac worlaround
|
14 years ago |
Alexey Spizhevoy
|
aa3e481458
|
fixed logging function in opencv_stitching
|
14 years ago |
Vadim Pisarevsky
|
8191b5564f
|
make scalar and SSE versions of minEigenVal & cornerHarris give [almost] the same results (ticket #811)
|
14 years ago |
Vadim Pisarevsky
|
f2f8fc14b0
|
proper fix for reduce with op=CV_REDUCE_AVG and ddepth==CV_8U
|
14 years ago |
Alexey Spizhevoy
|
138490fdbb
|
added \n into help message (opencv_stitching)
|
14 years ago |
Vadim Pisarevsky
|
d5af311a77
|
fix bilateral filter behavior when color_sigma == 0 and/or spatial_sigma == 0 (ticket #469)
|
14 years ago |
Ilya Lysenkov
|
4875ffc953
|
Removed using of homogeneous coordinates in cvProjectPoints2 (ticket #845)
|
14 years ago |
Andrey Kamaev
|
25213d88a8
|
fixed compilation problems with new SIFT on Android
|
14 years ago |
Ilya Lysenkov
|
29b45e70bd
|
Fixed cluster centers returning in cvKMeans2 (ticket #706)
|
14 years ago |
Vladislav Vinogradov
|
f906c9b259
|
added resetDevice function, removed MultiGpuManager
|
14 years ago |
Ilya Lysenkov
|
b6c195d44c
|
Fixed reading of the user class from *.xml (ticket #840).
|
14 years ago |
Anatoly Baksheev
|
68a94665e5
|
compilation for windows
|
14 years ago |
Ilya Lysenkov
|
aa3dada2fe
|
Added support of the CV_64F depth to solvePnP (ticket #835)
|
14 years ago |
Anatoly Baksheev
|
e4bbcdac17
|
minor
|
14 years ago |
Vincent Rabaud
|
f21fadfa49
|
- serialize/deserialize the edge threshold too
|
14 years ago |
Vincent Rabaud
|
7ca26c040f
|
- make sure we rescale the input keypoints
|
14 years ago |
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
|
14 years ago |
Ethan Rublee
|
ce94e4a994
|
Fix # of features in orb.
|
14 years ago |
Alexander Shishkov
|
b644505bdf
|
fixed compilation problems with new SIFT on Windows
|
14 years ago |
Alexander Shishkov
|
389bd146c4
|
fixed compilation problems with new SIFT on MacOs
|
14 years ago |
Alexander Shishkov
|
b19434513b
|
reverted the floating-point number formatting (exception in ml tests)
|
14 years ago |
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
|
14 years ago |
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 |
Alexander Shishkov
|
6f6da53c64
|
added SSE compiler flags under Windows+MSVC (ticket #371)
|
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
removed one more OPENCV_BUILD_SHARED_LIB flag
|
14 years ago |
Vadim Pisarevsky
|
8ba6a54d28
|
fixed warning from GCC
|
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 |
Maria Dimashova
|
0d1ec967e8
|
fixed sample
|
14 years ago |
Maria Dimashova
|
d5a79f8b19
|
Fixed #727
|
14 years ago |
Alexey Spizhevoy
|
1c0f7e0e47
|
updated default params for preview mode (opencv_stitching)
|
14 years ago |