Alexander Alekhin
d5f152494b
fix file names
7 years ago
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
Haritha
be4fa03fac
crop parameter usage in blobFromImage() calls
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
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
Alexander Alekhin
69e5ac6f02
doc: fix youtube videos handling
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
Jacob MacRitchie
8f05af8d05
Fixed my additions. For real this time. I think.
...
Oops. Hopefully it works this time.
7 years ago
Raymond Kirk
4059f8b3a3
Fix 'directory does not exist' in windows tutorial
7 years ago
tribta
45afd29b72
Tutorial Mask Operations on Matrices
7 years ago
tribta
954e2f9b9c
Tutorial Discrete Fourier Transform
7 years ago
tribta
13317bdfda
Tutorial Basic Geometric Drawing
7 years ago
tribta
c4c1e94088
Tutorial Adding Images
7 years ago
Dmitry Kurtaev
72001dc13c
Android sample for DNN module
7 years ago
LaurentBerger
82ad0749af
add pushd popd
7 years ago
LaurentBerger
3e9a659f4c
Another way to build opencv
...
update
add anchor
7 years ago
Dmitry Kurtaev
5c43a394c5
Added performance test for Caffe framework
7 years ago
Alexander Alekhin
d195f2775a
cmake: change Pylint integration
7 years ago
tribta
b7fa6d84bc
Using Pylint Tool to Test the python tutorial codes
...
* Adding CMake script to check if pylint is installed
* Adding Pylint config file (to choose the tests that are enabled)
* Adding CMake script to samples/python/tutorial_code
Testing: bad-indentation, mixed-indentation, unnecessary-semicolon, unused-variable
7 years ago
Steven Puttemans
9e5c9dad55
fix_9121
7 years ago
Steven Puttemans
bdcb81e81e
fix issue 9359
7 years ago
Maksim Shabunin
886b1f39d9
Moved dnn module documentation and tutorials links higher in the lists
7 years ago
LaurentBerger
69fd57bc96
update tutorial link for dnn
7 years ago
Vladislav Sovrasov
e5fbb4f5d2
Merge pull request #9034 from sovrasov:mats_from_initializer_list
...
Add constructors taking initializer_list for some of OpenCV data types (#9034 )
* Add a constructor taking initializer_list for Matx
* Add a constructor taking initializer list for Mat and Mat_
* Add one more method to initialize Mat to the corresponding tutorial
* Add a note how to initialize Matx
* CV_CXX_11->CV_CXX11
7 years ago
Guilherme William Guedes
d098048aba
Fix typo: 'right direction' to 'y direction'.
...
Fix typo: 'right direction' to 'y direction' in harris corner detector tutorial.
7 years ago
Frank de Brabander
36b00e69ab
how_to_scan_images.markdown: fix grammer mistakes
...
Improve the readability of the tutorial.
7 years ago
Vladislav Sovrasov
3c748ccf10
core: add an ability to use cxx11 lambda as a parallel_for_ body
7 years ago
lewisjb
47c9bb7ba8
Update doc build instructions for doxygen
8 years ago
Drew Hintz
f6b6fbf136
change tutorial to use enum name instead of value ( #8783 )
...
* change tutorial to use enum name instead of value
* use enum name instead of value
8 years ago
vskarlsruhe
0bc30d382d
Merge pull request #8752 from vskarlsruhe:patch-7
...
Update windows_install.markdown (#8752 )
8 years ago
Drew Hintz
aea846ad96
Update broken downloads link in documentation ( #8764 )
...
* Update broken downloads link
* Update broken downloads link
* Update broken downloads link
8 years ago
Cartucho
2055bcc807
Extending template_matching tutorial with Java ( #8043 )
...
* Extending template_matching tutorial with Java
* adding mask to java version of the tutorial
* adding the python toggle and code
* updating table of content
* adding py and java to table of content
* adding mask to python
* going back to markdown with duplicated text
* non duplicated text
8 years ago