Andrey Kamaev
673aa91bac
Fix remaining windows build warnings
12 years ago
Vadim Pisarevsky
ae10ecd264
fixed 2 test failures (test_DrawChessboardCorners & Core_Array.expressions)
12 years ago
Alexander Smorkalov
4f0f6686d1
Undefind behavior in Async Service Helper fixed.
12 years ago
Andrey Pavlenko
a94e80bea3
fixing typos in perf tests for warp funcs
12 years ago
Alexander Smorkalov
76bcf72ded
2.4.3 version support added to OpenCV Manager. Docs updated. Samples updated.
12 years ago
Alexander Smorkalov
c1d42664bc
Refactring. Bug fix.
12 years ago
Alexander Smorkalov
a942747046
Code review coments fixed. Lint wornings fixed.
12 years ago
Alexander Smorkalov
641ee645ab
New sample framework integrated to Java part of SDK;
...
Frame format setter added to both views.
12 years ago
Alexander Smorkalov
9029acf6f0
openCV application framework moved to modules/java/... folder. Now it is part of OpenCV SDK.
12 years ago
Andrey Kamaev
1a500813f6
Remove dead blobtrackingkalman.cpp
12 years ago
Andrey Kamaev
9751014067
Fix warnings from MSVC 10 64-bit
12 years ago
Andrey Kamaev
afc79e2a02
Fix warnings from MSVC 9 64-bit
12 years ago
Andrey Kamaev
0072078857
Hide non-windows variable in gtest
12 years ago
Andrey Kamaev
1d8729a7aa
Don't use _interlockedExchangeAdd in case of GNU compiler
12 years ago
Andrey Kamaev
6f08d03322
Advance version number to 2.4.3-rc
12 years ago
Daniil Osokin
e9ba5c225d
extended perf test warpPerspectiveLarge
12 years ago
Andrey Kamaev
e64bb3654a
Remove wrong assertion
12 years ago
Andrey Kamaev
585f3bc391
Disable perf test for unstable solvePnPRansac
12 years ago
Andrey Kamaev
b45a870d9a
Limit 32S data in perf test for addWeighted to avoid integer overflow
12 years ago
Andrey Kamaev
c13eb07d47
Fix argument parsing for old command line parser
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
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
9900f8deb2
Remove russian comments
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
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
Andrey Kamaev
8fb6d9f650
Fix Android build warnings
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
Vladislav Vinogradov
34b4a35ea7
gpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC4 types
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
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
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
Andrey Kamaev
26bcb3812c
Fix binary compatibility of opencv_contrib
12 years ago
Andrey Kamaev
971d02cde6
Fix binary compatibility of opencv_stitching
12 years ago