platform/upstream/opencv.git
11 years agoreplase __APPLE__ marco with __clang__
marina.kolpakova [Thu, 1 Nov 2012 14:59:07 +0000 (18:59 +0400)]
replase __APPLE__ marco with __clang__

11 years agoMerge pull request #126 from vpisarev:bug_fixes3
marina.kolpakova [Thu, 1 Nov 2012 14:31:23 +0000 (18:31 +0400)]
Merge pull request #126 from vpisarev:bug_fixes3

11 years agoanother fix to make OpenCV more friendly for iOS developers. We now use libc++ instea...
Vadim Pisarevsky [Thu, 1 Nov 2012 14:15:48 +0000 (18:15 +0400)]
another fix to make OpenCV more friendly for iOS developers. We now use libc++ instead of libstdc++ and clang instead of gcc to build opencv2.framework.

11 years agoMerge pull request #123 from asmorkalov/manager_static_lib_info
Andrey Kamaev [Thu, 1 Nov 2012 13:08:45 +0000 (17:08 +0400)]
Merge pull request #123 from asmorkalov/manager_static_lib_info

11 years agofixed bugs #2300 (Vector::dot) and #2467 (build with Xcode 4.5 with --stdlib=libc++)
Vadim Pisarevsky [Thu, 1 Nov 2012 12:37:39 +0000 (16:37 +0400)]
fixed bugs #2300 (Vector::dot) and #2467 (build with Xcode 4.5 with --stdlib=libc++)

11 years agoinfo library for OpenCV added.
Alexander Smorkalov [Wed, 31 Oct 2012 16:35:37 +0000 (20:35 +0400)]
info library for OpenCV added.

11 years agoMerge pull request #111 from taka-no-me/algorithm/addParam-short
Andrey Kamaev [Wed, 31 Oct 2012 12:57:06 +0000 (16:57 +0400)]
Merge pull request #111 from taka-no-me/algorithm/addParam-short

11 years agoMerge pull request #117 from vpisarev/doc_updates
Andrey Kamaev [Wed, 31 Oct 2012 12:56:04 +0000 (16:56 +0400)]
Merge pull request #117 from vpisarev/doc_updates

11 years agoMerge pull request #118 from asmorkalov/opencv_manager_cmake
Andrey Kamaev [Wed, 31 Oct 2012 12:54:07 +0000 (16:54 +0400)]
Merge pull request #118 from asmorkalov/opencv_manager_cmake

11 years agoMerge pull request #110 from vpisarev/test_fixes2
Andrey Kamaev [Wed, 31 Oct 2012 12:52:50 +0000 (16:52 +0400)]
Merge pull request #110 from vpisarev/test_fixes2

11 years agoMerge pull request #112 from taka-no-me/warnings
Andrey Kamaev [Wed, 31 Oct 2012 12:51:35 +0000 (16:51 +0400)]
Merge pull request #112 from taka-no-me/warnings

11 years agofixed many errors in warnings in rst docs; added ocl module description (by Niko Li)
Vadim Pisarevsky [Tue, 30 Oct 2012 13:58:44 +0000 (17:58 +0400)]
fixed many errors in warnings in rst docs; added ocl module description (by Niko Li)

11 years agoCMake for OpenCV Manager updated;
Alexander Smorkalov [Tue, 30 Oct 2012 15:01:06 +0000 (19:01 +0400)]
CMake for OpenCV Manager updated;
Some repo normalization problems fixed;
Deprecated cmake keys removed;
Warning fixed.

11 years agoupdated patch for tests; reenabled SURF & Denoising; removed fixes in ocl tests,...
Vadim Pisarevsky [Tue, 30 Oct 2012 11:25:46 +0000 (15:25 +0400)]
updated patch for tests; reenabled SURF & Denoising; removed fixes in ocl tests, since this is already fixed in another pull request

