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
Andrey Kamaev
83799d6bf4
Fix Mat indexing in TrackingMotion tutorial code (supersedes pull request #38 )
12 years ago
Vsevolod Glumov
69fbc6102c
Fixed an issue with 'how_to_scan_images.cpp' tutorial code. Issue #2259
12 years ago
Alexander Smorkalov
a91de25f10
Build fix after issue #2284 fix.
12 years ago
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
12 years ago
Vadim Pisarevsky
a09c88ab16
added Asus Xtion QVGA modes to the OpenNI backend (patch #1753 )
12 years ago
Vadim Pisarevsky
a310e2f027
fixed the case of scale != 1 in stereo_match.cpp (patch #1936 )
12 years ago
Abhinav Gupta
c0638aa2e0
Update samples/cpp/tutorial_code/features2D/SURF_detector.cpp
...
Changes made for OpenCV 2.4.2 compatibility
12 years ago
Andrey Pavlenko
a8e7f91e34
java samples fix (clear view before drawing frame) of 'dirty' FPS display bug
12 years ago
Vadim Pisarevsky
427ce1247a
some bugfixes & improvements in openfabmap code, docs and samples by Arren Glover
12 years ago
Alexander Mordvintsev
2a96f28bc1
get rid of Lock in gabor_threads.py
12 years ago
Andrey Kamaev
e73089bdb5
Fix windows build warnings
12 years ago
yao
04e946b2a3
make ocl surf sample compile on Linux
12 years ago
yao
c09e2f88df
Add a SURF sample for ocl module
12 years ago
Andrey Kamaev
36f912261b
Move gpu sample to gpu folder
12 years ago
Vladislav Vinogradov
98c92f196e
added Generalized Hough implementation
12 years ago
Andrey Kamaev
e564a53ccd
Add gitignore for Android tests and samples
12 years ago
Vadim Pisarevsky
53fdae93bd
fixed compile error on Windows
12 years ago
AoD314
54a202b3d5
add new version of CommandLineParser. add empty docs
12 years ago
Andrey Kamaev
07d92d9e5a
Fix android build warnings
12 years ago
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
12 years ago
Vadim Pisarevsky
67ff95083d
added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters
12 years ago
kir
44da71daf4
removed duplicated sample (for facedetect)
12 years ago
Andrey Kamaev
f2a486c34b
Fix Android samples for devices having front camera only (Nexus 7)
...
(cherry picked from commit 067744d071
)
12 years ago
Andrey Kamaev
58baf2b455
Fix package name of Android color blob detection sample
...
(cherry picked from commit fc93518449
)
Signed-off-by: Andrey Kamaev <andrey.kamaev@itseez.com>
12 years ago
Andrey Kamaev
11bffb0e7d
Unify manifest files in Android examples
...
(cherry picked from commit bd12f636c8
)
Signed-off-by: Andrey Kamaev <andrey.kamaev@itseez.com>
12 years ago
Andrey Kamaev
ca0609dde3
Fixed java camera release in Android tutorial-0 sample
...
(cherry picked from commit cd59cf3ab5
)
Signed-off-by: Andrey Kamaev <andrey.kamaev@itseez.com>
12 years ago
Andrey Kamaev
067744d071
Fix Android samples for devices having front camera only (Nexus 7)
12 years ago
Andrey Kamaev
fc93518449
Fix package name of Android color blob detection sample
12 years ago
Andrey Kamaev
bd12f636c8
Unify manifest files in Android examples
12 years ago
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)'
12 years ago
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
12 years ago
Yury Zemlyanskiy
c77d099018
"SimpleFlow" optical flow estimation algorithm (GSoC project) declaration in includes, implementation, usage example, test
12 years ago
Yury Zemlyanskiy
7ad4c25452
Small fixes for SimpleFlow algorithm
...
+ Fixed warnings
+ Add new function calcOpticalFlow with smaller number of arguments
+ Add asserts to algorithm and remove 'exit(1)'
12 years ago
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
12 years ago
Andrey Kamaev
cd59cf3ab5
Fixed java camera release in Android tutorial-0 sample
12 years ago
Andrey Kamaev
05630b336b
Updated package version in Android samples
...
(cherry picked from commit 47b9640785
)
Signed-off-by: Andrey Kamaev <andrey.kamaev@itseez.com>
12 years ago
Andrey Kamaev
47b9640785
Updated package version in Android samples
12 years ago
Yury Zemlyanskiy
5ee632fe90
Updates for SimpleFlow algorithm
...
+ New format for flow data - CV_32C2
+ Memory optimization
+ Cross Bilateral Filter optimization
+ Minor optimizations
+ Sample for calcOpticalFlowSF improved
12 years ago
Yury Zemlyanskiy
cc6f1eb824
"SimpleFlow" optical flow estimation algorithm (GSoC project)
...
declaration in includes, implementation, usage example, test
12 years ago
Andrey Kamaev
4aa03d4b2b
Fix/workaround bogus error in Android samples running on Android 4.1.1
12 years ago
Andrey Kamaev
eaf75dbc95
Fix crash on resume in face detection sample
12 years ago