Maksim Shabunin
461e26b60b
doc: tutorial refactor
4 years ago
Daniel Mallia
94d187e269
Add next and previous navigation links to all tutorials
5 years ago
Brian Wignall
f9c514b391
Fix spelling typos
...
backport commit 659ffaddb4
5 years ago
Brian Wignall
659ffaddb4
Fix spelling typos
5 years ago
luz.paz
57ccf14952
FIx misc. source and comment typos
...
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
backporting of commit: 32aba5e64b
5 years ago
luz.paz
32aba5e64b
FIx misc. source and comment typos
...
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
5 years ago
mehlukas
0ecc2b8c17
Merge pull request #14674 from mehlukas:3.4-moveObjdetect
...
Merge two Haar Cascade tutorials (#14674 )
* move haar cascade introduction, add code explanation, mark content as moved
* switch to ref for include to provide correct breadcrumb navigation
6 years ago
catree
afa5b0cc93
Add Java and Python code for cascade classifier and HDR tutorials.
7 years ago
Alexander Alekhin
9ba9358ecb
documentation: avoid links to 'master' branch from 3.4 maintenance branch
7 years ago
Suleyman TURKMEN
50bda8adfe
Update objectDetection.cpp
8 years ago
Peter Entwistle
b3900c5dfe
Fixed broken links in the cascade classifier tutorial
8 years ago
Suleyman TURKMEN
bb6f65c199
Update documentation ( tutorials )
8 years ago
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
8 years ago
Maksim Shabunin
36a04ef8de
Doxygen tutorials: cpp done
10 years ago
Maksim Shabunin
c5536534d8
Doxygen tutorials: warnings cleared
10 years ago
Maksim Shabunin
8375182e34
Doxygen tutorials: basic structure
10 years ago
vbystricky
d58f736935
Split highgui module to videoio and highgui
10 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
berak
50288f1314
rebased commits
11 years ago
berak
926d6876d3
using VideoCapture instead of CvCapture* in cascade tutorial
...
corrected constants, changed objdetection.cpp as well
updated objDetection2.cpp as well
fixed headers in objdetection2.cpp
removed useles RNG
fixed buildbot warnings (wow, i like that bot!)
victim of the war on whitespace
fixing buildbot warnings
fixing last buildbot warning, heya .
trying to rebase/squash commits
11 years ago
Andrey Kamaev
5e048d1fa5
Move C API of opencv_objdetect to separate file
...
Also move cv::linemod to own header
12 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
715fa3303e
Move cv::Mat out of core.hpp
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
Andrey Kamaev
f666bd221f
Merged the trunk r8595:8668 (except iOS and new gpu functionality)
13 years ago
Kirill Kornyakov
58aac7ea98
fixes #2044
13 years ago
Ana Huaman
e228b5c70d
Added sample for object detection with LBP in tutorial_code
13 years ago
Ana Huaman
4c74b28ee3
Sample code simplified for object Detection
13 years ago