11 years agoMerge rebased pull request #106 from albenoit/retina_devel
Andrey Kamaev [Tue, 30 Oct 2012 11:07:35 +0000 (15:07 +0400)]
Merge rebased pull request #106 from albenoit/retina_devel

11 years agominor updates for doc redirections and tutorial images size
alexandre benoit [Sun, 28 Oct 2012 17:52:04 +0000 (18:52 +0100)]
minor updates for doc redirections and tutorial images size

11 years agominor update
alexandre benoit [Sun, 28 Oct 2012 17:34:48 +0000 (18:34 +0100)]
minor update

11 years agoupdated first image sample
alexandre benoit [Sun, 28 Oct 2012 09:57:03 +0000 (10:57 +0100)]
updated first image sample

11 years agoadded retina code tutorial
alexandre benoit [Wed, 24 Oct 2012 10:20:59 +0000 (12:20 +0200)]
added retina code tutorial

11 years agoupdated tutorial, rapid spell check, retina parameters discussion added
alexandre benoit [Wed, 24 Oct 2012 10:04:32 +0000 (12:04 +0200)]
updated tutorial, rapid spell check, retina parameters discussion added

11 years agoupdated tutorial, need spell check, validation, nicer images and a discussion on...
alexandre benoit [Tue, 23 Oct 2012 16:57:39 +0000 (18:57 +0200)]
updated tutorial, need spell check, validation, nicer images and a discussion on parameters

11 years agoadding retina tutorial
alexandre benoit [Mon, 22 Oct 2012 11:51:55 +0000 (13:51 +0200)]
adding retina tutorial

11 years agointroducing a tutorial for the retina model
alexandre benoit [Mon, 22 Oct 2012 11:36:30 +0000 (13:36 +0200)]
introducing a tutorial for the retina model

11 years agoMerge pull request #109 from asmorkalov/2.4
Andrey Kamaev [Tue, 30 Oct 2012 09:02:29 +0000 (13:02 +0400)]
Merge pull request #109 from asmorkalov/2.4

11 years agoMerge pull request #102 from NikoKJ/ocl4_2.43
Andrey Kamaev [Tue, 30 Oct 2012 08:57:26 +0000 (12:57 +0400)]
Merge pull request #102 from NikoKJ/ocl4_2.43

11 years agoeliminate all the warnings on win32 and win64
NikoKJ [Fri, 26 Oct 2012 09:43:59 +0000 (17:43 +0800)]
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

11 years agofixed compile errors in ocl tests; disabled a few problematic tests
Vadim Pisarevsky [Mon, 29 Oct 2012 19:37:18 +0000 (23:37 +0400)]
fixed compile errors in ocl tests; disabled a few problematic tests

11 years agoMemory leak of native OpenCV mats fixed.
Alexander [Mon, 29 Oct 2012 12:56:21 +0000 (16:56 +0400)]
Memory leak of native OpenCV mats fixed.

11 years agoTurn off video IO perf tests on Android
Andrey Kamaev [Fri, 26 Oct 2012 10:55:16 +0000 (14:55 +0400)]
Turn off video IO perf tests on Android

11 years agoSpecify sanity threshold for WarpPerspective perf test
Andrey Kamaev [Fri, 26 Oct 2012 10:53:32 +0000 (14:53 +0400)]
Specify sanity threshold for WarpPerspective perf test

11 years agoFix SHORT data type support in Algorithm
Andrey Kamaev [Thu, 25 Oct 2012 14:59:10 +0000 (18:59 +0400)]
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

11 years agoMerge pull request #103 from asmorkalov/2.4
Andrey Kamaev [Fri, 26 Oct 2012 10:40:18 +0000 (14:40 +0400)]
Merge pull request #103 from asmorkalov/2.4

11 years agoTutorial 1 updated. Execution time camera switching implemented.
Alexander Smorkalov [Fri, 26 Oct 2012 09:27:42 +0000 (13:27 +0400)]
Tutorial 1 updated. Execution time camera switching implemented.
Some unification done to simplify camera switching.

