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 |