marina.kolpakova
c3e4a52fbe
soft cascade sample
12 years ago
marina.kolpakova
d65b3e0617
fix warning in CUDA samples
12 years ago
Andrey Kamaev
dad56e202f
Rename sample & tutorial executables
12 years ago
Andrey Kamaev
b131dfeecd
Build tutorial codes together with other samples
...
These codes should be included into regular builds.
12 years ago
Andrey Kamaev
0a4ed2bc01
Fix Windows build warnings
12 years ago
Alexander Smorkalov
91a9923dcf
Face detection package name replaced on org.opencv.facedetect for consistency with Google Play package.
12 years ago
Alexander Smorkalov
95b7f5c46c
Face Detection sample namespace replaced on org.opencv.facedetect for consistency with Google Play.
12 years ago
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
12 years ago
Jason Newton
45b4f4f32b
connectedComponents: warning free version
12 years ago
Vladislav Vinogradov
beb377b38c
gpu implementation of Dual TV-L1 Optical Flow
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
alexandre benoit
3fb90abb76
added retina code tutorial
12 years ago
Alexander
d495daf1ed
Memory leak of native OpenCV mats fixed.
12 years ago
Alexander Smorkalov
83d8bc8c55
Tutorial 1 updated. Execution time camera switching implemented.
...
Some unification done to simplify camera switching.
12 years ago
Vladislav Vinogradov
0ad849d2fd
Dual TV-L1 optical flow implementation
12 years ago
Andrey Kamaev
673aa91bac
Fix remaining windows build warnings
12 years ago
alexandre benoit
b5bd86b2a7
added retina code tutorial
12 years ago
Alexander Smorkalov
76bcf72ded
2.4.3 version support added to OpenCV Manager. Docs updated. Samples updated.
12 years ago
Alexander Smorkalov
c1d42664bc
Refactring. Bug fix.
12 years ago
Alexander Smorkalov
a942747046
Code review coments fixed. Lint wornings fixed.
12 years ago
Alexander Smorkalov
4c06d0834e
camera-preview sample removed from CMakeLists.txt
12 years ago
Alexander Smorkalov
84856fa2c1
CMakeLists.txt rescued. Androidmanifest unified.
12 years ago
Alexander Smorkalov
a5ee07d340
Image manipulations sample ported on new framework.
12 years ago
Alexander Smorkalov
898320a0f6
Code clean up.
12 years ago
Alexander Smorkalov
c64ee44c9e
Color blob detection sample ported on new framework.
12 years ago
Alexander Smorkalov
2fd8b51a26
Face detection sample ported on new framework.
12 years ago
Alexander Smorkalov
d9ea16ce57
Tutorial1 ported on new framework.
12 years ago
Alexander Smorkalov
873f47654a
Tutorial2 ported on new framework.
12 years ago
Alexander Smorkalov
31763bdcf0
Tutorial3 ported on new framework.
12 years ago
Alexander Smorkalov
50500e5923
Tutorial4 ported on new sample framework.
12 years ago
Alexander Smorkalov
9029acf6f0
openCV application framework moved to modules/java/... folder. Now it is part of OpenCV SDK.
12 years ago
Alexander Smorkalov
68ab3d5be6
Processing thread added to Java camera view.
12 years ago
Alexander Smorkalov
8393fd0c9d
Auto focus added;
...
Old Android support added;
Android 4.1.x fixes added;
Thead sync added;
Camera errors handling added.
12 years ago
Alexander Smorkalov
f8bcff8ff3
Device rotation support added;
...
Nexus 7 support added.
12 years ago
Alexander Smorkalov
09901fae2b
OnResume/OnPause handlers added to start/stop camera.
...
OpenCV initialization moved to onResume event to support package installation waiting.
12 years ago
Alexander Smorkalov
cc3430dbcc
Naming fixed;
...
Warnings fixed;
Nexus 7 support added to manifest.
12 years ago
Konstantin Bezruk
cd152c3a03
Puzzle15 implementation with use of the OpenCV surface framework
12 years ago
Alexander Smorkalov
5f1339b319
Menu and style removed from sample.
12 years ago
Andrey Pavlenko
a32004f90c
adding initial version of a sample with new Camera-View handling design
12 years ago
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_*
12 years ago
Andrey Kamaev
8fb6d9f650
Fix Android build warnings
12 years ago
Andrey Kamaev
0e7ca71dcc
Normalize whitespace in documentation and text files
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
f4e33ea0ba
Fix build of samples
12 years ago
Andrey Kamaev
7225f89ea2
Revert opencv_videostab to the state of 2.4.2
12 years ago
Andrey Kamaev
26bcb3812c
Fix binary compatibility of opencv_contrib
12 years ago
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
12 years ago
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
12 years ago
Vadim Pisarevsky
cb58e5a3a4
let Kalman handle the missing measurements (bug #1380 )
12 years ago