Andrey Kamaev
ad982f4ed6
Turn off video IO perf tests on Android
13 years ago
Andrey Kamaev
fcad269e53
Specify sanity threshold for WarpPerspective perf test
13 years ago
Andrey Kamaev
84934f7bfc
Fix SHORT data type support in Algorithm
...
* typo in Algorithm::addParam for 'short' data type which results in segmentation fault on ARM
on attempt to set type property for FAST using setter inherited from Algorithm
* added short type support to read/write methods
* improved some error messages
13 years ago
Alexander Smorkalov
83d8bc8c55
Tutorial 1 updated. Execution time camera switching implemented.
...
Some unification done to simplify camera switching.
13 years ago
Alexander Smorkalov
016b2cadb0
Issue 2473 Service connection leak in OpenCV Manager installation waiting fixed.
...
Some code refactoring done.
13 years ago
Alexander Smorkalov
9217095955
Issue 2472 Android samples crash on Camera.StartPreview on Android 4.1 fixed.
13 years ago
Andrey Kamaev
63397e825c
Cleanup CMakeLists.txt of ocl module
13 years ago
Andrey Kamaev
2b0072d823
Suppress more warnings in gtest on OS X
13 years ago
Andrey Kamaev
673aa91bac
Fix remaining windows build warnings
13 years ago
Vadim Pisarevsky
ae10ecd264
fixed 2 test failures (test_DrawChessboardCorners & Core_Array.expressions)
13 years ago
Alexander Smorkalov
4f0f6686d1
Undefind behavior in Async Service Helper fixed.
13 years ago
Andrey Pavlenko
a94e80bea3
fixing typos in perf tests for warp funcs
13 years ago
Alexander Smorkalov
76bcf72ded
2.4.3 version support added to OpenCV Manager. Docs updated. Samples updated.
13 years ago
LeonidBeynenson
d6aa3bd8ed
Made changes in cv::Algorithm
...
made it to give more verbose errors when arguments of wrong types are passed, added setters with types (e.g. setInt, etc)
13 years ago
Alexander Smorkalov
c1d42664bc
Refactring. Bug fix.
13 years ago
Alexander Smorkalov
a942747046
Code review coments fixed. Lint wornings fixed.
13 years ago
Alexander Smorkalov
641ee645ab
New sample framework integrated to Java part of SDK;
...
Frame format setter added to both views.
13 years ago
Alexander Smorkalov
9029acf6f0
openCV application framework moved to modules/java/... folder. Now it is part of OpenCV SDK.
13 years ago
Andrey Kamaev
1a500813f6
Remove dead blobtrackingkalman.cpp
13 years ago
Andrey Kamaev
9751014067
Fix warnings from MSVC 10 64-bit
13 years ago
Andrey Kamaev
afc79e2a02
Fix warnings from MSVC 9 64-bit
13 years ago
Andrey Kamaev
0072078857
Hide non-windows variable in gtest
13 years ago
Andrey Kamaev
1d8729a7aa
Don't use _interlockedExchangeAdd in case of GNU compiler
13 years ago
Andrey Kamaev
6f08d03322
Advance version number to 2.4.3-rc
13 years ago
Daniil Osokin
e9ba5c225d
extended perf test warpPerspectiveLarge
13 years ago
Andrey Kamaev
e64bb3654a
Remove wrong assertion
13 years ago
Andrey Kamaev
585f3bc391
Disable perf test for unstable solvePnPRansac
13 years ago
Andrey Kamaev
b45a870d9a
Limit 32S data in perf test for addWeighted to avoid integer overflow
13 years ago
Andrey Kamaev
c13eb07d47
Fix argument parsing for old command line parser
13 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
13 years ago
Andrey Kamaev
2e91405833
Fix OS X build warnings
13 years ago
Andrey Kamaev
40030d2ca0
Fix windows build warnings
13 years ago
Andrey Kamaev
15076f9232
Fix implementation of PCA overload with retained variance parameter
13 years ago
Andrey Kamaev
d0ec65e80c
Fix linux build warning
13 years ago
Andrey Kamaev
9900f8deb2
Remove russian comments
13 years ago
Andrey Kamaev
ecb707ca7b
Convert cl2cpp.py script to cmake
...
New version removes inner comments and empty lines
13 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
13 years ago
marina.kolpakova
b14f447cc6
fix GPU SURF tests for masked case
13 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.
13 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_)
13 years ago
Vadim Pisarevsky
40a30b6f30
fixed type "compatible -> incompatible" in the error message
13 years ago
Vadim Pisarevsky
d652cc72f2
fixed bugs #2100 (kind of) and #1393
...
[edit: cleaned whitespace]
13 years ago
Andrey Kamaev
8fb6d9f650
Fix Android build warnings
13 years ago
Andrey Kamaev
7173c82382
Include unistd.h to parallel.cpp on UNIX-like systems
...
This fixes build without TBB and CUDA. Issue #2445
13 years ago
Vladislav Vinogradov
34b4a35ea7
gpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC4 types
13 years ago
Andrey Kamaev
e1c3ffb23f
Fix weight calculation for the last pixel in generic area resize.
...
Also removed assigned only variable.
13 years ago
Vadim Pisarevsky
80f9bd864f
fixed bug #2429
...
[edit: cleaned whitespace]
13 years ago
Vadim Pisarevsky
c40718ab61
fixed bug #2059
13 years ago
Vadim Pisarevsky
f5742e6cac
fix bug #2447 - unary operator bug for single column matrix
13 years ago
Andrey Kamaev
461b69f6ee
Eliminate discrepancies between signatures in documentation and OpenCV headers
...
All errors were found by doc/check_docs2.py
13 years ago