StevenPuttemans
|
6d34d6b47e
|
update samples: waitKey() usage
Original commit is a5f19f7dd6
|
8 years ago |
Suleyman TURKMEN
|
bb6f65c199
|
Update documentation ( tutorials )
|
8 years ago |
Suleyman TURKMEN
|
11ca1c95f8
|
update cpp samples and tutorials
|
9 years ago |
tt
|
4ea2eceb70
|
Image Segmentation .cpp tutorial
Distance Transform tutorial fixes
Distance Transform fixes v.2
Distance Transform fixes v.3
Distance Transform fixes v.4
|
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 |
Adrien BAK
|
38904c9a11
|
fix exception being thrown when no arguments are passed
|
11 years ago |
Adrien BAK
|
094d7c4926
|
build fix
|
11 years ago |
Adrien BAK
|
dda3b534ad
|
fix indent
|
11 years ago |
Adrien BAK
|
1c025be068
|
fix typos
|
11 years ago |
Adrien BAK
|
514f1fae95
|
improved error handling
|
11 years ago |
Adrien BAK
|
8a2de2ecca
|
modified HoughCircleDemo to introduce variable params via trackbars
Conflicts:
samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp
|
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 |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
11 years ago |
Bahram Dahi
|
230bc03d97
|
Moved Scalar variable 'value' to int main() to work around a GCC -Wshadow warning in operations.hpp
|
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
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
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
|
0a14f76731
|
Added 02 cpp sample files for tutorials: remap and Geometric Transformations (warpAffine and Rotation2D)
|
14 years ago |
Ana Huaman
|
8f01f2cc9f
|
Added 02 tutorials for Hough Lines and Circle detection in tutorial_code -- based on code existent
|
14 years ago |
Ana Huaman
|
832262e376
|
Added Laplace and Canny reST tutorials and corrected a small bug in Canny sample code
|
14 years ago |
Ana Huaman
|
3a0d3ebdde
|
Added Laplace, Canny and Sobel samples in tutorial cpp code
|
14 years ago |
Ana Huaman
|
65575cef7e
|
Added two new sample files for copyMakeBorder and filter2D
|
14 years ago |