Suleyman TURKMEN
|
bb6f65c199
|
Update documentation ( tutorials )
|
9 years ago |
Suleyman TURKMEN
|
11ca1c95f8
|
update cpp samples and tutorials
|
9 years ago |
Dmitriy Anisimov
|
ec03d6e6fc
|
removed cpp/tutorial_code/images/
|
11 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
|
11 years ago |
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
11 years ago |
hbristow
|
2059972bf7
|
Preparing to rebase
|
12 years ago |
Andrey Kamaev
|
b131dfeecd
|
Build tutorial codes together with other samples
These codes should be included into regular builds.
|
13 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Ana Huaman
|
2819438fe6
|
Reorganized code and added Morphology 2 cpp code
|
14 years ago |
Ana Huaman
|
3ca31dcdb6
|
New basic filter sample added
|
14 years ago |
Ana Huaman
|
98e13cec87
|
Added sample code for tutorial - cpp
|
14 years ago |