catree
4c1c3147d9
Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection.
7 years ago
Alexander Alekhin
7f9253ea0a
samples: avoid using of legacy C-like API
...
- CV_RGB() macro is moved into opencv2/imgproc.hpp from imgproc_c.h
- samples/cpp/filestorage_base64.cpp is dropped
7 years ago
Suleyman TURKMEN
1654dfe3a9
Update samples ( #10333 )
...
* Update samples
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
7 years ago
Cartucho
2055bcc807
Extending template_matching tutorial with Java ( #8043 )
...
* Extending template_matching tutorial with Java
* adding mask to java version of the tutorial
* adding the python toggle and code
* updating table of content
* adding py and java to table of content
* adding mask to python
* going back to markdown with duplicated text
* non duplicated text
8 years ago
Arthur Cinader
0ed250cb5d
Implement PR feedback:
...
1. Explain grayscale input still read as three channel
2. Fix typo
3. Add more details to image match explanation to include the use of masks
8 years ago
Arthur Cinader
2b08f29543
Allow for an optional mask for MatchTemplate_Demo
9 years ago
Suleyman TURKMEN
11ca1c95f8
update cpp samples and tutorials
9 years ago
侯骥
66fc6126d2
Update MatchTemplate_Demo.cpp
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
4286f60387
Extract imgcodecs module from highgui
11 years ago
侯骥
055adc2302
Update MatchTemplate_Demo.cpp
11 years ago
berak
5f94a205d1
fixed h / s ranges in histogram_calculation tutorial
...
literalinclude
literalinclude, dropped :lines:
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
Andrey Kamaev
0738ea7d0f
Make highgui.hpp independent from C API
12 years ago
Andrey Kamaev
288a0634c2
Make imgproc.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
Andrey Kamaev
ab20da0f53
Merged the trunk r8547:8574, r8587
13 years ago
Vadim Pisarevsky
517fc5e2d2
fixed typo in the tutorial code (thanks to Abid Rahman; ticket #2016 )
13 years ago
Alexander Shishkov
1494da339d
fixed #1507
13 years ago
Ana Huaman
9c8aafba27
Fixed small inconsistency in sample code calcBackProject_Demo2.cpp
14 years ago
Ana Huaman
20dd7b70c0
Added tutorial for BackProject in cpp (demo 2) - tutorial code
14 years ago
Ana Huaman
4f7a8f6fb0
Added calcBackProject_Demo1.cpp for tutorial sample code
14 years ago
Ana Huaman
cc2bfdec30
Added compareHist_demo.cpp code
14 years ago
Ana Huaman
4ae5de7f1e
Added MatchTemplate_Demo.cpp to tutorial sample code
14 years ago
Ana Huaman
6d549490fb
Added calcHist_Demo.cpp tutorial code
14 years ago
Ana Huaman
08724393f4
Added tutorial sample code: EqualizeHist_Demo.cpp
14 years ago