Sean McBride
35f1a90df7
Merge pull request #22149 from seanm:sprintf
...
Replaced sprintf with safer snprintf
* Straightforward replacement of sprintf with safer snprintf
* Trickier replacement of sprintf with safer snprintf
Some functions were changed to take another parameter: the size of the buffer, so that they can pass that size on to snprintf.
2 years ago
Suleyman TURKMEN
f73395122c
Update Samples
5 years ago
catree
9fc0cabdf5
Add Java and Python code for trackbar tutorial.
7 years ago
Suleyman TURKMEN
bb6f65c199
Update documentation ( tutorials )
8 years ago
Suleyman TURKMEN
11ca1c95f8
update cpp samples and tutorials
9 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
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.
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
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