11 years agoIssue 2473 Service connection leak in OpenCV Manager installation waiting fixed.
Alexander Smorkalov [Thu, 25 Oct 2012 13:09:54 +0000 (17:09 +0400)]
Issue 2473 Service connection leak in OpenCV Manager installation waiting fixed.
Some code refactoring done.

11 years agoIssue 2472 Android samples crash on Camera.StartPreview on Android 4.1 fixed.
Alexander Smorkalov [Thu, 25 Oct 2012 11:45:18 +0000 (15:45 +0400)]
Issue 2472 Android samples crash on Camera.StartPreview on Android 4.1 fixed.

11 years agoMerge pull request #74 from taka-no-me/cl2cpp
Andrey Kamaev [Thu, 25 Oct 2012 10:56:53 +0000 (14:56 +0400)]
Merge pull request #74 from taka-no-me/cl2cpp

11 years agoCleanup CMakeLists.txt of ocl module
Andrey Kamaev [Sat, 20 Oct 2012 12:37:46 +0000 (16:37 +0400)]
Cleanup CMakeLists.txt of ocl module

11 years agoMerge pull request #92 from LeonidBeynenson/cv_algorithm_changes_2.4
Andrey Kamaev [Thu, 25 Oct 2012 10:52:50 +0000 (14:52 +0400)]
Merge pull request #92 from LeonidBeynenson/cv_algorithm_changes_2.4

11 years agoSuppress more warnings in gtest on OS X
Andrey Kamaev [Wed, 24 Oct 2012 16:36:30 +0000 (20:36 +0400)]
Suppress more warnings in gtest on OS X

11 years agoFix remaining windows build warnings
Andrey Kamaev [Wed, 24 Oct 2012 16:27:20 +0000 (20:27 +0400)]
Fix remaining windows build warnings

11 years agoUpdated docs to 2.4.3 rc
Evgeny Talanin [Wed, 24 Oct 2012 13:28:17 +0000 (17:28 +0400)]
Updated docs to 2.4.3 rc

11 years agoMerge pull request #95 from apavlenko/perf-test/warp
Andrey Kamaev [Wed, 24 Oct 2012 11:39:53 +0000 (15:39 +0400)]
Merge pull request #95 from apavlenko/perf-test/warp

11 years agoMerge pull request #97 from asmorkalov/2.4
Andrey Kamaev [Wed, 24 Oct 2012 11:02:05 +0000 (15:02 +0400)]
Merge pull request #97 from asmorkalov/2.4

11 years agoMerge pull request #94 from vpisarev/test_fixes
Andrey Kamaev [Wed, 24 Oct 2012 10:42:20 +0000 (14:42 +0400)]
Merge pull request #94 from vpisarev/test_fixes

11 years agofixed 2 test failures (test_DrawChessboardCorners & Core_Array.expressions)
Vadim Pisarevsky [Tue, 23 Oct 2012 21:58:17 +0000 (01:58 +0400)]
fixed 2 test failures (test_DrawChessboardCorners & Core_Array.expressions)

11 years agoOpenCV Manager version ++.
Alexander Smorkalov [Wed, 24 Oct 2012 09:25:07 +0000 (13:25 +0400)]
OpenCV Manager version ++.

11 years agoCode normalization problems fixed.
Alexander Smorkalov [Wed, 24 Oct 2012 08:47:43 +0000 (12:47 +0400)]
Code normalization problems fixed.
Rair hangs on library installation fixed.

11 years agoRepo normalization problems fixed.
Alexander Smorkalov [Wed, 24 Oct 2012 08:46:36 +0000 (12:46 +0400)]
Repo normalization problems fixed.

11 years agoUndefind behavior in Async Service Helper fixed.
Alexander Smorkalov [Wed, 24 Oct 2012 08:28:31 +0000 (12:28 +0400)]
Undefind behavior in Async Service Helper fixed.

