Andrey Kamaev
36f912261b
Move gpu sample to gpu folder
12 years ago
Vladislav Vinogradov
98c92f196e
added Generalized Hough implementation
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
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
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
f2a02feffa
Fix Windows build issues
...
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
12 years ago
Alexey Spizhevoy
7992203598
Fixed CMakeLists.txt
12 years ago
Alexey Spizhevoy
27eb5d07cf
Added getScale/setScale for image warpers (stitching module)
12 years ago
Vladislav Vinogradov
42c1d4f4b1
new optimized version of BackgroundSubtractorGMG
13 years ago
Vladislav Vinogradov
c5e92c31ba
fixed Bug #2252
...
error in the tutorial Similarity check (PNSR and SSIM) on the GPU
13 years ago
alexey.spizhevoy
a39bce204d
implemented DP-based seam estimation method
13 years ago
marina.kolpakova
51f7a3ca81
fixed #2190
13 years ago
Maria Dimashova
b3f68d29e7
fixed bow sample
13 years ago
Vadim Pisarevsky
e4b58ebff5
added GMG background segmentation algorithm by Andrew Godbehere, ticket #2065
13 years ago
Leonid Beynenson
00b02f9f6d
Small addition change in the FileStorage sample.
13 years ago
Leonid Beynenson
7fc18fe146
Added to the sample, demonstrating FileStorage, how to read/write data from/to std::string.
13 years ago
Andrey Kamaev
a323da6fd5
Fixed some warnings and install problems on linux
13 years ago
Andrey Kamaev
ecf6b5a87c
Making all dependencies from highgui module optional
13 years ago
Alexander Smorkalov
80febef237
revision 8721 vas merged to head. Detection based tracker interface changed. cpp and android samples updated.
13 years ago
Andrey Kamaev
ec3a7665b0
Fixed FREAK on Android
13 years ago
Andrey Kamaev
bd901eb52d
Reverted r8721 and r8725 (issue #2080 )
13 years ago
Vadim Pisarevsky
74707ec7ae
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
13 years ago
Alexander Smorkalov
a3be73b5cc
revisions 8681 and 8688 restored. Warning fixed.
...
Warning: changes beak binary compatibility
13 years ago
Andrey Kamaev
d48d7b2b46
Updated warning options for GCC; fixed new warnings.
13 years ago
Andrey Kamaev
e8d158a5c8
Reverted changes breaking Android build
13 years ago
Maria Dimashova
39f865faf9
set sample param to its default value in function
13 years ago
Alexander Smorkalov
1736cc9739
Code style fix. dbt face detection example turned off for Windows.
13 years ago
Alexander Smorkalov
7c160cdc30
Detection based tracker was refactored. Detector interface added.
13 years ago
Kirill Kornyakov
58aac7ea98
fixes #2044
13 years ago
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.
13 years ago
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
13 years ago
Philipp Wagner
b3c61ee0fe
Minor grammatical correction in comments.
13 years ago
Philipp Wagner
cd7d93f362
Exceptions now go into CV_Error. Added thresholding to the FaceRecognizer and updated the demo accordingly.
13 years ago
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.
13 years ago
Vadim Pisarevsky
1e14d84008
possibly fixed crash boost caused by the recent modification; slightly improved mlp params in letter_recog sample
13 years ago
Andrey Kamaev
2f40905548
Fixed Android build
13 years ago
Andrey Kamaev
f62028dc16
Fixed mingw build.
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Vadim Pisarevsky
517fc5e2d2
fixed typo in the tutorial code (thanks to Abid Rahman; ticket #2016 )
13 years ago
Maria Dimashova
608855a322
include nonfree for a couple of f2d samples
13 years ago
Vadim Pisarevsky
e794622776
propagated 2 fixed from 2.4 to trunk
13 years ago