catree
b417fb0939
Add tutorial and codes for the homography tutorial.
7 years ago
Alexander Alekhin
5560db73bf
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
Alexander Alekhin
768f4cb7bc
python: 'sub-module' for binding sources and documentation meta information
7 years ago
Alexander Alekhin
b15bc194ef
doc: finalize Python signatures injection
7 years ago
Haritha
be4fa03fac
crop parameter usage in blobFromImage() calls
7 years ago
tribta
164a77e7ad
add methods
7 years ago
tribta
6174f62710
Sample for functions
7 years ago
Alexander Alekhin
d715badbde
doc: update Python signatures generation
...
- drop dependency on 'import cv2', use pyopencv_signatures.json instead
- try to make generator idempotent
7 years ago
tribta
912de363f4
Using __doc__ to add Python signatures to the docs.
7 years ago
Dmitry Kurtaev
f503515082
JavaScript bindings for dnn module
7 years ago
alessandro faria
df5ec54fb8
Repair: incorrect display of class name
7 years ago
Akhilesh Kumar
fcdd833059
Merge pull request #10056 from akhilesh-k:master
...
Added Python setup docs for Ubuntu Machines (#10056 )
7 years ago
Shinya Ishikawa
2fc1edfc96
Fix sample code in js_tutorials
7 years ago
Shinya Ishikawa
afa633b7bc
Fix typo in js_tutorials
7 years ago
KUANG Fangjun
67acfc6e25
improve doc.
7 years ago
Pushkal Katara
5feb1c94a7
Documentation Update
...
Resolves - https://github.com/opencv/opencv/issues/9928
7 years ago
Vadim Pisarevsky
eb9fcf4f08
Update windows_visual_studio_Opencv.markdown
7 years ago
Ryan Fox
db0a159229
copyediting on python object detection tutorial
...
clarify some passages, fix grammar errors
7 years ago
Maksim Shabunin
b1fe298764
Removed cmake submodules and contrib_world references
7 years ago
Alexander Alekhin
ccea108806
doc: filter out OpenCL auto-generated runtime headers
7 years ago
Mattia Rizzolo
97b8a089c7
doc: Make MATHJAX_RELPATH configurable through cmake
...
Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
7 years ago
Alexander Alekhin
69e5ac6f02
doc: fix youtube videos handling
7 years ago
Ryan Fox
3da9598add
fix and clarify several grammar issues
7 years ago
Ryan Fox
0246cffc34
Fix up grammatical errors in python tutorial
7 years ago
Ryan Fox
a96c5b5d90
fix some grammatical errors
7 years ago
Alexander Alekhin
bd6fb497bc
OpenCV version++
...
OpenCV 3.3.1
7 years ago
LaurentBerger
752f232335
It's done
7 years ago
LaurentBerger
0a19b07055
Use @snippet
7 years ago
LaurentBerger
421c5dee12
3D histogram
7 years ago
tribta
9a2317e063
Tutorial Hough Lines
7 years ago
tribta
d99ced6ec8
Tutorial Hough Circles
7 years ago
tribta
9ff33dacfc
Tutorial Make Border
7 years ago
tribta
a6f5e1f0ca
Tutorial Filter2D
7 years ago
tribta
08515281b9
Tutorial Image Pyramids
7 years ago
tribta
f7d85bfed8
Tutorial Sobel Derivatives
7 years ago
tribta
3250f11f0c
Tutorial Laplace Operator
7 years ago
tribta
d068e27420
Tutorial Morph Lines Detection
7 years ago
tribta
18bc4db75c
Tutorial Hit-or-Miss
7 years ago
tribta
bc18fb481f
Tutorial Smoothing Images
7 years ago
Sebastian Höffner
440e8d4efa
Configuring Doxygen to generate a tag file.
...
Additionally adds a tutorial on how to use the tag file in other
projects to link back to the OpenCV documentation.
The tutorial is also the only place which links to the tag file as of
now.
For more information on tag files and external documentation, check
https://www.stack.nl/~dimitri/doxygen/manual/external.html
7 years ago
Bisaloo
ed397cfbea
Fix 404 url in canny edge detection tutorial
7 years ago
Jasper Shemilt
0136711cf4
Adds fitEllipseAMS to imgproc: The Approximate Mean Square (AMS) proposed by Taubin 1991.
...
Adds fitEllipseDirect to imgproc: The Direct least square (Direct) method by Fitzgibbon1999.
New Tests are included for the methods.
fitEllipseAMS Tests
fitEllipseDirect Tests
Comparative examples are added to fitEllipse.cpp in Samples.
7 years ago
Pranit Bauva
d3e3d0996c
doc: fix typo in py_tutorials
7 years ago
Ningxin Hu
06d22af2bf
Use horizontal input/output images layout in OpenCV.js tutorials
7 years ago
Alexander Alekhin
9efb24943e
doc: fix documentation generation with JavaScript bindings
7 years ago
Ningxin Hu
2fd0229493
Check files uploaded by user
7 years ago
Ningxin Hu
18c1e32047
Fix image uploading failure for OpenCV.js tutorials
7 years ago
Ningxin Hu
315dac4878
Only accept images to upload for OpenCV.js tutorials
7 years ago
Ningxin Hu
ea2c13c91e
Improve cascade file loading and error handling for js tutorials
7 years ago
Ningxin Hu
f57106b00a
Add haar cascade files as js_assets
7 years ago