11 years agofixing typos in perf tests for warp funcs
Andrey Pavlenko [Wed, 24 Oct 2012 07:21:58 +0000 (11:21 +0400)]
fixing typos in perf tests for warp funcs

11 years ago2.4.3 version support added to OpenCV Manager. Docs updated. Samples updated.
Alexander Smorkalov [Tue, 23 Oct 2012 15:49:00 +0000 (19:49 +0400)]
2.4.3 version support added to OpenCV Manager. Docs updated. Samples updated.

11 years agoMade changes in cv::Algorithm
LeonidBeynenson [Tue, 23 Oct 2012 17:37:27 +0000 (21:37 +0400)]
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)

11 years agoMerge pull request #80 from apavlenko/android-samples-refactor
Andrey Kamaev [Tue, 23 Oct 2012 16:53:59 +0000 (20:53 +0400)]
Merge pull request #80 from apavlenko/android-samples-refactor

11 years agoMerge pull request #91 from taka-no-me/warnings/windows
Andrey Kamaev [Tue, 23 Oct 2012 16:52:42 +0000 (20:52 +0400)]
Merge pull request #91 from taka-no-me/warnings/windows

11 years agoMerge pull request #90 from taka-no-me/version_2.4.3-rc
Andrey Kamaev [Tue, 23 Oct 2012 16:36:51 +0000 (20:36 +0400)]
Merge pull request #90 from taka-no-me/version_2.4.3-rc

11 years agoRefactring. Bug fix.
Alexander Smorkalov [Tue, 23 Oct 2012 13:35:29 +0000 (17:35 +0400)]
Refactring. Bug fix.

11 years agoCode review coments fixed. Lint wornings fixed.
Alexander Smorkalov [Tue, 23 Oct 2012 13:00:14 +0000 (17:00 +0400)]
Code review coments fixed. Lint wornings fixed.

11 years agocamera-preview sample removed from CMakeLists.txt
Alexander Smorkalov [Mon, 22 Oct 2012 13:19:18 +0000 (17:19 +0400)]
camera-preview sample removed from CMakeLists.txt

11 years agoCMakeLists.txt rescued. Androidmanifest unified.
Alexander Smorkalov [Mon, 22 Oct 2012 13:15:51 +0000 (17:15 +0400)]
CMakeLists.txt rescued. Androidmanifest unified.

11 years agoImage manipulations sample ported on new framework.
Alexander Smorkalov [Mon, 22 Oct 2012 13:06:15 +0000 (17:06 +0400)]
Image manipulations sample ported on new framework.

11 years agoCode clean up.
Alexander Smorkalov [Mon, 22 Oct 2012 12:43:20 +0000 (16:43 +0400)]
Code clean up.

11 years agoColor blob detection sample ported on new framework.
Alexander Smorkalov [Mon, 22 Oct 2012 12:21:35 +0000 (16:21 +0400)]
Color blob detection sample ported on new framework.

11 years agoFace detection sample ported on new framework.
Alexander Smorkalov [Mon, 22 Oct 2012 11:29:19 +0000 (15:29 +0400)]
Face detection sample ported on new framework.

11 years agoTutorial1 ported on new framework.
Alexander Smorkalov [Mon, 22 Oct 2012 10:59:03 +0000 (14:59 +0400)]
Tutorial1 ported on new framework.

11 years agoTutorial2 ported on new framework.
Alexander Smorkalov [Mon, 22 Oct 2012 10:43:55 +0000 (14:43 +0400)]
Tutorial2 ported on new framework.

11 years agoTutorial3 ported on new framework.
Alexander Smorkalov [Mon, 22 Oct 2012 09:25:57 +0000 (13:25 +0400)]
Tutorial3 ported on new framework.

11 years agoTutorial4 ported on new sample framework.
Alexander Smorkalov [Mon, 22 Oct 2012 09:04:23 +0000 (13:04 +0400)]
Tutorial4 ported on new sample framework.

