catree
|
9fc0cabdf5
|
Add Java and Python code for trackbar tutorial.
|
7 years ago |
berak
|
182b52d23d
|
fix some samples colliding with std::beta
also add comments explaining the change
|
7 years ago |
Suleyman TURKMEN
|
89480801b8
|
some improvements on tutorials
|
7 years ago |
Suleyman TURKMEN
|
bb6f65c199
|
Update documentation ( tutorials )
|
8 years ago |
Suleyman TURKMEN
|
11ca1c95f8
|
update cpp samples and tutorials
|
9 years ago |
Maksim Shabunin
|
359acc0d33
|
Tutorials: moved imgcodecs and videoio tutorials to separate pages
|
9 years ago |
Ishank gulati
|
24da1ba3dc
|
added videoio docs and tutorials
|
9 years ago |
Marvin Smith
|
91fbe00caa
|
Updated gdal tutorial to include comments.
|
10 years ago |
Dmitriy Anisimov
|
ec03d6e6fc
|
removed cpp/tutorial_code/images/
|
10 years ago |
Adil Ibragimov
|
8a4a1bb018
|
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
|
10 years ago |
vbystricky
|
d58f736935
|
Split highgui module to videoio and highgui
|
10 years ago |
Marvin Smith
|
67e23ed972
|
Fixing double to uchar conversion warning.
|
11 years ago |
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
11 years ago |
Marvin Smith
|
561703ca27
|
Fixed the compiler warnings for the demo program.
|
11 years ago |
Marvin Smith
|
14548227ca
|
Adding support for GDAL raster images.
|
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 |
hbristow
|
2059972bf7
|
Preparing to rebase
|
12 years ago |
Andrey Kamaev
|
0738ea7d0f
|
Make highgui.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
b131dfeecd
|
Build tutorial codes together with other samples
These codes should be included into regular builds.
|
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 |
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 |
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 |
Ana Huaman
|
2819438fe6
|
Reorganized code and added Morphology 2 cpp code
|
14 years ago |