Andrey Kamaev
0be590d898
Merge pull request #109 from asmorkalov/2.4
13 years ago
Andrey Kamaev
f3a158c862
Merge pull request #102 from NikoKJ/ocl4_2.43
13 years ago
NikoKJ
9ccdd17376
eliminate all the warnings on win32 and win64
...
add a new function abssum
fix the bug of test and perf because someone remove non-free module from cmakelist.txt
13 years ago
Vadim Pisarevsky
63bd6f9adf
fixed compile errors in ocl tests; disabled a few problematic tests
13 years ago
Alexander
d495daf1ed
Memory leak of native OpenCV mats fixed.
13 years ago
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
Andrey Kamaev
d936f06297
Merge pull request #103 from asmorkalov/2.4
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
bbb2d27add
Merge pull request #74 from taka-no-me/cl2cpp
13 years ago
Andrey Kamaev
63397e825c
Cleanup CMakeLists.txt of ocl module
13 years ago
Andrey Kamaev
42414b5689
Merge pull request #92 from LeonidBeynenson/cv_algorithm_changes_2.4
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
Evgeny Talanin
12747068b5
Updated docs to 2.4.3 rc
13 years ago
Andrey Kamaev
ca20228956
Merge pull request #95 from apavlenko/perf-test/warp
13 years ago
Andrey Kamaev
6c5922542e
Merge pull request #97 from asmorkalov/2.4
13 years ago
Andrey Kamaev
734b0da014
Merge pull request #94 from vpisarev/test_fixes
13 years ago
Vadim Pisarevsky
ae10ecd264
fixed 2 test failures (test_DrawChessboardCorners & Core_Array.expressions)
13 years ago
Alexander Smorkalov
e7e14b20cd
OpenCV Manager version ++.
13 years ago
Alexander Smorkalov
293063eed3
Code normalization problems fixed.
...
Rair hangs on library installation fixed.
13 years ago
Alexander Smorkalov
680fba7e0d
Repo normalization problems fixed.
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
Andrey Kamaev
080b9bbcd3
Merge pull request #80 from apavlenko/android-samples-refactor
13 years ago
Andrey Kamaev
b88323afc3
Merge pull request #91 from taka-no-me/warnings/windows
13 years ago
Andrey Kamaev
9b149edde6
Merge pull request #90 from taka-no-me/version_2.4.3-rc
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
4c06d0834e
camera-preview sample removed from CMakeLists.txt
13 years ago
Alexander Smorkalov
84856fa2c1
CMakeLists.txt rescued. Androidmanifest unified.
13 years ago
Alexander Smorkalov
a5ee07d340
Image manipulations sample ported on new framework.
13 years ago
Alexander Smorkalov
898320a0f6
Code clean up.
13 years ago
Alexander Smorkalov
c64ee44c9e
Color blob detection sample ported on new framework.
13 years ago
Alexander Smorkalov
2fd8b51a26
Face detection sample ported on new framework.
13 years ago
Alexander Smorkalov
d9ea16ce57
Tutorial1 ported on new framework.
13 years ago
Alexander Smorkalov
873f47654a
Tutorial2 ported on new framework.
13 years ago
Alexander Smorkalov
31763bdcf0
Tutorial3 ported on new framework.
13 years ago
Alexander Smorkalov
50500e5923
Tutorial4 ported on new sample framework.
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
Alexander Smorkalov
68ab3d5be6
Processing thread added to Java camera view.
13 years ago
Alexander Smorkalov
8393fd0c9d
Auto focus added;
...
Old Android support added;
Android 4.1.x fixes added;
Thead sync added;
Camera errors handling added.
13 years ago
Alexander Smorkalov
f8bcff8ff3
Device rotation support added;
...
Nexus 7 support added.
13 years ago
Alexander Smorkalov
09901fae2b
OnResume/OnPause handlers added to start/stop camera.
...
OpenCV initialization moved to onResume event to support package installation waiting.
13 years ago