11 years agoNew sample framework integrated to Java part of SDK;
Alexander Smorkalov [Mon, 22 Oct 2012 08:58:13 +0000 (12:58 +0400)]
New sample framework integrated to Java part of SDK;
Frame format setter added to both views.

11 years agoopenCV application framework moved to modules/java/... folder. Now it is part of...
Alexander Smorkalov [Fri, 19 Oct 2012 12:21:09 +0000 (16:21 +0400)]
openCV application framework moved to modules/java/... folder. Now it is part of OpenCV SDK.

11 years agoProcessing thread added to Java camera view.
Alexander Smorkalov [Fri, 19 Oct 2012 10:40:07 +0000 (14:40 +0400)]
Processing thread added to Java camera view.

11 years agoAuto focus added;
Alexander Smorkalov [Thu, 18 Oct 2012 13:51:12 +0000 (17:51 +0400)]
Auto focus added;
Old Android support added;
Android 4.1.x fixes added;
Thead sync added;
Camera errors handling added.

11 years agoDevice rotation support added;
Alexander Smorkalov [Thu, 18 Oct 2012 13:50:20 +0000 (17:50 +0400)]
Device rotation support added;
Nexus 7 support added.

11 years agoOnResume/OnPause handlers added to start/stop camera.
Alexander Smorkalov [Thu, 18 Oct 2012 08:36:30 +0000 (12:36 +0400)]
OnResume/OnPause handlers added to start/stop camera.
OpenCV initialization moved to onResume event to support package installation waiting.

11 years agoNaming fixed;
Alexander Smorkalov [Wed, 17 Oct 2012 10:58:45 +0000 (14:58 +0400)]
Naming fixed;
Warnings fixed;
Nexus 7 support added to manifest.

11 years agoPuzzle15 implementation with use of the OpenCV surface framework
Konstantin Bezruk [Thu, 18 Oct 2012 05:50:22 +0000 (09:50 +0400)]
Puzzle15 implementation with use of the OpenCV surface framework

11 years agoMenu and style removed from sample.
Alexander Smorkalov [Mon, 15 Oct 2012 07:51:27 +0000 (11:51 +0400)]
Menu and style removed from sample.

11 years agoadding initial version of a sample with new Camera-View handling design
Andrey Pavlenko [Fri, 28 Sep 2012 12:12:59 +0000 (16:12 +0400)]
adding initial version of a sample with new Camera-View handling design

11 years agoRemove dead blobtrackingkalman.cpp
Andrey Kamaev [Tue, 23 Oct 2012 14:14:13 +0000 (18:14 +0400)]
Remove dead blobtrackingkalman.cpp

11 years agoSuppress more warnings in libtiff
Andrey Kamaev [Tue, 23 Oct 2012 11:04:38 +0000 (15:04 +0400)]
Suppress more warnings in libtiff

11 years agoFix warnings from MSVC 10 64-bit
Andrey Kamaev [Tue, 23 Oct 2012 09:22:03 +0000 (13:22 +0400)]
Fix warnings from MSVC 10 64-bit

11 years agoFix warnings from MSVC 9 64-bit
Andrey Kamaev [Tue, 23 Oct 2012 09:08:43 +0000 (13:08 +0400)]
Fix warnings from MSVC 9 64-bit

11 years agoHide non-windows variable in gtest
Andrey Kamaev [Tue, 23 Oct 2012 08:57:56 +0000 (12:57 +0400)]
Hide non-windows variable in gtest

11 years agoDon't use _interlockedExchangeAdd in case of GNU compiler
Andrey Kamaev [Tue, 23 Oct 2012 08:52:54 +0000 (12:52 +0400)]
Don't use _interlockedExchangeAdd in case of GNU compiler

