marina.kolpakova
9b92de9a88
Merge pull request #121 from branch asmorkalov:android_samples_fix
12 years ago
marina.kolpakova
57fc5e00f3
Merge pull request #126 from vpisarev:bug_fixes3
12 years ago
Vadim Pisarevsky
3d0c08816d
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.
12 years ago
Andrey Kamaev
9a01532caa
Merge pull request #123 from asmorkalov/manager_static_lib_info
12 years ago
Vadim Pisarevsky
d9d4e8df6f
fixed bugs #2300 (Vector::dot) and #2467 (build with Xcode 4.5 with --stdlib=libc++)
12 years ago
Andrey Kamaev
e3be5f138a
Fixed sanity checks in several performance tests
12 years ago
Alexander Smorkalov
34896529d5
Review comments applied.
12 years ago
Andrey Kamaev
fd4909360f
Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library.
12 years ago
Andrey Kamaev
7267d518d5
Fix build in Visual Studio 2005
12 years ago
Alexander Smorkalov
fc085d9dbd
info library for OpenCV added.
12 years ago
Alexander Smorkalov
a1a2cb0aeb
OpenCV Samples testing problems fixed:
...
Memory leak in color-blob-detection sample fixed;
Default face size in face-detection is set to 20%;
Error handling improved;
Some possible mat leak fixed;
Manager verison and engine interface version incremented to fix incompatibilities;
Docs updated;
12 years ago
Andrey Kamaev
b5ecb1d32d
Merge pull request #111 from taka-no-me/algorithm/addParam-short
12 years ago
Andrey Kamaev
74fe158f4b
Merge pull request #117 from vpisarev/doc_updates
12 years ago
Andrey Kamaev
a1c96c4b3c
Merge pull request #118 from asmorkalov/opencv_manager_cmake
12 years ago
Andrey Kamaev
3e10e057cb
Merge pull request #110 from vpisarev/test_fixes2
12 years ago
Andrey Kamaev
f15e49041e
Merge pull request #112 from taka-no-me/warnings
12 years ago
Vadim Pisarevsky
849a8c8d20
fixed many errors in warnings in rst docs; added ocl module description (by Niko Li)
12 years ago
NikoKJ
2045c85ad5
a minor bug fix for brute force
12 years ago
Alexander Smorkalov
da31e12fed
CMake for OpenCV Manager updated;
...
Some repo normalization problems fixed;
Deprecated cmake keys removed;
Warning fixed.
12 years ago
Vadim Pisarevsky
adc1d94e95
updated patch for tests; reenabled SURF & Denoising; removed fixes in ocl tests, since this is already fixed in another pull request
12 years ago
Andrey Kamaev
78fd99abdb
Merge rebased pull request #106 from albenoit/retina_devel
12 years ago
alexandre benoit
08ff5f92f4
minor updates for doc redirections and tutorial images size
12 years ago
alexandre benoit
f593616b84
minor update
12 years ago
alexandre benoit
e475010e14
updated first image sample
12 years ago
alexandre benoit
3fb90abb76
added retina code tutorial
12 years ago
alexandre benoit
f05f374fb5
updated tutorial, rapid spell check, retina parameters discussion added
12 years ago
alexandre benoit
3eb4e38735
updated tutorial, need spell check, validation, nicer images and a discussion on parameters
12 years ago
alexandre benoit
23bd673598
adding retina tutorial
12 years ago
alexandre benoit
cdc4679b3e
introducing a tutorial for the retina model
12 years ago
Alexander
b0106ca25e
Test data form features2d updated.
12 years ago
Andrey Kamaev
0be590d898
Merge pull request #109 from asmorkalov/2.4
12 years ago
Andrey Kamaev
f3a158c862
Merge pull request #102 from NikoKJ/ocl4_2.43
12 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
12 years ago
Vadim Pisarevsky
63bd6f9adf
fixed compile errors in ocl tests; disabled a few problematic tests
12 years ago
Alexander
d495daf1ed
Memory leak of native OpenCV mats fixed.
12 years ago
Andrey Kamaev
ad982f4ed6
Turn off video IO perf tests on Android
12 years ago
Andrey Kamaev
fcad269e53
Specify sanity threshold for WarpPerspective perf test
12 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
12 years ago
Andrey Kamaev
d936f06297
Merge pull request #103 from asmorkalov/2.4
12 years ago
Alexander Smorkalov
83d8bc8c55
Tutorial 1 updated. Execution time camera switching implemented.
...
Some unification done to simplify camera switching.
12 years ago
Alexander Smorkalov
016b2cadb0
Issue 2473 Service connection leak in OpenCV Manager installation waiting fixed.
...
Some code refactoring done.
12 years ago
Alexander Smorkalov
9217095955
Issue 2472 Android samples crash on Camera.StartPreview on Android 4.1 fixed.
12 years ago
Andrey Kamaev
bbb2d27add
Merge pull request #74 from taka-no-me/cl2cpp
12 years ago
Andrey Kamaev
63397e825c
Cleanup CMakeLists.txt of ocl module
12 years ago
Andrey Kamaev
42414b5689
Merge pull request #92 from LeonidBeynenson/cv_algorithm_changes_2.4
12 years ago
Andrey Kamaev
2b0072d823
Suppress more warnings in gtest on OS X
12 years ago
Andrey Kamaev
673aa91bac
Fix remaining windows build warnings
12 years ago
Evgeny Talanin
12747068b5
Updated docs to 2.4.3 rc
12 years ago
Andrey Kamaev
ca20228956
Merge pull request #95 from apavlenko/perf-test/warp
12 years ago
Andrey Kamaev
6c5922542e
Merge pull request #97 from asmorkalov/2.4
12 years ago