Vadim Pisarevsky
dc4d0398f3
converted few more comp. geometry functions to C++
2013-01-22 16:54:31 +04:00
Eric Christiansen
6169b1dc90
Adds samples for Java and Scala
2013-01-15 12:03:55 -08:00
Vadim Pisarevsky
b68df415a9
Merge pull request #135 from nevion:master
2013-01-10 16:43:45 +04:00
marina.kolpakova
45191dd6a5
merge CUDA dev branch
2012-12-29 19:44:38 +04:00
Anatoly Baksheev
389ecbe96d
warnings, renamed Marina's GPU_PERF_TEST_P
2012-12-25 22:00:20 +04:00
Andrey Kamaev
132b5d6435
Merge release 2.4.3.2
2012-12-25 19:07:08 +04:00
Andrey Pavlenko
dd8e648d78
hiding empty menu button on Android 4
2012-12-25 17:49:10 +04:00
Andrey Kamaev
13b6a3a15e
Merge branch 2.4
2012-12-24 17:10:07 +04:00
Vladislav Vinogradov
5138b7d209
Merge branch 'master' into cuda-dev
2012-12-24 13:48:33 +04:00
Andrey Kamaev
9944282b09
Fix build with STLPort from NDK r8d
2012-12-22 00:59:56 +04:00
Andrey Kamaev
962884cdec
Merge branch 2.4
2012-12-21 17:58:48 +04:00
Alexander Smorkalov
77df8730ef
Tutorial-5 sample extended.
...
Application menu reorganized;
Resolution control added.
2012-12-20 11:16:34 +04:00
Alexander Smorkalov
1555922228
OpenCV for Android SDK installation improved;
...
ReadMe.txt for OpenCV Manager added;
share folder excluded from SDK.
2012-12-19 17:28:46 +04:00
Vladislav Vinogradov
41c9377db0
fixed warnings under windows
2012-12-18 18:03:54 +04:00
Anatoly Baksheev
680eeecc3b
fixed samples compilation
2012-12-17 13:19:26 +04:00
Vladislav Vinogradov
1a1f454241
updated gpu houghlines sample
2012-12-17 11:15:45 +04:00
Vladislav Vinogradov
da017fbeb9
fast optical flow bm implementation
2012-12-17 10:39:19 +04:00
Vadim Pisarevsky
2a42960ff2
Merge branch 'master' of https://github.com/nevion/opencv into cc
2012-12-15 21:45:55 +04:00
Andrey Kamaev
f5cd20d80b
Merge branch 2.4
2012-12-14 14:46:41 +04:00
Vladislav Vinogradov
caf91ac159
new gpu::HoughLinesP implementation
2012-12-13 17:18:25 +04:00
Vladislav Vinogradov
da93a1dab9
fixed build for CARMA platform
2012-12-13 13:49:32 +04:00
marina.kolpakova
a6c3ed5b36
Merge branch master into cuda-dev
2012-12-11 01:12:14 +04:00
Jason Newton
6a4d881a78
use vector instead of non-standard stack allocation. also correct program argument borkage
2012-12-08 23:09:05 -08:00
Alexander Smorkalov
d550f95347
Date and time added to saved file name.
2012-12-07 14:46:53 +04:00
Vladislav Vinogradov
aad76090ce
gpu::HoughLinesP
2012-12-06 15:14:20 +04:00
Vladislav Vinogradov
05d842bcd8
a bit more opengl refactoring:
...
* added Access parameter to GlBuffer::mapHost
* added autoRelease parameter to all create methods
* fixed indentation in gl_core_3_1
* minor improvments for opengl sample
2012-12-03 13:11:06 +04:00
Andrey Kamaev
e10ee89ec4
Merge branch 2.4
2012-11-30 19:54:24 +04:00
Alexander Smorkalov
22484872fa
Sample Tutorial-5 improved
...
Aditional toasts added;
Exception handling improved;
Bitmap recycling added.
2012-11-30 18:41:46 +04:00
Vladislav Vinogradov
08fbf667f9
refactored opengl functionality
...
* removed OpenGLFuncTab, now extensions are loaded internally
* renamed GlTexture -> GlTexture2D
* added support of GlBuffer and GlTexture2D to InputArray/OutputArray
* added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
* added copyFrom/copyTo method for GlBuffer and GlTexture2D
* removed GlFont
* removed pointCloudShow
* removed OpenGLCleanCallback
2012-11-30 17:35:28 +04:00
Andrey Kamaev
60a98aa5f7
Merge pull request #199 from apavlenko/remove_android_tutorial0
...
removing Android tutorial 0
2012-11-30 01:20:07 -08:00
Andrey Pavlenko
ea83d384c1
removing Android tutorial 0 since it has become irrelevant after moving to the new application framework
2012-11-30 12:32:16 +04:00
Alexander Smorkalov
d36f8b9eb3
Code review comments applied
...
Sample renamed to CameraControl;
Picture taking added to show camera preview restart.
2012-11-29 18:26:57 +04:00
Alexander Smorkalov
86f7a357ae
Tutorial-5 functionality implemented.
2012-11-27 18:06:43 +04:00
Alexander Smorkalov
24c920a33a
Base for new sample added.
2012-11-27 18:06:43 +04:00
Jason Newton
00bdca7684
A few changes to comply with upstream requirements for merge.
...
-Change input/output order from (out Labeled, in Image) -> (in Image, Out Labeled) and convert
to Input/OutputArrays in the process.
-Adopt OutputArray for statistics export so that the algorithm is "wrapper friendly" and not requiring a new struct in
language bindings at the expense of using doubles for everything and slowing statistics computation down..
2012-11-27 02:31:38 -08:00
Alexander Smorkalov
e95fc27490
Samples updated
...
In tutorial-1 fps meter enabled via layout.xml. Camera id is set to "any" via lauout.xml;
In tutorial-2 message moved ion the bottom of the screen.
2012-11-27 12:47:41 +04:00
marina.kolpakova
209f16455d
Merge cuda-geek/soft-cascade-gpu into cuda-dev
2012-11-26 19:15:02 +04:00
marina.kolpakova
1712d0930c
Merge origin/master into cuda-dev
2012-11-26 18:56:33 +04:00
Andrey Pavlenko
b19f672843
( #2569 ) simplifying code to avoid Eclipse CDT editor confusion, removing warnings and typos in comments
2012-11-26 17:32:10 +04:00
Andrey Kamaev
23011ffd81
Merge pull request #179 from cuda-geek:usr-bin-env-python
2012-11-24 19:24:01 +04:00
marina.kolpakova
285d6320be
add #/usr/bin/env python to all python files
2012-11-23 22:57:22 +04:00
Alexander Smorkalov
2c67731a7b
Issue #2549 OpenCV Samples does not expand on full screen fixed.
...
All samples use application style in android manifest instead of system calls in onCreate event now.
2012-11-23 13:12:11 +04:00
Andrey Kamaev
7f542e391a
Merge branch 2.4
...
Conflicts:
android/service/engine/AndroidManifest.xml - use file from 2.4
modules/contrib/src/detection_based_tracker.cpp - move #include <pthread.h> as in 2.4
modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java - use file from 2.4
2012-11-20 19:12:00 +04:00
Andrey Kamaev
d559c18ee5
Merge pull request #161 from apavlenko:fix/sdk_r21
2012-11-20 19:07:08 +04:00
Andrey Pavlenko
cfd634ca3e
Improving compatibility with the latest Android SDK (r21) and NDK (r8c).
...
- Adding Android SDK/ADT r21 compatibility;
- fixing stl headers path for new ndk;
- fixing native API level for Android projects
2012-11-20 18:40:22 +04:00
Andrey Kamaev
04481d9ef4
Fix Android build with clang compiler
2012-11-20 15:20:04 +04:00
marina.kolpakova
c3e4a52fbe
soft cascade sample
2012-11-14 20:11:18 +04:00
Andrey Kamaev
9719ea93b6
Merge branch 2.4
2012-11-13 19:54:48 +04:00
Andrey Kamaev
aba5bae400
Merge pull request #147 from taka-no-me/win_warnings
2012-11-13 19:48:59 +04:00
Andrey Kamaev
a218507586
Merge pull request #148 from taka-no-me/tutorial_codes
2012-11-13 18:20:49 +04:00
marina.kolpakova
d65b3e0617
fix warning in CUDA samples
2012-11-10 04:59:55 +04:00
Andrey Kamaev
dad56e202f
Rename sample & tutorial executables
2012-11-09 10:15:48 +04:00
Andrey Kamaev
b131dfeecd
Build tutorial codes together with other samples
...
These codes should be included into regular builds.
2012-11-09 10:15:48 +04:00
Andrey Kamaev
0a4ed2bc01
Fix Windows build warnings
2012-11-09 10:10:04 +04:00
Alexander Smorkalov
91a9923dcf
Face detection package name replaced on org.opencv.facedetect for consistency with Google Play package.
2012-11-09 09:40:19 +04:00
Alexander Smorkalov
95b7f5c46c
Face Detection sample namespace replaced on org.opencv.facedetect for consistency with Google Play.
2012-11-07 13:27:33 +04:00
Jason Newton
4c0cb2576d
connectedComponents: peep-hole optimizations, mostly surrouding the fact that cv::Mat::at is expensive in a tight-loop -also added a "blobstats" version
2012-11-05 08:10:35 -08:00
Jason Newton
45b4f4f32b
connectedComponents: warning free version
2012-11-05 08:10:29 -08:00
Vladislav Vinogradov
beb377b38c
gpu implementation of Dual TV-L1 Optical Flow
2012-11-02 19:51:43 +04:00
Andrey Kamaev
4d059e9e5b
Merge release 2.4.3
2012-11-02 17:58:02 +04:00
marina.kolpakova
9b92de9a88
Merge pull request #121 from branch asmorkalov:android_samples_fix
2012-11-01 19:11:53 +04:00
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;
2012-10-31 17:24:50 +04:00
Andrey Kamaev
66b90d19a6
Merge pull request #81 from stephenfox/master
2012-10-31 16:59:45 +04:00
Andrey Kamaev
f15e49041e
Merge pull request #112 from taka-no-me/warnings
2012-10-31 16:51:35 +04:00
Andrey Kamaev
468eefe0ce
Merge branch '2.4'
2012-10-30 15:10:17 +04:00
alexandre benoit
3fb90abb76
added retina code tutorial
2012-10-30 15:06:13 +04:00
Alexander
d495daf1ed
Memory leak of native OpenCV mats fixed.
2012-10-29 16:56:21 +04:00
Alexander Smorkalov
83d8bc8c55
Tutorial 1 updated. Execution time camera switching implemented.
...
Some unification done to simplify camera switching.
2012-10-26 13:30:20 +04:00
Vladislav Vinogradov
0ad849d2fd
Dual TV-L1 optical flow implementation
2012-10-25 11:25:35 +04:00
Andrey Kamaev
673aa91bac
Fix remaining windows build warnings
2012-10-24 20:27:20 +04:00
Andrey Kamaev
6211f156e6
Merge 2.4.3-rc
2012-10-24 19:56:27 +04:00
alexandre benoit
b5bd86b2a7
added retina code tutorial
2012-10-24 12:20:59 +02:00
Alexander Smorkalov
76bcf72ded
2.4.3 version support added to OpenCV Manager. Docs updated. Samples updated.
2012-10-24 09:51:01 +04:00
Alexander Smorkalov
c1d42664bc
Refactring. Bug fix.
2012-10-23 20:06:58 +04:00
Alexander Smorkalov
a942747046
Code review coments fixed. Lint wornings fixed.
2012-10-23 20:06:58 +04:00
Alexander Smorkalov
4c06d0834e
camera-preview sample removed from CMakeLists.txt
2012-10-23 20:06:58 +04:00
Alexander Smorkalov
84856fa2c1
CMakeLists.txt rescued. Androidmanifest unified.
2012-10-23 20:06:58 +04:00
Alexander Smorkalov
a5ee07d340
Image manipulations sample ported on new framework.
2012-10-23 20:06:58 +04:00
Alexander Smorkalov
898320a0f6
Code clean up.
2012-10-23 20:06:58 +04:00
Alexander Smorkalov
c64ee44c9e
Color blob detection sample ported on new framework.
2012-10-23 20:06:33 +04:00
Alexander Smorkalov
2fd8b51a26
Face detection sample ported on new framework.
2012-10-23 20:06:33 +04:00
Alexander Smorkalov
d9ea16ce57
Tutorial1 ported on new framework.
2012-10-23 20:06:33 +04:00
Alexander Smorkalov
873f47654a
Tutorial2 ported on new framework.
2012-10-23 20:06:33 +04:00
Alexander Smorkalov
31763bdcf0
Tutorial3 ported on new framework.
2012-10-23 20:06:33 +04:00
Alexander Smorkalov
50500e5923
Tutorial4 ported on new sample framework.
2012-10-23 20:06:33 +04:00
Alexander Smorkalov
9029acf6f0
openCV application framework moved to modules/java/... folder. Now it is part of OpenCV SDK.
2012-10-23 20:06:33 +04:00
Alexander Smorkalov
68ab3d5be6
Processing thread added to Java camera view.
2012-10-23 20:06:32 +04:00
Alexander Smorkalov
8393fd0c9d
Auto focus added;
...
Old Android support added;
Android 4.1.x fixes added;
Thead sync added;
Camera errors handling added.
2012-10-23 20:06:32 +04:00
Alexander Smorkalov
f8bcff8ff3
Device rotation support added;
...
Nexus 7 support added.
2012-10-23 20:05:16 +04:00
Alexander Smorkalov
09901fae2b
OnResume/OnPause handlers added to start/stop camera.
...
OpenCV initialization moved to onResume event to support package installation waiting.
2012-10-23 20:05:16 +04:00
Alexander Smorkalov
cc3430dbcc
Naming fixed;
...
Warnings fixed;
Nexus 7 support added to manifest.
2012-10-23 20:04:09 +04:00
Konstantin Bezruk
cd152c3a03
Puzzle15 implementation with use of the OpenCV surface framework
2012-10-23 20:02:46 +04:00
Alexander Smorkalov
5f1339b319
Menu and style removed from sample.
2012-10-23 20:02:46 +04:00
Andrey Pavlenko
a32004f90c
adding initial version of a sample with new Camera-View handling design
2012-10-23 20:01:23 +04:00
Stephen Fox
9f8ce906f4
fix to documentation regarding CV_CAP_OPENNI_* in high gui userguide
...
fix comments to accurate match CV_CAP_OPENNI_* vs. wrong OPENNI_*
2012-10-22 23:18:46 -05:00
Andrey Kamaev
57775988e7
Merge branch '2.4'
2012-10-22 16:57:56 +04:00
Andrey Kamaev
8fb6d9f650
Fix Android build warnings
2012-10-19 16:14:14 +04:00
Andrey Kamaev
0e7ca71dcc
Normalize whitespace in documentation and text files
2012-10-17 21:42:09 +04:00
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
2012-10-17 15:57:49 +04:00
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
2012-10-17 15:32:23 +04:00
Andrey Kamaev
f4e33ea0ba
Fix build of samples
2012-10-17 02:09:46 +04:00
Andrey Kamaev
7225f89ea2
Revert opencv_videostab to the state of 2.4.2
2012-10-17 02:09:43 +04:00
Andrey Kamaev
26bcb3812c
Fix binary compatibility of opencv_contrib
2012-10-17 02:09:28 +04:00
Andrey Kamaev
d566c6bc86
Revert "add new version of CommandLineParser. add empty docs"
...
This reverts commit 54a202b3d5
.
Conflicts:
modules/core/doc/command_line_parser.rst
modules/core/include/opencv2/core/core.hpp
modules/core/src/cmdparser.cpp
modules/gpu/perf/main.cpp
modules/gpu/test/main.cpp
modules/ts/src/ts_perf.cpp
2012-10-15 20:01:44 +04:00
Andrey Kamaev
dbd30d4fba
Revert "fixing Java test and sample after moving drawContours() from Imgproc to Core"
...
This reverts commit eb4ce67dac
.
Conflicts:
samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/ColorBlobDetectionView.java
2012-10-15 17:53:57 +04:00
Vadim Pisarevsky
cb58e5a3a4
let Kalman handle the missing measurements (bug #1380 )
2012-10-12 14:01:36 +04:00
Andrey Kamaev
83799d6bf4
Fix Mat indexing in TrackingMotion tutorial code (supersedes pull request #38 )
2012-10-12 12:59:50 +04:00
Vsevolod Glumov
69fbc6102c
Fixed an issue with 'how_to_scan_images.cpp' tutorial code. Issue #2259
2012-10-11 03:51:34 +04:00
Alexander Smorkalov
a91de25f10
Build fix after issue #2284 fix.
2012-10-10 14:27:17 +04:00
Vadim Pisarevsky
044d38a051
expanded cv::threshold parallelization to other threading frameworks; fixed potential bug with unprocessed bottom of the image; fixed build problem in stitching
2012-10-09 22:38:04 +04:00
Vadim Pisarevsky
a09c88ab16
added Asus Xtion QVGA modes to the OpenNI backend (patch #1753 )
2012-10-09 22:01:43 +04:00
Vadim Pisarevsky
a310e2f027
fixed the case of scale != 1 in stereo_match.cpp (patch #1936 )
2012-10-08 22:39:11 +04:00
Abhinav Gupta
c0638aa2e0
Update samples/cpp/tutorial_code/features2D/SURF_detector.cpp
...
Changes made for OpenCV 2.4.2 compatibility
2012-10-05 21:31:41 +04:00
Andrey Pavlenko
a8e7f91e34
java samples fix (clear view before drawing frame) of 'dirty' FPS display bug
2012-09-28 18:21:22 +04:00
Vadim Pisarevsky
427ce1247a
some bugfixes & improvements in openfabmap code, docs and samples by Arren Glover
2012-09-23 20:57:34 +04:00
Alexander Mordvintsev
1017dea332
Merge branch 'master' of git://code.opencv.org/opencv
2012-09-17 19:37:38 +04:00
Alexander Mordvintsev
2a96f28bc1
get rid of Lock in gabor_threads.py
2012-09-17 19:30:20 +04:00
Andrey Kamaev
e73089bdb5
Fix windows build warnings
2012-09-17 13:30:28 +04:00
yao
04e946b2a3
make ocl surf sample compile on Linux
2012-09-13 17:34:06 +08:00
yao
c09e2f88df
Add a SURF sample for ocl module
2012-09-12 11:49:37 +08:00
Andrey Kamaev
36f912261b
Move gpu sample to gpu folder
2012-09-10 19:17:50 +04:00
Vladislav Vinogradov
98c92f196e
added Generalized Hough implementation
2012-09-10 16:49:40 +04:00
Andrey Kamaev
e564a53ccd
Add gitignore for Android tests and samples
2012-09-10 15:48:57 +04:00
Vadim Pisarevsky
53fdae93bd
fixed compile error on Windows
2012-09-07 15:25:32 +04:00
AoD314
54a202b3d5
add new version of CommandLineParser. add empty docs
2012-09-07 13:24:48 +04:00
Andrey Kamaev
07d92d9e5a
Fix android build warnings
2012-09-04 17:44:23 +04:00
Kevin
93155c6ae0
Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that retains a specified amount of variance from the data. A sample was added to samples/cpp to demonstrate the new functionality. Docs and Tests were also updated
2012-09-04 13:58:59 +04:00
Vadim Pisarevsky
67ff95083d
added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters
2012-09-03 17:03:31 +04:00
kir
44da71daf4
removed duplicated sample (for facedetect)
2012-08-31 18:38:42 +04:00
Andrey Kamaev
067744d071
Fix Android samples for devices having front camera only (Nexus 7)
2012-08-31 18:25:08 +04:00
Andrey Kamaev
fc93518449
Fix package name of Android color blob detection sample
2012-08-31 17:47:12 +04:00
Andrey Kamaev
bd12f636c8
Unify manifest files in Android examples
2012-08-31 17:47:12 +04:00
Yury Zemlyanskiy
1fde184192
Small fixes for SimpleFlow algorithm
...
+ Fixed warnings
+ Add new function calcOpticalFlow with smaller number of arguments
+ Add asserts to algorithm and remove 'exit(1)'
2012-08-31 14:39:59 +04:00
Yury Zemlyanskiy
784c09d6f9
Updates for SimpleFlow algorithm
...
+ New format for flow data - CV_32C2
+ Memory optimization
+ Cross Bilateral Filter optimization
+ Minor optimizations
+ Sample for calcOpticalFlowSF improved
2012-08-31 14:39:59 +04:00
Yury Zemlyanskiy
c77d099018
"SimpleFlow" optical flow estimation algorithm (GSoC project) declaration in includes, implementation, usage example, test
2012-08-31 14:39:58 +04:00
niko
6f6e990988
use mutex provided by opencv itself
...
add getoclcontext and getoclcommandqueue so that other opencl program can interactive with opencv ocl module
correct haar test cases
add face detection sample
2012-08-31 14:08:52 +08:00
Andrey Kamaev
cd59cf3ab5
Fixed java camera release in Android tutorial-0 sample
2012-08-28 20:37:06 +04:00
Andrey Kamaev
47b9640785
Updated package version in Android samples
2012-08-28 15:07:42 +04:00
Andrey Kamaev
ba862ffdff
Fix/workaround bogus error in Android samples running on Android 4.1.1
2012-08-24 16:24:53 +04:00
Andrey Kamaev
e9e0668549
Fix crash on resume in face detection sample
2012-08-24 16:24:53 +04:00
Andrey Kamaev
285af48040
Fix Andoid samples: black screen after resume problem
2012-08-24 16:17:42 +04:00
Alexander Mordvintesv
4fb15ae1f0
Merge branch 'master' of code.opencv.org:opencv
2012-08-22 16:43:48 +03:00
Alexander Mordvintesv
d9185ec21b
added _doc.py -- doc-string ckecking utility
...
added some sample description
2012-08-22 16:42:19 +03:00
Vadim Pisarevsky
bbf679267a
modified facedetect to properly display very oblong objects and optionally flip image horizontally (for profile face detection). Added LBP cascades by Attila Novak for profile face detection and silverware detection (those are results of GSoC 2012)
2012-08-22 15:48:57 +04:00
Andrey Kamaev
f2a02feffa
Fix Windows build issues
...
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
2012-08-22 11:21:09 +04:00
Alexander Mordvintesv
c9f2ff4487
added texture_flow.py sample
2012-08-19 20:36:50 +03:00
Alexander Mordvintesv
4c15465fbb
Merge branch 'master' of code.opencv.org:opencv
2012-08-18 19:43:46 +03:00
Alexander Mordvintesv
a4bffd96c4
added deconvolution.py sample and example images
2012-08-18 19:43:32 +03:00
Alexander Smorkalov
a1d8091e10
ColorBlobDetection Sample, ImageManpulations Sample and Tutorial2 updated. Issues with native camera on Nexus 7 (Android 4.1) fixed.
2012-08-16 16:52:53 +04:00
bitwangyaoyao
a091f9e4e2
bug fix of "squares" sample for ocl module
2012-08-16 20:34:24 +08:00
yao
d363d5589c
add an "squares" sample for ocl module
2012-08-16 16:01:40 +08:00
Alexey Spizhevoy
7992203598
Fixed CMakeLists.txt
2012-08-13 14:44:41 +04:00
Alexey Spizhevoy
27eb5d07cf
Added getScale/setScale for image warpers (stitching module)
2012-08-13 14:39:47 +04:00
Philipp Wagner
9c75ff43ba
Bug #2257 : Adding a quick workaround for truncated labels on 64bit machines in the Python FaceRecognizer wrapper code. This is only a temporary bugfix, that will be fixed at a better point as soon as possible.
2012-08-11 22:36:35 +02:00
Philipp Wagner
6161a3335c
Removed writing the test.png, wasn't meant to be commited.
2012-08-09 23:52:09 +02:00
Vladislav Vinogradov
79ef454c5f
Merge branch 'bgfg-gmg-optimized' into bgfg-gmg-merged
2012-08-09 14:55:36 +04:00
Vladislav Vinogradov
beb3e6ff18
added GMG_GPU to bgfg_segm sample
2012-08-09 12:59:18 +04:00
Vladislav Vinogradov
42c1d4f4b1
new optimized version of BackgroundSubtractorGMG
2012-08-08 18:15:06 +04:00
Vladislav Vinogradov
c5e92c31ba
fixed Bug #2252
...
error in the tutorial Similarity check (PNSR and SSIM) on the GPU
2012-08-08 14:38:14 +04:00
yao
2fed1fcbff
add an ocl sample
2012-08-08 17:12:53 +08:00
Alexander Mordvintesv
7db1f711f6
Merge branch 'master' of code.opencv.org:opencv
...
Conflicts:
samples/python2/common.py
samples/python2/feature_homography.py
samples/python2/plane_ar.py
samples/python2/plane_tracker.py
2012-08-07 23:21:56 +03:00
Alexander Mordvintesv
a29be81d77
typo fix in features_homography.py
2012-08-07 21:37:46 +03:00
alexey.spizhevoy
a39bce204d
implemented DP-based seam estimation method
2012-08-07 16:24:21 +04:00
Andrey Kamaev
5100ca7508
svn repository web references are replaced with links to git
2012-08-07 14:30:36 +04:00
Vadim Pisarevsky
2013118971
new/improved Python samples by Alexander Mordvintsev
2012-08-06 16:35:35 +04:00
Alexander Mordvintesv
d9dc02541a
Added descriptions to PlaneTracker samples
2012-08-05 10:20:42 +03:00
Alexander Mordvintesv
353c69e017
created PlaneTracker (int plane_tracker.py), which implements multitarget planar tracking
...
rewritten feature_homography.py using it
added plane_ar.py - simple augmented reality sample
2012-08-03 22:17:11 +03:00
Alexander Mordvintesv
ffa8c32348
work on feature_homography.py: multiple targets
2012-08-01 21:41:03 +03:00
Philipp Wagner
40e65b9603
facerec_demo.py: Updated contact mail address.
2012-07-30 19:31:49 +02:00
Alexander Mordvintsev
72a4f1924d
feature_homography.py:
...
building descriptor index on target capture
simple AR experiment (work in progress)
2012-07-30 12:39:41 +04:00
Philipp Wagner
c0a4105467
facerec_demo.py: Shortened code. Final version.
2012-07-30 02:24:39 +02:00
Philipp Wagner
4a7e29b3f4
facerec_demo.py: Reworked demo to remove all matplotlib dependencies.
2012-07-30 02:18:27 +02:00
Philipp Wagner
508a029dae
Moved the facerec_demo.py to the wrong directory. Now moved to the python2 folder.
2012-07-30 01:18:58 +02:00
Philipp Wagner
1454f3d391
Added the facerec_demo.py to show how to perform Face Recognition with the Python module.
2012-07-30 01:16:38 +02:00
Alexander Mordvintesv
f8facadc67
print description in mosse.py
2012-07-29 17:24:47 +03:00
Alexander Mordvintesv
f6191cc5bb
added MOSSE sample
2012-07-29 17:21:49 +03:00
Alexander Mordvintesv
0f9bbf85e5
spelling corrections, added aero images as a more impressive example for
...
ASIFT
2012-07-29 16:26:22 +03:00
Alexander Mordvintesv
88a9f8f919
spelling corrections, added aero images as a more impressive example for
...
ASIFT
2012-07-29 16:15:44 +03:00
marina.kolpakova
cf92e4b4e0
Merge branch 'master' of git://5.9.49.245/opencv
2012-07-25 08:33:51 +04:00
marina.kolpakova
51f7a3ca81
fixed #2190
2012-07-25 08:32:14 +04:00
Andrey Pavlenko
794b07ba11
removing unused files
2012-07-24 23:58:52 +04:00
Andrey Pavlenko
e16ae33a17
removing unused file
2012-07-24 23:55:14 +04:00
Alexander Mordvintsev
ea96047f78
small doc fix
2012-07-16 14:17:39 +00:00
Alexander Mordvintsev
200357fdf4
window name changed
2012-07-16 14:16:36 +00:00
Alexander Mordvintsev
ad7a6ec41f
correct unknown feature report in find_obj.py
2012-07-16 12:31:56 +00:00
Alexander Mordvintsev
3ce5b01543
added asift.py sample
2012-07-16 12:29:49 +00:00
Alexander Mordvintsev
99e404fe86
moving data used by sample into a separate folder
...
small fix in find_obj.py
2012-07-16 11:46:05 +00:00
Alexander Mordvintsev
8610ff1b4d
find_obj.py allows to select detector and matcher and explore matching pairs
2012-07-16 11:31:43 +00:00
Andrey Pavlenko
dc68a56bab
fixing wording
2012-07-15 05:51:29 +00:00
Andrey Pavlenko
92e6aa5f17
customizing the 'Google Market error' message in samples
2012-07-14 19:49:00 +00:00
Andrey Pavlenko
4e4db94b6b
removing warnings on deprecated api when targeting to android-15+
2012-07-14 19:07:27 +00:00
Alexander Mordvintsev
7bbc42127e
refactored find_obj.py sample:
...
- handle bad matching case
- use BFMatcher and FlannBasedMatcher (and thus fixing a bug: L2^2 metric was used for flann)
2012-07-13 20:27:54 +00:00
Alexander Mordvintsev
65e2350606
work on digits_video.py
2012-07-12 11:51:27 +00:00
Andrey Pavlenko
5ec9909b71
updating include dirs to make CDT project in Eclipse happy
2012-07-11 13:12:37 +00:00
Alexander Mordvintsev
84281d284e
mdot function in common.py
2012-07-11 05:07:00 +00:00
Alexander Mordvintsev
d9478252e9
show detected keypoints in feature_homography.py
2012-07-09 12:19:59 +00:00
Alexander Mordvintsev
a2c3c1800a
new feature_homography.py sample
2012-07-06 15:42:42 +00:00
Andrey Kamaev
620d122fc2
Contrib module is added to java wrappers; fixed algorithm initialisation for python bindings
2012-07-05 07:58:40 +00:00
Andrey Kamaev
51f6127e0a
Merged the recent fixes from 2.4 branch
2012-07-04 08:04:31 +00:00
Alexander Mordvintsev
1543b46383
HoG and Hellinger-metric preprocess for digit recognition
...
line breaks in fitline.py description
2012-07-02 13:49:36 +00:00
Andrey Pavlenko
e2e6838da3
adding CDT Builder (via ndk-build.cmd) for JNI part
2012-07-02 13:15:16 +00:00
Alexander Smorkalov
3a88fc5aa9
Android samples renaming was done. Icon updated.
2012-07-02 10:06:08 +00:00
Maria Dimashova
b3f68d29e7
fixed bow sample
2012-07-02 09:21:55 +00:00
Alexander Mordvintsev
83ccdbd0ce
refactored digits_adjust.py (dataset preprocess in cloud)
2012-07-02 07:49:46 +00:00
Alexander Mordvintsev
6977a89525
descriptions for watershed.py and video.py
2012-07-02 04:44:31 +00:00
Alexander Mordvintsev
d015bf6f5e
fitline.py sample added
2012-07-02 03:51:47 +00:00
Vadim Pisarevsky
e4b58ebff5
added GMG background segmentation algorithm by Andrew Godbehere, ticket #2065
2012-06-28 16:24:48 +00:00
Leonid Beynenson
00b02f9f6d
Small addition change in the FileStorage sample.
2012-06-28 11:17:32 +00:00
Leonid Beynenson
7fc18fe146
Added to the sample, demonstrating FileStorage, how to read/write data from/to std::string.
2012-06-28 10:32:34 +00:00
Andrey Pavlenko
42d830ec23
switching to dynamic linking
2012-06-28 07:51:19 +00:00
Alexander Mordvintsev
c6685bc9a7
improved recognition accuracy by better region normalization
2012-06-27 13:22:06 +00:00
Alexander Mordvintsev
60dd599aea
discard digit's internal contours in digits_video.py
2012-06-27 12:42:21 +00:00
Andrey Kamaev
a323da6fd5
Fixed some warnings and install problems on linux
2012-06-27 12:02:31 +00:00
Alexander Mordvintsev
981564ffe9
work on digits_video.py
2012-06-27 10:09:45 +00:00
Alexander Mordvintsev
c71c82a8f1
work on digits_video.py
2012-06-27 09:46:04 +00:00
Alexander Mordvintsev
b987154ebc
digits_video.py prints warning if trained classifier (should be created by digits.py) not found
2012-06-27 08:29:22 +00:00
Andrey Pavlenko
3804ca3e20
changing package layout after 'make install' for Android build
2012-06-27 06:22:26 +00:00
Alexander Mordvintsev
6dffc5332d
digits_video.py (VERY IMMATURE)
...
digits.py now saves the resulting SVM classifier for use in digits_video.py
2012-06-27 05:59:16 +00:00
Alexander Mordvintsev
13b30d7428
digits_adjust.py sample added
2012-06-27 05:51:24 +00:00
Alexander Mordvintsev
d636e1128b
removed ANN digits recognition
...
added deskew for SVN and KNearest recognition sample
2012-06-27 04:29:15 +00:00
Andrey Pavlenko
9efc1a689b
fixing project properties
2012-06-26 15:25:00 +00:00
Alexander Smorkalov
b962bf75cf
Sample3-native build fix. Dependency from OpenCV library project added. Scripts updated.
2012-06-26 13:24:12 +00:00
Alexander Smorkalov
369f2c4903
Color blob detection example updated for OpenCV Manager model.
2012-06-26 12:58:46 +00:00
Alexander Smorkalov
109e308763
Sample4-mixed was updated for OpenCV Manager model.
2012-06-26 12:57:43 +00:00
Alexander Smorkalov
0693073b98
Example3-native updated for OpenCV Manager model
2012-06-26 12:44:57 +00:00
Alexander Smorkalov
521b89e69d
Sample 2 was updated for OpenCV Manager model.
2012-06-26 12:31:04 +00:00
Alexander Smorkalov
207f4fc53c
Sample 1 updated for OpenCV Manager model.
2012-06-26 12:26:42 +00:00
Alexander Smorkalov
7a858885e6
Image manipulations sample updated for OpenCV Manager model.
2012-06-26 12:20:35 +00:00
Vladislav Vinogradov
e9e66e5796
added VIBE_GPU (background subtraction) to gpu module
2012-06-26 10:38:15 +00:00
Andrey Kamaev
ecf6b5a87c
Making all dependencies from highgui module optional
2012-06-26 07:29:36 +00:00
Alexander Smorkalov
700b685575
Revision 8725 restored. Android sample FaceDetection updated according DetectionBasedTracker interface.
2012-06-25 17:12:19 +00:00
Alexander Smorkalov
80febef237
revision 8721 vas merged to head. Detection based tracker interface changed. cpp and android samples updated.
2012-06-25 17:01:55 +00:00
Vladislav Vinogradov
d85ef03a42
added background subtraction sample for gpu module
2012-06-25 12:48:54 +00:00
Vladislav Vinogradov
3a4353f04d
added FGDStatModel, MOG and MOG2 to gpu performance sample
2012-06-25 11:46:45 +00:00
Vladislav Vinogradov
ed8b6c798b
copy 768x576.avi video to sample directory
2012-06-25 11:26:07 +00:00
Andrey Kamaev
ec3a7665b0
Fixed FREAK on Android
2012-06-25 11:19:11 +00:00
Alexander Mordvintsev
d49c697fda
added comments to contours.py and edge.py samples
2012-06-25 10:58:34 +00:00
Alexander Mordvintsev
a3220a446f
added comment to letter_recog.py sample (adopted from c++ version)
2012-06-25 10:52:45 +00:00
Andrey Kamaev
bd901eb52d
Reverted r8721 and r8725 (issue #2080 )
2012-06-24 08:50:03 +00:00
Vadim Pisarevsky
74707ec7ae
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
2012-06-24 01:37:55 +00:00
Alexander Smorkalov
02170a0a58
Sample updated due to new DetectionBasedTracker interface.
2012-06-22 14:07:54 +00:00
Andrey Pavlenko
2984fa751e
adding OpenCV Manager
2012-06-21 14:50:05 +00:00
Alexander Smorkalov
a3be73b5cc
revisions 8681 and 8688 restored. Warning fixed.
...
Warning: changes beak binary compatibility
2012-06-21 14:37:28 +00:00
Andrey Pavlenko
0a58d8f139
moving to OpenCVLoader API
2012-06-21 14:06:23 +00:00
Andrey Kamaev
e94e5866a1
Fixed mingw build warnings
2012-06-20 17:57:26 +00:00
Andrey Kamaev
988c405f79
Fixed build with MSVC
2012-06-20 16:03:03 +00:00
Andrey Kamaev
d48d7b2b46
Updated warning options for GCC; fixed new warnings.
2012-06-20 12:27:02 +00:00
Andrey Kamaev
e8d158a5c8
Reverted changes breaking Android build
2012-06-19 08:10:05 +00:00
Alexander Mordvintsev
e0df3e27ac
added digits2.py sample (work in progress)
2012-06-18 14:42:43 +00:00
Maria Dimashova
39f865faf9
set sample param to its default value in function
2012-06-18 14:14:15 +00:00
Alexander Mordvintsev
3b55e0d4e9
added kmeans.py sample
2012-06-18 11:48:04 +00:00
Alexander Smorkalov
1736cc9739
Code style fix. dbt face detection example turned off for Windows.
2012-06-18 10:59:28 +00:00
Alexander Smorkalov
7c160cdc30
Detection based tracker was refactored. Detector interface added.
2012-06-18 08:55:05 +00:00
Andrey Pavlenko
0942244d6f
'call' added to android.bat call
2012-06-15 15:37:11 +00:00
Vladislav Vinogradov
2e2bd55729
new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster)
2012-06-15 11:02:33 +00:00
Andrey Pavlenko
8bc9e52dcc
fixing typo that breaks the build
2012-06-15 10:42:32 +00:00
Kirill Kornyakov
58aac7ea98
fixes #2044
2012-06-15 07:07:29 +00:00
Alexander Mordvintsev
a98d6b6217
exposed parallelized SVM prediction to python (predict_all)
2012-06-14 10:02:49 +00:00
Philipp Wagner
7b544d2a6d
Documentation for FaceRecognizer started (not added to toc of contrib/doc/contrib.rst yet). CSV file for the samples/cpp/facerec_demo.cpp added. Added some more exceptions to warn the user, when passing bad aligned data.
2012-06-12 22:49:14 +00:00
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
2012-06-12 14:46:12 +00:00
Alexander Mordvintsev
02e3afae3a
fixed find_obj.py (use detectAndCompute)
2012-06-12 06:31:51 +00:00
Philipp Wagner
b3c61ee0fe
Minor grammatical correction in comments.
2012-06-10 22:42:20 +00:00
Philipp Wagner
cd7d93f362
Exceptions now go into CV_Error. Added thresholding to the FaceRecognizer and updated the demo accordingly.
2012-06-10 22:23:18 +00:00
Philipp Wagner
ee1b671279
Several exceptions added to the available FaceRecognizer classes and helper methods, so wrong input data is reported to the user. facerec_demo.cpp updated to latest cv::Algorithm changes and commented.
2012-06-10 11:57:33 +00:00
Alexander Mordvintsev
889df76ea7
added lappyr.py sample
2012-06-10 08:38:25 +00:00
Vadim Pisarevsky
1e14d84008
possibly fixed crash boost caused by the recent modification; slightly improved mlp params in letter_recog sample
2012-06-09 07:05:24 +00:00
Andrey Kamaev
2f40905548
Fixed Android build
2012-06-08 08:11:17 +00:00
Andrey Kamaev
f62028dc16
Fixed mingw build.
2012-06-08 03:15:08 +00:00
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
2012-06-07 17:21:29 +00:00
Vadim Pisarevsky
517fc5e2d2
fixed typo in the tutorial code (thanks to Abid Rahman; ticket #2016 )
2012-06-06 10:04:09 +00:00
Andrey Pavlenko
da7920ff85
auto-copy java.so to package
2012-06-06 09:22:53 +00:00
Alexander Mordvintsev
455349a0eb
comments for digits.py sample
2012-06-06 05:52:28 +00:00
Alexander Mordvintsev
3cfa6949d7
work on added digits.py sample (neural network for handwritten digit recognition)
2012-06-01 13:27:56 +00:00
Alexander Smorkalov
3780685fe6
CodeReview #1512 notes fixed.
2012-05-31 12:26:29 +00:00
Alexander Smorkalov
5c528defb8
CodeReview #1511 notes upplied.
2012-05-31 10:54:37 +00:00
Andrey Pavlenko
eb4ce67dac
fixing Java test and sample after moving drawContours() from Imgproc to Core
2012-05-29 11:04:04 +00:00
Kirill Kornyakov
5c13b8706f
added fix_properties scripts for Android samples
2012-05-28 13:31:44 +00:00
Alexander Mordvintsev
a61b730238
compatibility corrections
2012-05-28 09:25:08 +00:00
Alexander Mordvintsev
e0c1fb5f76
updated video_threaded.py sample:
...
- switch btw threaded and non-threaded mode
- performance counters
- description
2012-05-28 08:51:50 +00:00
Alexander Mordvintsev
6116049225
video_threaded.py sample now uses multiprocessing module's ThreadPool
2012-05-25 14:38:39 +00:00
Andrey Kamaev
eb90882b2d
Fixed some build warnings
2012-05-25 13:13:51 +00:00
Alexander Mordvintsev
eb28bef2db
added video_threaded.py sample
2012-05-24 15:40:55 +00:00
Alexander Smorkalov
fc71745caf
cv::Exception handling added. Multithreading bug fixed.
2012-05-22 14:47:40 +00:00
Alexander Smorkalov
b422d078f8
Face detection example updated. Dtetection base tracker mode added.
2012-05-22 12:21:26 +00:00
Alexander Mordvintsev
ddf7fde3b2
fixed gaussian_mix.py sample
2012-05-22 09:11:09 +00:00
Alexander Mordvintsev
cef18937a2
made video_dmtx.py description visible in demo.py
2012-05-22 08:45:10 +00:00
Alexander Mordvintsev
f4f41df756
removed derivLambda param for LK-tracker
...
linetype -> lineType
2012-05-22 08:43:42 +00:00
Maria Dimashova
608855a322
include nonfree for a couple of f2d samples
2012-05-21 08:47:57 +00:00
Andrey Pavlenko
e3fc405393
fix for #1954 (typos)
2012-05-17 19:36:38 +00:00
Andrey Pavlenko
5855c4905e
Android samples are updated: onPause()/onResume() release/open camera, a message is shown on camera open error, minor fixes in code and resources
2012-05-17 14:51:04 +00:00
Alexander Smorkalov
abe16352d6
ColorBlobDetection example. Bug fix. Refactoring.
2012-05-12 07:38:31 +00:00
Vladislav Vinogradov
ef478840af
added message that timings doesn't include data transfer to gpu performance sample (Issue #1846 )
2012-05-12 06:28:51 +00:00
Vadim Pisarevsky
e794622776
propagated 2 fixed from 2.4 to trunk
2012-05-11 11:48:26 +00:00
Alexander Smorkalov
bae8a88c53
Base version implemented.
2012-05-04 13:46:00 +00:00
Vladislav Vinogradov
ca57239618
fixed some problems after r8280 (lost code)
2012-05-02 13:07:30 +00:00
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
2012-04-30 14:33:52 +00:00
Alexey Spizhevoy
02d34bdac2
Refactored videostab module
2012-04-26 09:01:15 +00:00
Alexandre Benoit
18fdc6bf1c
user can now use the default retia config auatogenerated file to test their own setup
2012-04-25 13:55:14 +00:00
Alexey Spizhevoy
71391eb76f
Added LP based global motion estimation (videostab)
2012-04-25 13:21:38 +00:00
Vladislav Vinogradov
11eacb9d14
Bug #1823 : fixed patch size calculation in PyrLKOpticalFlow
2012-04-25 07:03:32 +00:00
Vladislav Vinogradov
092c1f98f6
fixed build of gpu demos pack
2012-04-25 06:27:55 +00:00
Alexey Spizhevoy
95efec7539
Added local outlier rejector. Added rigid motion estimator. Refactored videostab module.
2012-04-24 12:23:23 +00:00
Vladislav Vinogradov
44eaeee865
refactored gpu BruteForceMather (made it similar to BFMatcher)
2012-04-24 07:56:33 +00:00
Vladislav Vinogradov
f65d841d6f
fixed several warnings (VS2010, Win64)
...
added getParams method to VideoWriter_GPU
2012-04-23 14:22:02 +00:00
Alexey Spizhevoy
24be840c44
Added GPU version of wobble suppressor (videostab)
2012-04-23 10:37:07 +00:00
Alexey Spizhevoy
36ef599840
Fixed trim ratio estimation for the case of homographies motion model (videostab)
2012-04-23 06:42:55 +00:00
Alexey Spizhevoy
e49ea39a1f
Fixed parsing cmd args bug (videostab)
2012-04-19 12:16:45 +00:00
Alexey Spizhevoy
f355f798a4
Minor changes in videostab module and sample
2012-04-19 10:27:17 +00:00
Alexey Spizhevoy
f42eea1029
Added timing for main steps (videostab)
2012-04-19 09:29:13 +00:00
Alexey Spizhevoy
ada63d1800
Updated videostab sample
2012-04-19 08:38:42 +00:00
Alexey Spizhevoy
536d36b05a
Refactoring (videostab)
2012-04-18 17:00:07 +00:00
Alexey Spizhevoy
1569c1ed52
Added GPU version of PyrLK based global motion estimator (videostab)
2012-04-18 13:23:41 +00:00
Vladislav Vinogradov
e29d41c885
minor fix in gpu video_writer sample
2012-04-18 11:49:17 +00:00
Vladislav Vinogradov
f4b4665940
added VideoReader_GPU
2012-04-18 11:18:25 +00:00
Alexey Spizhevoy
19c30eaa11
Refactored videostab module
2012-04-17 09:12:14 +00:00
Vladislav Vinogradov
2bfaf540a1
added VideoWriter_GPU
2012-04-17 07:12:16 +00:00
Alexey Spizhevoy
8c4ffc8bb2
Fixed typo (videostab)
2012-04-16 11:14:30 +00:00
Alexey Spizhevoy
40e7990b6b
Added linear programming based stabilizer (videostab)
2012-04-16 06:41:06 +00:00
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
2012-04-13 21:50:59 +00:00
Alexey Spizhevoy
9d871abd32
Refactored videostab module. Added normalization into motion estimators.
2012-04-11 14:02:10 +00:00
Alexey Spizhevoy
b5a1bad7a4
Added more flags for motion estimation in videostab sample
2012-04-11 10:17:35 +00:00
Alexey Spizhevoy
b549900fe1
Minor fixes and updates in videostab module and sample
2012-04-10 10:33:19 +00:00
Alexey Spizhevoy
673f879ccd
Fixed bug in videostab sample. Fixed model size in global estimators.
2012-04-10 09:07:30 +00:00
Alexey Spizhevoy
30b461a506
Added support of homography motion model into vidostab sample
2012-04-06 10:51:46 +00:00
Alexey Spizhevoy
d9d4755387
Updated wobble suppression code in videostab module
2012-04-06 08:52:31 +00:00
Alexey Spizhevoy
fa09f3d121
Refactored videostab module. Added MoreAccurateMotionWobbleSuppressor class
2012-04-05 13:23:42 +00:00
Alexey Spizhevoy
f32b645b96
Refactored videostab module, added base class for woobble suppression
2012-04-05 09:15:13 +00:00
Alexander Mordvintsev
5ee7596cbc
fixed EM sample
2012-04-04 12:06:36 +00:00
Alexey Spizhevoy
efa0717d01
Added support of homography estimation into videostab module
2012-04-04 11:45:16 +00:00
Alexey Spizhevoy
56b5e6d8a8
Updated videostab module
2012-04-02 12:26:05 +00:00
Alexey Spizhevoy
3e23bb6df6
Refactored videostab module and sample
2012-04-02 09:25:27 +00:00
Vladislav Vinogradov
5fe493474c
minor fix of gpu performance sample
2012-04-02 08:55:04 +00:00
Vladislav Vinogradov
c02c676865
fixed gpu performance sample (SURF usage)
...
added tests for filter2D
2012-04-02 08:53:06 +00:00
Vadim Pisarevsky
f309bafe9e
another fix for cap_dshow.cpp; fixed warning in facerec_demo
2012-03-30 20:06:06 +00:00
Andrey Kamaev
0d18d19ad6
Fixed Android build warnings
2012-03-30 16:10:52 +00:00
Vadim Pisarevsky
68d20301f2
fixed building delaunay.c with MSVC
2012-03-30 12:54:54 +00:00
Vadim Pisarevsky
beb7fc3c92
a LOT of obsolete stuff has been moved to the legacy module.
2012-03-30 12:19:25 +00:00
Alexey Spizhevoy
014accaf31
Fixed default arg value in videostab sample
2012-03-30 09:49:41 +00:00
Alexey Spizhevoy
99f29b75a1
Added linear similarity estimation into videostab module
2012-03-30 09:44:32 +00:00
Vadim Pisarevsky
33bc089506
fixed HOGDescriptor::detect and HOGDescriptor::detectMultiScale signatures (ticket #1304 )
2012-03-29 17:18:38 +00:00
Andrey Pavlenko
6d49b075d9
updating screen resolutions support settings
2012-03-29 15:41:38 +00:00
Andrey Pavlenko
74749fccbf
fix for #1724 : making Java samples compatible with Android 3.1+ targets
2012-03-28 15:32:01 +00:00
Andrey Kamaev
e72a23243b
Reworked build scripts for Android Java API, tests and examples
2012-03-27 16:05:52 +00:00
Vadim Pisarevsky
7a62413c94
added houghcircles sample, improved circle detection (ticket #951 )
2012-03-27 12:00:22 +00:00
Vadim Pisarevsky
e8fab91d51
added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch)
2012-03-27 09:06:21 +00:00
Maria Dimashova
550fd8e57c
added image and depth synchronization
2012-03-27 07:41:48 +00:00
Vadim Pisarevsky
cec8f719a3
added face recognition algorithms, LDA, colormaps (all by Philipp Wagner)
2012-03-24 22:03:47 +00:00
Vadim Pisarevsky
648669cb81
preliminary version of a multi-level findcontours
2012-03-24 20:07:10 +00:00
Andrey Kamaev
9b2d7e19db
Added "fat" mode for Java wrapper
2012-03-23 17:03:05 +00:00
Alexey Spizhevoy
45fd8a6a63
Added load and save motion args into videostab sample
2012-03-22 09:30:28 +00:00
Alexey Spizhevoy
984583981c
Split stabilizer into OnePassStabilizer and TwoPassStabilizer
2012-03-22 07:52:17 +00:00
Andrey Pavlenko
6708869425
updating Java samples to meet Java API changes
2012-03-22 07:25:29 +00:00
Maria Dimashova
c1a6cb6221
added oni-files reading
2012-03-21 14:31:40 +00:00
Alexey Spizhevoy
3323ee9d18
Added distance threshold argument into videostab sample
2012-03-21 08:34:00 +00:00
Gary Bradski
ad2ee1d572
import as cv not cv2. Fixed
2012-03-21 05:13:02 +00:00
Alexey Spizhevoy
dcb5464b3c
Added more inpainting methods. Fixed some errors.
2012-03-20 12:24:51 +00:00
Marina Kolpakova
577dabb8bc
fixed bug #1571
2012-03-20 09:44:40 +00:00
Alexey Spizhevoy
be73f8e29c
Added quiet mode into videostab sample
2012-03-20 08:12:58 +00:00
Alexey Spizhevoy
e4651fa697
Fixed ensureInclusionConstraint
2012-03-20 07:30:07 +00:00
Alexey Spizhevoy
3abd941774
Minor changes in videostab sample
2012-03-20 07:16:10 +00:00
Alexey Spizhevoy
bde7456256
Updated videostab sample
2012-03-20 06:52:52 +00:00
Alexey Spizhevoy
a60dc947b1
Added first version of videostab module
2012-03-19 13:39:23 +00:00
Marina Kolpakova
1d2c6ef410
fixed sample for new signature of calcOpticalFlowPyrLK
2012-03-19 12:55:48 +00:00
Alexey Spizhevoy
e87a07e2aa
Fixed bug #1693 . Also corrected default parameters for stitching.
2012-03-19 11:51:18 +00:00
Gary Bradski
a4de511eb7
Added cv.DestroyAllWindows() to file close
2012-03-18 23:21:54 +00:00
Gary Bradski
5878ab6a0f
added destroyAllWindows at end
2012-03-18 23:12:55 +00:00
Gary Bradski
8a48b8dffd
added destroy all windows
2012-03-18 23:07:39 +00:00
Gary Bradski
c29f0dfdfa
added destroy all windows
2012-03-18 23:01:31 +00:00
Vadim Pisarevsky
c8e206c2ab
added LogPolar Blind Spot Model (thanks to Fabio Solari for the contribution)
2012-03-18 22:29:13 +00:00
Marina Kolpakova
082e988173
Fixed bug #1666
2012-03-18 16:46:07 +00:00
Vadim Pisarevsky
d60623279c
switched to non-constant references in Algorithm::addParam, which is more safe.
2012-03-17 09:50:47 +00:00
Vadim Pisarevsky
846e37ded5
fixed many warnings from GCC 4.6.1
2012-03-17 09:22:31 +00:00
Vadim Pisarevsky
4985c1b632
fixed hundreds of warnings from MSVC 2010.
2012-03-16 21:21:04 +00:00
Maria Dimashova
baa81de122
renamed property of openni camera
2012-03-16 13:59:08 +00:00
Maria Dimashova
00aca7e77a
renamed property of openni camera
2012-03-16 09:08:18 +00:00
Maria Dimashova
930c7bf20e
minor refactoring CvCapture_OpenNI
2012-03-15 15:55:07 +00:00
Vadim Pisarevsky
957e80abbd
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
2012-03-15 14:36:01 +00:00
Gary Bradski
c47c1adc94
remove some unneeded imports
2012-03-15 03:50:31 +00:00
Gary Bradski
dfaabd88fc
added cv2.destroyAllWindows()
2012-03-15 03:45:15 +00:00
Gary Bradski
41d2a3c832
Examples of using histograms in python
2012-03-14 23:33:16 +00:00
Gary Bradski
9164ccbaaf
added 0xFF & in front of every waitKey so that it works on linux
2012-03-14 21:46:34 +00:00
Ivan Korolev
6e2507c197
Added some new warpers.
2012-03-14 12:59:23 +00:00
Maria Dimashova
f67d9d9038
added ability to pass initial transformation to rgbd odometry
2012-03-13 13:07:30 +00:00
Vadim Pisarevsky
191e969243
fixed angle check in squares.py (thanks to Abid Rahman)
2012-03-12 16:45:17 +00:00
Alexander Shishkov
6051e27a09
added support of Asus XtionPRO (thanks to Gustav Karlsson for his patches) #1657
2012-03-12 16:07:42 +00:00
Maria Dimashova
fbfc0cc96f
added special cases to RGBDOdometry (translation only, rotation only)
2012-03-12 10:40:39 +00:00
Alexander Shishkov
be63ce723f
#1672
...
updated links in cheatsheet
renamed directory for Mat tutorial
changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
2012-03-11 14:35:46 +00:00
Maria Dimashova
532781e8d2
initial version of rgbd odometry with sample
2012-03-11 09:31:28 +00:00
Alexander Mordvintsev
58174f6ada
Added GIL-release code into python wrappers
...
Added gabor_threads.py sample
2012-03-07 11:09:27 +00:00
Alexander Mordvintsev
2727a425e4
fixed distrans.py sample (distanceTransform -> distanceTransformWithLabels)
2012-03-06 13:22:55 +00:00
Alexander Shishkov
1494da339d
fixed #1507
2012-03-05 11:08:59 +00:00
Vladislav Vinogradov
ec5bdc7de8
added patch error calculation to gpu::PyrLKOpticalFlow
2012-03-05 10:36:57 +00:00
Andrey Kamaev
18dbe6b3e5
cmake scripts are updated to prefer includes from the OpenCV source tree
2012-03-03 15:49:23 +00:00
Gary Bradski
bd2014deba
added usage on how to actually run video_dmtx.cpp
2012-03-02 19:39:06 +00:00
Andrey Kamaev
2f4bb580fc
Fixed some build warnings; slightly improved python search
2012-03-02 08:34:54 +00:00
Patrick Mihelich
8b6aec6710
Sample program to train and detect objects using LINE-MOD.
2012-02-27 01:50:22 +00:00
Andrey Pavlenko
5bea651e81
Java samples updated to be compatible with both old (2.2+) and new (3.0+) Android versions
2012-02-24 08:43:11 +00:00
Vladislav Vinogradov
2d30480982
created wrappers for new NPP functions
...
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
2012-02-22 10:00:53 +00:00
Alexey Spizhevoy
35d63083f9
Added Farneback's optical flow sample
2012-02-20 08:31:10 +00:00
Alexander Shishkov
f3be34934e
minor changes in chessboard.py sample #1492
2012-02-17 08:48:06 +00:00
Alexander Shishkov
a6602dd75c
fixed #1492
2012-02-17 08:42:58 +00:00
Alexander Shishkov
d7031606c2
fixed #1363
2012-02-17 08:35:46 +00:00
Alexey Spizhevoy
2ad7add613
Minor refactoring of the GPU perf. sample
2012-02-17 07:02:11 +00:00
Alexey Spizhevoy
630d874e03
Updated the GPU performance sample
2012-02-16 13:08:22 +00:00
Alexey Spizhevoy
5c459aa815
Added the GPU version of the Farneback's optical flow
2012-02-16 11:23:51 +00:00
Andrey Pavlenko
62591a1d5a
#1283 , Mat <->Bitmap converters are updated to support CV_8UC(1,3,4) & non-continuous Mat-s and RGBA_8888 & RGB_565 Bitmaps; Android samples project files are updated according to the latest SDK req-s.
2012-02-14 14:40:41 +00:00
Vladislav Vinogradov
a10fed8fd1
added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module
2012-02-13 12:57:27 +00:00
Gary Bradski
778b51a6a1
Adding python example of mouse interaction and use of correlation on an image
2012-02-11 03:47:40 +00:00
Vladislav Vinogradov
f883b31cfd
updated performance sample
2012-02-08 11:02:32 +00:00
Vladislav Vinogradov
237b3ed3a0
fixed createOpticalFlowNeedleMap
2012-02-08 05:45:47 +00:00
Andrey Kamaev
5eb6ee6290
Fixing build with CUDA enabled
2012-02-03 12:54:52 +00:00
Andrey Kamaev
ee6fefc862
Fixing build with CUDA enabled
2012-02-03 12:35:39 +00:00
Andrey Kamaev
3ff438dc7a
Fixing build with CUDA enabled
2012-02-03 12:15:27 +00:00
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
2012-02-03 11:26:49 +00:00
Vladislav Vinogradov
d38ca09738
added gpu::printCudaDeviceInfo to all samples
2012-01-30 07:20:09 +00:00
Anatoly Baksheev
2042e99cab
gramma
2012-01-24 09:56:55 +00:00
Vladislav Vinogradov
59acbb1112
minor
2012-01-16 13:32:06 +00:00
Vladislav Vinogradov
9a2358628b
minor fix
2012-01-16 13:22:28 +00:00
Vladislav Vinogradov
c4792c0102
updated optical_flow samples
2012-01-16 09:24:42 +00:00
Vladislav Vinogradov
a25b027ef7
updated gpu optical_flow sample
2012-01-11 13:05:03 +00:00
Vladislav Vinogradov
3aa537642d
minor refactoring of gpu performance sample
2012-01-11 08:58:39 +00:00
Vladislav Vinogradov
5e38cf8042
added FAST_GPU and ORB_GPU classes
2011-12-27 09:33:20 +00:00
Alexandre Benoit
6ee1f6f66e
removing some mistakes
2011-12-15 22:45:28 +00:00
Alexandre Benoit
817dca2219
corrected small bu on image sequence tone mapping
2011-12-13 08:42:39 +00:00
Vladislav Vinogradov
6310622be3
minor
2011-12-13 06:25:37 +00:00
Alexandre Benoit
056d015b38
added tone mapping video processing from OpenEXR images sequences
2011-12-12 15:53:05 +00:00
Vladislav Vinogradov
f6d8f4dc6b
minor
2011-12-12 13:59:34 +00:00
Vladislav Vinogradov
bd4239be7b
moved OpenGL wrappers to separate header
...
added GlBuffer, GlTexture and GpuMat support to InputArray
replaced addTextOpenGl function by render + GlFont
2011-11-30 06:20:29 +00:00
Vladislav Vinogradov
9817252b23
added addTextOpenGl function
2011-11-28 11:50:46 +00:00
Vladislav Vinogradov
2a4fb155e1
added OpenGL support to Gtk realization of highgui
2011-11-28 08:23:26 +00:00
Kirill Kornyakov
7d8f487b03
reverted occasional commit
2011-11-24 12:20:45 +00:00
Kirill Kornyakov
913811836a
workaround for the case when perf system is used in external app without TBB
2011-11-24 12:06:38 +00:00
Vladislav Vinogradov
d7450c2449
added GlArrays class and pointCloudShow function
2011-11-23 10:05:24 +00:00
Vladislav Vinogradov
c2783af781
added OpenGL support to highgui under WIN32
2011-11-21 11:58:52 +00:00
Leonid Beynenson
01c15db6d2
Committed the first version of DetectionBasedTracker.
2011-11-16 17:29:10 +00:00
Andrey Kamaev
3bdb53e484
Android cmake toolchain is reworked for NDK r7; added experimental Android x86 support.
2011-11-16 14:32:10 +00:00
Alexandre Benoit
ccdd4ebbb8
update retina module related samples
2011-11-10 13:41:29 +00:00
Vladislav Vinogradov
fcfa72081e
moved GpuMat and DevMem2D to core module, some code refactoring
2011-11-09 13:13:52 +00:00
Vadim Pisarevsky
8a148e39f0
new sample for the complex detector+descriptor+matcher evaluation
2011-11-08 12:03:37 +00:00
Ana Huaman
d97a71f17d
Erasing two images from cpp/tutorial folder
2011-11-03 06:09:31 +00:00
Ana Huaman
8c04ae8c30
Added one sample in tutorial_code to use Stereo Block matching
2011-11-03 05:52:35 +00:00
Vladislav Vinogradov
11a5e78042
fixed gpu samples build
2011-10-31 12:39:06 +00:00
Vladislav Vinogradov
09ba133ddf
prepared GpuMat for moving to core module
2011-10-31 08:51:00 +00:00
Alexander Shishkov
09dd13d02e
fixed compilation problems after rev. 6925
2011-10-30 15:08:44 +00:00
Alexey Spizhevoy
28e006ad4f
Fixed median focal length estimation in the stitching module
2011-10-24 12:35:11 +00:00
Alexey Spizhevoy
a2090a44db
Updated CLI for GPU samples
2011-10-24 08:34:15 +00:00
Alexandre Benoit
77cfdab3ff
corrected xml parameters file management in the retina interface
2011-10-21 10:01:48 +00:00
Alexandre Benoit
5de07eb784
corrected wrong parameter sent to retina module for color saturation
2011-10-21 08:49:18 +00:00
Andrey Kamaev
e8032fa8e9
Fixed Android build with SDK revision 14
2011-10-21 08:35:34 +00:00
Vladislav Vinogradov
e7502e7641
implemented gpu::gemm via CUBLAS
2011-10-19 13:29:54 +00:00
Andrey Kamaev
f299bde3a9
Added ORB features finder into stitching module
2011-10-19 10:48:45 +00:00
Vladislav Vinogradov
b0536279eb
added wrappers for BroxOpticalFlow and interpolateFrames
2011-10-17 13:12:39 +00:00
Vladislav Vinogradov
d3c4e90760
new optimized implementation of BruteForceMatcher_GPU (~2-3x faster)
2011-10-12 10:23:03 +00:00
Vadim Pisarevsky
b74116e694
unified norm computing; added generalized Hamming distance
2011-10-11 15:13:53 +00:00
Maria Dimashova
71be121edc
fixed compilation under MSVC
2011-10-06 12:37:53 +00:00
Maria Dimashova
e6009c1614
added sample on color generation and updated sample on lsvm
2011-10-06 09:43:43 +00:00
Maria Dimashova
bbdf14b9bb
added overlapThreshold param to sample
2011-10-05 13:37:24 +00:00
Maria Dimashova
ea454e6ee4
uncommented the samples parts compiled under MSVC
2011-10-04 06:32:18 +00:00
Maria Dimashova
a2ff919a6b
added sample for c++ version of latent svm
2011-10-03 16:53:30 +00:00
Alexey Spizhevoy
8a799aa89a
Updated optimal block size estimation for the convolve() function
2011-10-03 14:05:52 +00:00
Vadim Pisarevsky
60ebe2003f
fixed multiple warnings on Windows. fixed bug #1368
2011-10-03 11:00:28 +00:00
Anatoly Baksheev
78e678b1f8
optflow_gpu compilation under ubuntu
2011-10-03 10:14:59 +00:00
Anatoly Baksheev
336e000ecc
optical flow sample compilation under ubuntu
2011-10-03 10:05:41 +00:00
Alexey Spizhevoy
404e9cb9d5
Refactored warpers in the stitching module, added buildMaps function into the RotationWarper interface
2011-10-03 06:31:24 +00:00
Anatoly Baksheev
5e831f7fca
compilation under ubuntu
2011-09-30 12:00:44 +00:00
Andrey Kamaev
43ce5e6cc0
Fixed Linux build
2011-09-30 08:06:24 +00:00
Anton Obukhov
42c7aece36
[+] Added Brox optical flow (implementation courtesy of Michael Smirnov)
2011-09-29 14:46:39 +00:00
Vladislav Vinogradov
9da6d78989
optimized gpu filters, added buffered version for different filters
2011-09-28 11:52:26 +00:00
Alexey Spizhevoy
230cc3e0c3
Minor fix in stitching_detailed
2011-09-26 10:04:50 +00:00
Vladislav Vinogradov
67a9b79433
added performance tests for gpu::reduce
2011-09-26 08:14:31 +00:00
Alexey Spizhevoy
66b41b67f9
Added support of GPU in stitching seam estimators
2011-09-26 07:57:05 +00:00
Alexey Spizhevoy
16f5c67914
Added support of vertical straightening into stitching
2011-09-24 08:20:13 +00:00
Alexander Mordvintsev
39268013d5
frame size specification for video sources in video.py
2011-09-22 12:32:37 +00:00
Alexey Spizhevoy
39533a0b1b
Added BA refinement flags into stitching_detailed
2011-09-22 08:58:48 +00:00
Alexey Spizhevoy
4ee462c961
Added selction of BA cost function in stitching samples (and added other BA cost func into stitching module)
2011-09-21 13:22:12 +00:00
Alexey Spizhevoy
dbce155874
Refactored motion estimators in stitching module
2011-09-21 12:13:07 +00:00
Alexey Spizhevoy
4a5abc7552
Added translation parameter into stitching module warpers. For now only PlaneWarper and PlaneWarperGpu warpers support it.
2011-09-21 10:53:23 +00:00
Alexander Mordvintsev
cd9d695f9d
fix in RectSelector
2011-09-20 11:49:24 +00:00
Alexey Spizhevoy
f262f58297
Changed one CLI message in stitching_detailed.
2011-09-19 06:37:22 +00:00
Alexander Mordvintsev
a869838807
RectSelector in common.py
2011-09-19 06:28:39 +00:00
Alexey Spizhevoy
07efb17d12
Fixed warper selection bug in stitching_detailed. Removed estimation of aspect ratio in BA in stitching to avoid stretching of input images. Did minor refactoring.
2011-09-19 06:22:40 +00:00
Alexey Spizhevoy
23636433d7
Updated bundle adjustment in stitching module: 1) it minimizes reprojection error now, 2) it minimizes error over focal, aspect, p.p.x, p.p.y parameters. Refactored and updated warpers.
2011-09-16 12:25:23 +00:00
Alexander Mordvintsev
028c44531f
wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper)
...
updated feature_homography.py sample to use new features
2011-09-15 11:10:06 +00:00
Vladislav Vinogradov
b2079d6de1
implemented gpu::resize for all types
2011-09-12 10:13:14 +00:00
P. Karasev
6030e029e3
touch stitching app, test/verify svn access
2011-09-07 15:00:27 +00:00
Alexey Spizhevoy
cbb6ac0c34
refactored features finders in stitching module
2011-09-07 12:48:48 +00:00
Alexey Spizhevoy
505e8e0936
minor refactoring of stitching
2011-09-07 11:22:00 +00:00
Alexey Spizhevoy
c9a41c6802
added first version of public stitching API, added simple sample which uses that API, old sample renamed to stitching_detailed
2011-09-07 11:14:27 +00:00
Alexander Mordvintsev
d50cc51070
handling Ptr<> arguments and return values in Python wrappers
...
partially wrapped features2d framework
added feature_homography.py sample
2011-09-07 09:38:22 +00:00
Andrey Kamaev
52184c8803
Gpu functionality in stitching module is excluded from Android build
2011-09-07 08:59:39 +00:00
Alexey Spizhevoy
95a3ffd0c5
put all old stitching API into detail namespace
2011-09-07 06:34:22 +00:00
Vladislav Vinogradov
df9f707ff0
fixed bug in gpu::remap under win32
2011-09-06 13:42:50 +00:00
Vladislav Vinogradov
84022779a1
added bicubic interpolation to gpu::remap
2011-09-06 07:01:23 +00:00
Alexey Spizhevoy
9be4701f24
turned opencv_stitching application to module and sample
2011-09-05 10:41:54 +00:00
Vadim Pisarevsky
32ed1bf858
added phaseCorrelate function by Will Lucas.
2011-09-05 07:57:18 +00:00
Alexandre Benoit
9ea9cbf489
Updated retina access methods and OpenEXR image tone mapping demo cleaned
2011-09-04 08:00:09 +00:00
Alexander Mordvintsev
700ef09a23
opt_flow.py sample fixed
2011-09-02 11:54:02 +00:00
Alexander Mordvintsev
fa7e45897f
obj_detect.py sample removed
2011-09-01 07:25:13 +00:00
Alexander Mordvintsev
e61f4c4a4b
lk_homography.py sample added
2011-08-31 12:33:25 +00:00
Vladislav Vinogradov
47d68f6967
implemented gpu::remap for all types
2011-08-31 11:42:54 +00:00
Alexander Mordvintsev
785428546b
lk_track.py description
2011-08-30 09:34:06 +00:00
Vladislav Vinogradov
5f9e47a9cd
refactored gpu::BruteForceMatcher (moved some utility functions to device layer)
2011-08-29 11:31:52 +00:00
Alexander Mordvintsev
6abb46254d
mser.py sample added
2011-08-27 19:29:03 +00:00
Alexander Mordvintsev
02788eb32e
camshift.py description
2011-08-27 13:43:32 +00:00
Vadim Pisarevsky
df1b04c302
removed irrelevant pyc file
2011-08-26 12:23:19 +00:00
Vadim Pisarevsky
ae83fe7645
added hybrid (feature-based & meanshift-based) tracker (by Pushkar)
2011-08-26 12:22:19 +00:00
Vladislav Vinogradov
173ac5a64b
optimized gpu pyrDown and pyrUp
2011-08-24 11:16:42 +00:00
Alexandre Benoit
e268e0704d
enhanced input image format support
2011-08-22 20:10:21 +00:00
Alexander Mordvintsev
fc771363d3
all video processing samples use camera as default source (and fallback to synth in case of capture error)
2011-08-22 13:36:21 +00:00
Bernat Gabor
df49158863
Added the "Camera calibration With OpenCV" tutorial. Extended with a few global links the conf.py file. Corrected an error in the linux_install.rst and one in the cascade_classifier.rst file.
2011-08-22 12:15:31 +00:00
Vadim Pisarevsky
628447c251
replaced non-available in MacOSX' numpy deg2rad in motempl.py
2011-08-22 10:22:27 +00:00
Vadim Pisarevsky
8dacbeb157
fixed 2 bugs in python samples (crash in camshift and running samples from within the demo)
2011-08-22 10:10:17 +00:00
Alexander Mordvintsev
fd69c8b34a
running demos with enter key
2011-08-21 13:24:49 +00:00
Alexandre Benoit
bd198d2b7b
updated default parameters, more contrast by default
2011-08-21 12:22:27 +00:00
Alexander Mordvintsev
67cbcd2fa6
work on demo.py: sample running
2011-08-21 07:54:54 +00:00
Alexander Mordvintsev
0de8ed1099
demo description url parsing
2011-08-21 07:19:27 +00:00
Alexander Mordvintsev
5b00763bb0
work on demo.py shell
2011-08-20 19:54:03 +00:00
Alexandre Benoit
d5d2290ffd
updated GUI photoreceptors sensitivity paramaer management
2011-08-20 12:40:04 +00:00
Vladislav Vinogradov
5e9ae6b19f
added TransformFunctorTraits, optimized some functions that use transform
2011-08-17 11:32:24 +00:00
Alexander Mordvintsev
b3ae2c181a
added flann matching to find_obj.py
2011-08-17 02:00:52 +00:00
Alexandre Benoit
cd8d3afe37
enhanced basic error management when input image could not be loaded
2011-08-15 13:24:31 +00:00
Alexandre Benoit
58c0bea68a
added openexr sample file
2011-08-15 13:18:01 +00:00
Vladislav Vinogradov
6e3a1f7b49
implement optimized version of gpu::BruteForceMatcher::knnMatch when k == 2
2011-08-15 12:14:02 +00:00
Alexander Mordvintsev
5bc5d9a47e
camshift.py sample
...
small cleaning
2011-08-15 01:36:41 +00:00
Ana Huaman
dd836f1bdd
Modified sample for object detection with LBP in tutorial_code
2011-08-14 22:32:41 +00:00
Ana Huaman
e228b5c70d
Added sample for object detection with LBP in tutorial_code
2011-08-14 20:20:35 +00:00
Bernat Gabor
fec995391f
Added to the tutorials the "Support Vector Machines for Non-Linearly Separable Data" contributed by Fernando Iglesias García. Corrected a mistake in the gpu-basics-similarity.rst file.
2011-08-14 19:58:20 +00:00
Ana Huaman
4c74b28ee3
Sample code simplified for object Detection
2011-08-14 18:44:46 +00:00
Bernat Gabor
695311d709
Added the "Similarity check (PNSR and SSIM) on the GPU" tutorial. Corrected an highgui TOC tree mistake.
2011-08-14 15:05:56 +00:00
Alexandre Benoit
e95618d0b4
nicer default parameters set
2011-08-14 07:01:56 +00:00
Alexander Mordvintsev
a0af870719
added CV_OUT to CvANN_MLP::predict
...
python cv2 MLP sample done
2011-08-14 04:32:27 +00:00
Alexander Mordvintsev
622bd42224
work on MLP sample in letter_recog.py (in progress...)
2011-08-14 02:26:47 +00:00
Alexandre Benoit
638f3d31cf
added more explicit titles on figures and cleaned std output
2011-08-13 21:58:31 +00:00
Alexandre Benoit
23c15d562d
added comments/contacts link
2011-08-13 18:24:46 +00:00
Alexandre Benoit
9d7c0141bb
added comments/contacts link
2011-08-13 18:24:33 +00:00
Alexandre Benoit
6395a738cb
adding openexr images tone mapping demo
2011-08-13 14:19:17 +00:00
Bernat Gabor
bdfc0201de
Added the How to create videos with OpenCV Tutorial. Made some corrections to the feature2d, to get rid of some documentation build errors.
2011-08-13 14:02:18 +00:00
Alexander Mordvintsev
d2da81401f
work on camshift.py
2011-08-13 08:54:11 +00:00
Alexander Mordvintsev
8c06a275f7
use default HOG people detector
...
minor cleaning
2011-08-13 08:52:58 +00:00
Ana Huaman
6b88d7a898
Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst
2011-08-12 18:30:20 +00:00
Ana Huaman
f803fc259b
Added tutorial for features2d using homography to find a planar object (Based on the well known find_obj.cpp
2011-08-12 18:04:44 +00:00
Ana Huaman
ea971df8bf
Added SURF_Homography sample codee
2011-08-12 03:33:52 +00:00
Alexander Mordvintsev
d80a41a543
comment
2011-08-12 03:23:44 +00:00
Alexander Mordvintsev
d7a2081230
peopledetect.py sample added (TODO: use builtin svm data instead of people_hog.txt)
...
some old cv api use cleaning
2011-08-12 03:05:31 +00:00
Ana Huaman
9fba5e8d8c
Added code for SURF using FLANN Matcher and drawMatches options
2011-08-12 00:19:42 +00:00
Vadim Pisarevsky
907fafce5a
fixed retinaDemo compile errors
2011-08-11 20:45:51 +00:00
Vadim Pisarevsky
2842d34611
added retina model, by Alexander Benoit
2011-08-11 20:42:08 +00:00
Ana Huaman
04ebef1be2
Added two sample code for features 2D - SURF descriptor and detector
2011-08-11 20:30:25 +00:00
Bernat Gabor
a0a46b0d70
Added a video input tutorial with PSNR and SSIM.
2011-08-11 09:34:03 +00:00
Andrey Morozov
c0cd317284
fixed compile errors in samples
2011-08-11 07:04:27 +00:00
itsyplen
bc64567d37
Update samples using cmd parser
2011-08-11 06:46:09 +00:00
itsyplen
d3f8b2eeb7
Updated using new cmd parser
2011-08-10 12:33:03 +00:00
Maria Dimashova
1d69a3bc6a
fixed compile error on ubuntu64
2011-08-10 11:49:10 +00:00
Maria Dimashova
3569e18f0e
fixed compile errors and warning on ubuntu64
2011-08-10 11:36:55 +00:00
Vladislav Vinogradov
8bb9e4302e
added registerPageLocked/unregisterPageLocked functions
...
added convert functions to BruteForceMatcher_GPU
other minor fixes
2011-08-10 11:32:48 +00:00
itsyplen
24279c2c11
Updated sample using new cmd parser
2011-08-10 11:29:32 +00:00
itsyplen
49fb4ecbc1
Updated samples using new cmd parser
2011-08-10 10:41:38 +00:00
Vadim Pisarevsky
c9ed7fee34
fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc.
2011-08-10 10:28:01 +00:00
Maria Dimashova
6287c113c8
fixed compile errors
2011-08-10 09:43:44 +00:00
itsyplen
7f32e8131d
Updating samples using cmd parser
2011-08-10 08:56:27 +00:00
itsyplen
86cd9fadf3
Fixed some grammatical errors
2011-08-10 08:52:52 +00:00
Vadim Pisarevsky
cfdf464052
initial (buggy) C++ version of Delaunay triangulation
2011-08-09 15:11:32 +00:00
Andrey Kamaev
d9d74678a9
Java API: corrected names of methods in Utils class; fixed bug in DMatch (thank for Hussein Abdinoor); added new utility method loadResource
2011-08-09 11:46:27 +00:00
Bernat Gabor
a5f38806ab
Small modifications to the scan tutorial and added the video-input-psnr-ssim sample file.
2011-08-09 05:43:58 +00:00
Vladislav Vinogradov
12b7090a6f
fixed some warnings under win64
2011-08-08 13:03:18 +00:00
Anatoly Baksheev
5c691907ed
minor improvements in cmake-file for gpu samples
2011-08-08 12:16:23 +00:00
Vladislav Vinogradov
767ac9aa10
added gpu::Canny function
2011-08-08 08:53:55 +00:00
Bernat Gabor
ed801d3e65
Added the "Interoperability with OpenCV 1" tutorial.
2011-08-08 05:58:10 +00:00
Alexander Mordvintsev
6fdbf15aed
updated lt_track.py sample
...
- continuous feature detection
- track verification by reverse tracking
2011-08-06 09:56:42 +00:00
Andrey Kamaev
ccc356829c
Fixed color conversion bug
2011-08-05 15:46:13 +00:00
itsyplen
6d3e92517c
new version of command line parser
2011-08-04 16:09:04 +00:00
Kirill Kornyakov
0595ca7454
reverted
2011-08-03 13:21:21 +00:00
Kirill Kornyakov
2a47ab6e08
java tests: minor updates
2011-08-03 13:12:39 +00:00
Vladislav Vinogradov
3ab2728da1
gpu device layer code refactoring
2011-08-03 12:10:36 +00:00
Andrey Pavlenko
fa0daa4809
Java API: fixing converters (copyData=true) and samples compilation
...
Testing: 1079/0/592
2011-08-03 11:57:00 +00:00
Vladislav Vinogradov
33df5ea07b
added gpu::calcHist function
2011-08-01 13:15:37 +00:00
Vladislav Vinogradov
e746b3e8ae
added buffered version of pyrDown and pyrUp
...
added stream support to downsample, upsample, pyrUp and pyrDown
2011-08-01 08:15:31 +00:00
Kirill Kornyakov
c11a7184c9
minarea.cpp sample reformatted
2011-07-30 11:59:09 +00:00
Vadim Pisarevsky
eebe4860da
added minEigThreshold parameter to calcOpticalFlowPyrLK to filter out bad points earlier.
2011-07-27 19:07:45 +00:00
Bernat Gabor
6b5ea5931d
Added the "Mask operations on matrices" tutorial (with its sample). Plus modified some other core tutorials.
2011-07-27 17:52:27 +00:00
Bernat Gabor
26bd6b3f5f
Added the File Input and Output using XML and YAML files tutorial.
2011-07-27 11:35:11 +00:00
Andrey Kamaev
e7642f66d9
Fixed install terget for Android examples
2011-07-25 13:17:11 +00:00
Andrey Kamaev
ac7e16fdf6
Fixed camera output format handling
2011-07-25 12:32:33 +00:00
Bernat Gabor
2d3606a58f
Finished the DFT tutorial for the core section.
2011-07-25 10:06:03 +00:00
Bernat Gabor
f25603112a
Added Fernandos first tutorial regarding SVMs. Extended the global links (conf.py). Corrected the author names. Minor modification to the dft tutorial.
2011-07-25 07:15:52 +00:00
Andrey Kamaev
a17b693aa9
Fixed build of Android samples and tests
2011-07-24 20:44:20 +00:00
Bernat Gabor
ffe7a658fb
Sample files for image scanning, basic Mat, file I/O. Added Victors removed tutorials back in the system. Some typo fixing.Expanded conf.py with new global links.
2011-07-22 15:11:59 +00:00
Andrey Pavlenko
3d9cb082c9
making CV data type to be int
2011-07-22 15:11:35 +00:00
Andrey Kamaev
ebf9916242
Fixed android samples; fixed cmake files
2011-07-22 13:34:25 +00:00
Andrey Kamaev
8782914fc8
Aded setPreviewDisplay call to java camera samples
2011-07-21 09:57:46 +00:00
Alexey Spizhevoy
a23406ea6c
added missing header
2011-07-20 12:56:21 +00:00
Bernat Gabor
a2975f337a
1) Converted all images to JPG to reduce size.
...
2) Added a raw Latex page break directive after each TOC tree. (For the PDF tutorial look).
3) Two finished tutorials:
a) one describing how the Mat data structure works and its output capabilities (format function) (demonstration YouTube video included).
b) one describing image scanning operations plus the LUT function (demonstration YouTube video included).
c) a basic filtering approach (plus multi row image scanning demonstration) in the work.
2011-07-19 22:08:54 +00:00
Andrey Kamaev
930b2995eb
Fixed Android samples; Fixed bugs in cmake (java module).
2011-07-19 17:07:01 +00:00
Andrey Kamaev
dfdb15be79
Added Java packages support to cmake
2011-07-19 15:37:17 +00:00
Andrey Kamaev
6932203349
Fixed Android samples; updated black list of enums.
2011-07-19 12:10:05 +00:00
Andrey Kamaev
d445903b31
Added FPS measurement to some Android samples
2011-07-19 11:06:27 +00:00
Andrey Kamaev
9e00cc59af
Added face datection Android sample
2011-07-19 09:01:36 +00:00
Andrey Kamaev
5e3e283e30
Changed labels for some android samples
2011-07-19 07:40:26 +00:00
Andrey Kamaev
72541721a1
Added image-manipulations android sample, other samples are updated; added Mat.size method to java API.
2011-07-18 16:17:07 +00:00
Vadim Pisarevsky
16ba62dcd5
added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp
2011-07-18 13:05:34 +00:00