Maria Dimashova
|
0f6b8002dc
|
fixed save/load of dot; added data for the sample
|
14 years ago |
Vladislav Vinogradov
|
1c9f4e7ca2
|
fixed gpu::meanStdDev and gpu::norm under CUDA 4.0
fixed compilation under Win64
|
14 years ago |
Leonid Beynenson
|
7ec77593db
|
Made changes in Android camera classes: now we can get list of possible preview resolutions of Android camera (as string).
Also now work of Android camera is more accurate in the case when the size of grabbed frame buffer does not consist with the expected frame size.
|
14 years ago |
Maria Dimashova
|
f4c74eb532
|
changed the dot
|
14 years ago |
Vladislav Vinogradov
|
d0a91f8f19
|
fixed gpu projectPoints and solvePnPRansac tests
|
14 years ago |
Vladislav Vinogradov
|
79b500eb0d
|
fixed bug in cv::Scharr and cv::Laplacian (ddepth < 0)
|
14 years ago |
Vladislav Vinogradov
|
bf29b16d1d
|
fixed bug in cv::Sobel (ddepth < 0)
|
14 years ago |
Vladislav Vinogradov
|
58e26313dd
|
fixed bug in cv::LUT (multi-channel source array and single-channel table)
added missing cudaSafeCall
|
14 years ago |
Vadim Pisarevsky
|
f8e4b10248
|
made ptrdiff_t visible to GCC 4.6 compiler
|
14 years ago |
Elena Fedotova
|
12d98a7d18
|
Purpose: completed the feature2d chapter
|
14 years ago |
Elena Fedotova
|
4f335d18fb
|
Purpose: completed the feature2d chapter
|
14 years ago |
Elena Fedotova
|
7ad698f076
|
Purpose: updated the feature2d chapter
|
14 years ago |
Elena Fedotova
|
53e9d8354e
|
Purpose: updated the feature2d chapter
|
14 years ago |
Elena Fedotova
|
4a21c6d394
|
Purpose: updated the feature2d chapter
|
14 years ago |
Anatoly Baksheev
|
8ebff41c29
|
more warnings fixed. +some warnings in examples
|
14 years ago |
Anatoly Baksheev
|
927dccb463
|
fixed compilation WITH_TBB
|
14 years ago |
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
14 years ago |
Elena Fedotova
|
dee0aba92e
|
Purpose: updated the feature2d chapter
|
14 years ago |
Nils Hasler
|
39b79b1261
|
change state of pipeline to NULL before freeing.
|
14 years ago |
Anatoly Baksheev
|
cce26e58b8
|
fixed warning: can't generate assignment operator
|
14 years ago |
Ilya Lysenkov
|
a685be3ea9
|
Added extra argument for BlobDetector in findCirclesGrid
|
14 years ago |
Andrey Kamaev
|
9f29506d2c
|
Refactored NEON optimization usage
|
14 years ago |
Maria Dimashova
|
94a5bf88d0
|
fixed #1048
|
14 years ago |
Vadim Pisarevsky
|
62b966460d
|
do not include DLLMain into core when it is a static library (thanks to aglinarth for the patch)
|
14 years ago |
Vadim Pisarevsky
|
ae8f2eeac2
|
restored img_proc_test main() call; removed windows.h from ml.hpp
|
14 years ago |
Ilya Lysenkov
|
dde9181117
|
Added a fast algorithm for the symmetric circles grid detection
|
14 years ago |
Alexey Spizhevoy
|
58b7c344aa
|
refactored opencv_stitching
|
14 years ago |
Alexey Spizhevoy
|
29b917a500
|
now BA in opencv_stitching uses only geometrically consistent matches
|
14 years ago |
Alexey Spizhevoy
|
15173fc559
|
added wave correct support into opencv_stitching
|
14 years ago |
Alexey Spizhevoy
|
3928dd9d99
|
added --ba_thresh key into opencv_stitching CLI
|
14 years ago |
Alexey Spizhevoy
|
e72c0ad661
|
fixed BA error calculation in opencv_stitching, added draft version of waveCorrect
|
14 years ago |
Vadim Pisarevsky
|
f39db3f15a
|
fixed problems indicated with ? marks
|
14 years ago |
Alexey Spizhevoy
|
3467c6f732
|
opencv_stitching refactoring
|
14 years ago |
Alexey Spizhevoy
|
f6fc807d49
|
fixed some tests in gpu module
|
14 years ago |
Maria Dimashova
|
95f7e5ca2f
|
fixed #1046
|
14 years ago |
Maria Dimashova
|
66c116ec6a
|
fixed #1044
|
14 years ago |
Vadim Pisarevsky
|
71d14386e4
|
fixed generation of Python wrapper cv2.
|
14 years ago |
Elena Fedotova
|
916ec81d09
|
Purpose: updated the feature2d chapter
|
14 years ago |
Vadim Pisarevsky
|
d3a159d3cc
|
added missing Python wrappers for OpenCV 1.x
|
14 years ago |
Maria Dimashova
|
8bbbd93410
|
fixed #1025
|
14 years ago |
Vladislav Vinogradov
|
336989f80b
|
added image stitching module
|
14 years ago |
Maria Dimashova
|
d7f04f04cc
|
fixed #1038
|
14 years ago |
Vladislav Vinogradov
|
6200f388dd
|
fixed bug in BruteForceMatcher_GPU::knnMatch (allDist buffer reuse)
|
14 years ago |
Elena Fedotova
|
af6072814c
|
Purpose: updated the feature2d chapter
|
14 years ago |
Vadim Pisarevsky
|
573c637ea5
|
fixed artifacts in warpPerspective (ticket #1024)
|
14 years ago |
Vadim Pisarevsky
|
7f7965bc93
|
separated opencv 1.x and opencv 2.x wrappers. moved tests/python/* to modules/python/test
|
14 years ago |
Vadim Pisarevsky
|
0c9e5f6c9c
|
removed comments in Russian
|
14 years ago |
Vadim Pisarevsky
|
6432267de8
|
corrected angular difference check in MSER test (thanks to Pieter-Jan Busschaert for the patch)
|
14 years ago |
Vladislav Vinogradov
|
c21a783646
|
added aligned memory allocation to CudaMem (if allocation type is ZERO_COPY)
fixed bugs in gpu::cvtColor
|
14 years ago |
Andrey Kamaev
|
727fbd5376
|
Android cmake toolchain file is included into OpenCV
|
14 years ago |