berak
|
5f94a205d1
|
fixed h / s ranges in histogram_calculation tutorial
literalinclude
literalinclude, dropped :lines:
|
11 years ago |
Anatoly Baksheev
|
130914d9f4
|
fixed documentation warnings
|
11 years ago |
Ilya Lavrenov
|
6b9ebcbf3d
|
deleted extra semicolons
|
11 years ago |
StevenPuttemans
|
12c25b9310
|
Fixed suggestion of bugfix 3431
Seems correct to me and builds fine
|
11 years ago |
Vladislav Vinogradov
|
fc1d38ced8
|
fixed compilation of gpu-basics-similarity tutorial:
initialize TIMES variable with some default value (10)
|
11 years ago |
Adrien BAK
|
38904c9a11
|
fix exception being thrown when no arguments are passed
|
11 years ago |
Adrien BAK
|
094d7c4926
|
build fix
|
11 years ago |
Adrien BAK
|
dda3b534ad
|
fix indent
|
11 years ago |
Adrien BAK
|
1c025be068
|
fix typos
|
11 years ago |
Adrien BAK
|
514f1fae95
|
improved error handling
|
11 years ago |
Adrien BAK
|
8a2de2ecca
|
modified HoughCircleDemo to introduce variable params via trackbars
Conflicts:
samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp
|
11 years ago |
StevenPuttemans
|
2427c03625
|
Wrong example at the visual studio tutorial. Fixed link, fixed sample
content and renamed to a more sensible name. Also fixed a wrong link in the
actual display_image tutorial.
|
11 years ago |
StevenPuttemans
|
2b106db02f
|
Applied all fixes related to translating C to C++ code
Also fixed some typos and code alignment
Also adapted tutorial CPP samples
Fixed some identation problems
|
11 years ago |
moodoki
|
b8de81749c
|
Slight modification to example code for FLANN matcher with comment on #3344
|
11 years ago |
ilya-lavrenov
|
7a53910495
|
fixed warning on windows
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
11 years ago |
Bahram Dahi
|
230bc03d97
|
Moved Scalar variable 'value' to int main() to work around a GCC -Wshadow warning in operations.hpp
|
11 years ago |
Sergei Nosov
|
982ef83f80
|
Fixes bug #3071.
If we have perfect matches (min_dist == 0.0), then strict comparison
fails. Making it non-strict results in treating perfect matches as
good.
|
12 years ago |
Andrey Kamaev
|
9944282b09
|
Fix build with STLPort from NDK r8d
|
12 years ago |
Andrey Kamaev
|
b131dfeecd
|
Build tutorial codes together with other samples
These codes should be included into regular builds.
|
12 years ago |
alexandre benoit
|
3fb90abb76
|
added retina code tutorial
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
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 |
Abhinav Gupta
|
c0638aa2e0
|
Update samples/cpp/tutorial_code/features2D/SURF_detector.cpp
Changes made for OpenCV 2.4.2 compatibility
|
12 years ago |
Vladislav Vinogradov
|
c5e92c31ba
|
fixed Bug #2252
error in the tutorial Similarity check (PNSR and SSIM) on the GPU
|
12 years ago |
marina.kolpakova
|
51f7a3ca81
|
fixed #2190
|
12 years ago |
Andrey Kamaev
|
f666bd221f
|
Merged the trunk r8595:8668 (except iOS and new gpu functionality)
|
13 years ago |
Andrey Kamaev
|
ab20da0f53
|
Merged the trunk r8547:8574, r8587
|
13 years ago |
Kirill Kornyakov
|
58aac7ea98
|
fixes #2044
|
13 years ago |
Vadim Pisarevsky
|
517fc5e2d2
|
fixed typo in the tutorial code (thanks to Abid Rahman; ticket #2016)
|
13 years ago |
Marina Kolpakova
|
577dabb8bc
|
fixed bug #1571
|
13 years ago |
Alexander Shishkov
|
1494da339d
|
fixed #1507
|
13 years ago |
Ana Huaman
|
d97a71f17d
|
Erasing two images from cpp/tutorial folder
|
13 years ago |
Ana Huaman
|
8c04ae8c30
|
Added one sample in tutorial_code to use Stereo Block matching
|
13 years ago |
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.
|
13 years ago |
Ana Huaman
|
dd836f1bdd
|
Modified sample for object detection with LBP in tutorial_code
|
13 years ago |
Ana Huaman
|
e228b5c70d
|
Added sample for object detection with LBP in tutorial_code
|
13 years ago |
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.
|
13 years ago |
Ana Huaman
|
4c74b28ee3
|
Sample code simplified for object Detection
|
13 years ago |
Bernat Gabor
|
695311d709
|
Added the "Similarity check (PNSR and SSIM) on the GPU" tutorial. Corrected an highgui TOC tree mistake.
|
13 years ago |
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.
|
13 years ago |
Ana Huaman
|
6b88d7a898
|
Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst
|
13 years ago |
Ana Huaman
|
f803fc259b
|
Added tutorial for features2d using homography to find a planar object (Based on the well known find_obj.cpp
|
13 years ago |
Ana Huaman
|
ea971df8bf
|
Added SURF_Homography sample codee
|
13 years ago |
Ana Huaman
|
9fba5e8d8c
|
Added code for SURF using FLANN Matcher and drawMatches options
|
13 years ago |
Ana Huaman
|
04ebef1be2
|
Added two sample code for features 2D - SURF descriptor and detector
|
13 years ago |
Bernat Gabor
|
a0a46b0d70
|
Added a video input tutorial with PSNR and SSIM.
|
13 years ago |
Bernat Gabor
|
a5f38806ab
|
Small modifications to the scan tutorial and added the video-input-psnr-ssim sample file.
|
13 years ago |
Bernat Gabor
|
ed801d3e65
|
Added the "Interoperability with OpenCV 1" tutorial.
|
13 years ago |