11 years agoMerge pull request #86 from taka-no-me/test/python_kmeans
Andrey Kamaev [Tue, 23 Oct 2012 14:03:52 +0000 (18:03 +0400)]
Merge pull request #86 from taka-no-me/test/python_kmeans

11 years agoAdvance version number to 2.4.3-rc
Andrey Kamaev [Tue, 23 Oct 2012 13:59:59 +0000 (17:59 +0400)]
Advance version number to 2.4.3-rc

11 years agoMerge pull request #84 from Daniil-Osokin/perfTest-warpPerspective
Andrey Kamaev [Tue, 23 Oct 2012 13:28:01 +0000 (17:28 +0400)]
Merge pull request #84 from Daniil-Osokin/perfTest-warpPerspective

11 years agoMerge pull request #82 from taka-no-me/perf/fix_failures
Andrey Kamaev [Tue, 23 Oct 2012 12:22:16 +0000 (16:22 +0400)]
Merge pull request #82 from taka-no-me/perf/fix_failures

11 years agoMerge pull request #88 from taka-no-me/build_ubuntu_x86_o2
Andrey Kamaev [Tue, 23 Oct 2012 12:20:56 +0000 (16:20 +0400)]
Merge pull request #88 from taka-no-me/build_ubuntu_x86_o2

11 years agoextended perf test warpPerspectiveLarge
Daniil Osokin [Tue, 23 Oct 2012 11:14:40 +0000 (15:14 +0400)]
extended perf test warpPerspectiveLarge

11 years agoForce build with -O2 instead of -O3 on 32-bit linux
Andrey Kamaev [Tue, 23 Oct 2012 11:52:11 +0000 (15:52 +0400)]
Force build with -O2 instead of -O3 on 32-bit linux

11 years agoRemove wrong assertion
Andrey Kamaev [Tue, 23 Oct 2012 11:28:44 +0000 (15:28 +0400)]
Remove wrong assertion

11 years agoDisable perf test for unstable solvePnPRansac
Andrey Kamaev [Tue, 23 Oct 2012 08:13:39 +0000 (12:13 +0400)]
Disable perf test for unstable solvePnPRansac

11 years agoLimit 32S data in perf test for addWeighted to avoid integer overflow
Andrey Kamaev [Tue, 23 Oct 2012 08:07:32 +0000 (12:07 +0400)]
Limit 32S data in perf test for addWeighted to avoid integer overflow

11 years agoFix argument parsing for old command line parser
Andrey Kamaev [Tue, 23 Oct 2012 08:07:01 +0000 (12:07 +0400)]
Fix argument parsing for old command line parser

11 years agoMerge pull request #76 vpisarev/test_fixes_1
Andrey Kamaev [Mon, 22 Oct 2012 17:08:47 +0000 (21:08 +0400)]
Merge pull request #76 vpisarev/test_fixes_1

11 years agodisabled several tests on Mac when no FFMPEG is used; disabled automatic table initia...
Vadim Pisarevsky [Mon, 22 Oct 2012 13:26:22 +0000 (17:26 +0400)]
disabled several tests on Mac when no FFMPEG is used; disabled automatic table initialization in imgwarp in the case of MinGW

11 years agoMerge pull request #79 from taka-no-me:warnings
Andrey Kamaev [Mon, 22 Oct 2012 16:56:53 +0000 (20:56 +0400)]
Merge pull request #79 from  taka-no-me:warnings

11 years agoFix OS X build warnings
Andrey Kamaev [Mon, 22 Oct 2012 15:13:29 +0000 (19:13 +0400)]
Fix OS X build warnings

11 years agoFix windows build warnings
Andrey Kamaev [Mon, 22 Oct 2012 14:46:26 +0000 (18:46 +0400)]
Fix windows build warnings

11 years agoFix implementation of PCA overload with retained variance parameter
Andrey Kamaev [Mon, 22 Oct 2012 14:39:56 +0000 (18:39 +0400)]
Fix implementation of PCA overload with retained variance parameter