Andrey Kamaev
22e352d9cc
Merge pull request #76 vpisarev/test_fixes_1
12 years ago
Vadim Pisarevsky
fbe0d6963c
disabled several tests on Mac when no FFMPEG is used; disabled automatic table initialization in imgwarp in the case of MinGW
12 years ago
Andrey Kamaev
781d89829f
Merge pull request #79 from taka-no-me:warnings
12 years ago
Andrey Kamaev
2e91405833
Fix OS X build warnings
12 years ago
Andrey Kamaev
40030d2ca0
Fix windows build warnings
12 years ago
Andrey Kamaev
15076f9232
Fix implementation of PCA overload with retained variance parameter
12 years ago
Andrey Kamaev
d0ec65e80c
Fix linux build warning
12 years ago
Andrey Kamaev
bfa466dcbd
Merge pull request #75 form taka-no-me:comments/2463
12 years ago
Andrey Kamaev
9900f8deb2
Remove russian comments
12 years ago
Andrey Kamaev
769f61f8c7
Merge pull request #55 from vpisarev/ocl_fixes
12 years ago
Andrey Kamaev
d1d6ce63fc
Merge pull request #48 from kazuki-ma/2430_ostream_24
12 years ago
Vadim Pisarevsky
eea6fe8e7f
Merge pull request #71 from NikoKJ/ocl4_2.4.3
...
This patch is for the ocl module of 2.4.3
(tested on Mac (OSX 10.8, Xcode 4.5, OpenCL 1.1(?))
12 years ago
Vadim Pisarevsky
1770ba1df7
Merge pull request #66 from alekcac/ios-armv7s
...
added support armv7s for iOS framework; tested on my computer (OSX 10.8, Xcode 4.5)
12 years ago
marina.kolpakova
8e2f729aa7
Merge remote-tracking branch 'cuda-geek/surf-with-mask-fix' into 2.4
12 years ago
Niko
5df77a841e
remove redundant OPENCL_DIR flag
...
remove as much warnings as possible
use enum instead of MACRO for ocl.hpp
add command line parser in accuracy test and perf test
some bug fix for arthim functions
12 years ago
marina.kolpakova
b14f447cc6
fix GPU SURF tests for masked case
12 years ago
marina.kolpakova
99c666691e
Restore core multiply/divide depth to CV_64F value.
...
After setting depth to CV_32F for non double types this produces difference in results. I've attached test that reproduce this issue.The issue was found during anali broken GPU tests for multiply/device functions.
12 years ago
Kazuki MATSUDA
72c93dabd3
Add stream operators (Requested #2430 )
...
Add output stream operators (<<) for Rect, Size, Matx, Vec.
I can't add operations for cv::KeyPoint.
And putting together all operator<<.
(Matx, Point_, Point3_, Vec, Size_, Rect_)
12 years ago
Andrey Kamaev
b6a2717c2b
Merge pull request #65 from taka-no-me:android/warnings
12 years ago
Andrey Kamaev
59452dfc6f
Merge pull request #64 from vpisarev/bugs_1939_2100
12 years ago
Vadim Pisarevsky
40a30b6f30
fixed type "compatible -> incompatible" in the error message
12 years ago
Vadim Pisarevsky
d652cc72f2
fixed bugs #2100 (kind of) and #1393
...
[edit: cleaned whitespace]
12 years ago
Alexander Shishkov
2dba13f7d4
added support armv7s for iOS framework
...
for supporting with iOS 6 devices
12 years ago
Andrey Kamaev
8fb6d9f650
Fix Android build warnings
12 years ago
Andrey Kamaev
546ec2af65
Merge pull request #54 from taka-no-me:doc/fix-signatures
12 years ago
Andrey Kamaev
09abcd567e
Merge pull request #50 from taka-no-me:parallel/fix-build-2445
12 years ago
Andrey Kamaev
7173c82382
Include unistd.h to parallel.cpp on UNIX-like systems
...
This fixes build without TBB and CUDA. Issue #2445
12 years ago
marina.kolpakova
ec8fb32336
Merge pull request #63 from jet47/gpu-sep-filters
12 years ago
Vladislav Vinogradov
34b4a35ea7
gpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC4 types
12 years ago
Andrey Kamaev
9a97c74ef3
Merge pull request #61 from vpisarev/bug_2509
12 years ago
Andrey Kamaev
49397f7946
Merge pull request #60 from kirill-kornyakov/documentation-link-to-answers2
12 years ago
Andrey Kamaev
1341c64290
Merge pull request #51 from taka-no-me/java/fix-build-after-normalization
12 years ago
Andrey Kamaev
65d07c56fb
Merge pull request #57 from vpisarev/bug_2429_2.4
12 years ago
Andrey Kamaev
e1c3ffb23f
Fix weight calculation for the last pixel in generic area resize.
...
Also removed assigned only variable.
12 years ago
Vadim Pisarevsky
80f9bd864f
fixed bug #2429
...
[edit: cleaned whitespace]
12 years ago
Vadim Pisarevsky
c40718ab61
fixed bug #2059
12 years ago
Kirill Kornyakov
908f25bc43
changed link to Q&A forum in the docs
12 years ago
Andrey Kamaev
634fedc3cb
Merge pull request #56 from vpisarev/bug_2447_2.4
12 years ago
Vadim Pisarevsky
f5742e6cac
fix bug #2447 - unary operator bug for single column matrix
12 years ago
Andrey Kamaev
461b69f6ee
Eliminate discrepancies between signatures in documentation and OpenCV headers
...
All errors were found by doc/check_docs2.py
12 years ago
Andrey Kamaev
57d077b936
Fix Java API generation after normalization
...
The rst_parser.py was unintentionally corrupted by normalization.
This fix repairs the script and fixes Java API generation.
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
vpisarev
f75946a16a
made opencv_ocl module build with VS2012
12 years ago
Andrey Kamaev
69020da607
Merge branch 'release2.4.3' into 2.4
12 years ago
Andrey Kamaev
f4e33ea0ba
Fix build of samples
12 years ago
Andrey Kamaev
7225f89ea2
Revert opencv_videostab to the state of 2.4.2
12 years ago
marina.kolpakova
e5437e5486
Fix binary compatibility of opencv_gpu
12 years ago
Andrey Kamaev
ed51162568
Fix binary compatibility of Java wrappers
12 years ago
Andrey Kamaev
42c8a42ad3
Fix binary compatibility of opencv_objdetect
12 years ago
Andrey Kamaev
a07cc84436
Fix binary compatibility of opencv_nonfree
12 years ago