Ishank gulati
5312db93b4
added equality
9 years ago
Ishank gulati
fb63cbb74b
path to videocapture-get changed
9 years ago
Alexander Alekhin
323e24e3ef
change links from samples/python2 to samples/python
9 years ago
Maksim Shabunin
84f37d352f
HAL moved back to core
9 years ago
Thomas Dunker
6882c10b45
Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test
9 years ago
Elad Joseph
a87ae5910f
fixed whitespace
9 years ago
Elad Joseph
eaa573f56a
fixed whitespace
9 years ago
Elad Joseph
421c922539
Add HDR tutorial to the python tutorials
...
Add py_hdr tutorial under py_tutorials\py_photo.
This tutorial is similar to the one which is given at the C++ tutorials.
9 years ago
Maksim Shabunin
7392ce0a81
Added some documentation for MSER
9 years ago
berak
781931a671
update python features2d tutorials
9 years ago
StevenPuttemans
913c266b4a
adding missing images from python tutorials, like chessboard.png, simple.jpg, home.jpg, fly.png, ...
9 years ago
Dan Moodie
7376c5311b
Fixed tabs in whitespace.
9 years ago
Dan
23fc5930b7
Improved thrust interop tutorial.
9 years ago
Adam
37d300f250
Correction of minor typo.
9 years ago
Valentin Tsatskin
a28a556f60
Fix variable names in python color spaces tutorial
9 years ago
Lorena García
f034320731
Change in links
...
Explicit link to 2.4 docs
9 years ago
Lorena García
c1392f64a4
ml_svm_tutorials version note added
...
Added note to point out code is for version 3.0 despite compatibility of
tutorial > version 2.0
9 years ago
Vipul Sharma
072b1469e7
fixed the URL under Additional Resources
...
The URL http://www.nptel.iitm.ac.in/courses/106108057/26 under Additional Resource section gives a 404. I've added the updated one i.e. http://www.nptel.ac.in/courses/106108057/26
9 years ago
Andrey Pavlenko
58e5aca631
Android camera + OpenCL tutorial (for existing code at samples/android/tutorial-4-opencl)
9 years ago
Steven Puttemans
be89b0505a
Fix
9 years ago
Maksim Shabunin
612822367d
Added auto-generated root page for all contrib tutorials
9 years ago
StevenPuttemans
b09f591dda
fix py_matcher tutorial
9 years ago
Maksim Shabunin
bd4c685553
Documentation: adding Google Custom search block to each header
9 years ago
jayceelock
0f59bbbee6
Fixed gen_pattern.py file permission back to 755
10 years ago
jayceelock
a345d16cc1
Changed to allow for ISO page size selection, checkerboard pattern now centres itself properly in middle of the page
10 years ago
Maksim Shabunin
caffbaafbe
Updated Manager for Android
10 years ago
Maksim Shabunin
55d1f0b7d6
Transition guide: removed one of the version check methods
10 years ago
Maksim Shabunin
44d1738d47
Transition guide: how to check library version
10 years ago
Maksim Shabunin
6d1cbc6458
Reorganized user guide
10 years ago
Maksim Shabunin
3f91b0d340
Fixed external link in python colorspace tutorial
10 years ago
Maksim Shabunin
c8cb03fd8f
Replaced 'corrected' to 'distorted' in camera calibration tutorials
10 years ago
berak
3fe69f4e67
small fixes for features2d tutorials
10 years ago
cbalint13
fb56d5c482
Squash all BRISK commits into one.
10 years ago
StevenPuttemans
f4eebc46b2
Fixing all wrong uses of RGB channels instead of the OpenCV BGR standard
10 years ago
StevenPuttemans
34dacdea32
fixing all RGB instances to BGR where needed
10 years ago
Roman Donchenko
007a3ef8b6
Remove insertIframe.js
...
It hasn't been used since f82c04f
. Also, the line adding the script had
an unneeded pathto call, so the script was being loaded from the wrong path
anyway.
10 years ago
Belev
83eb1d3608
Fix typo
...
Fixed difference in the given arguments to the ellipse function and the description after that
Fixed two more typos
Replaced unnecessary the with to
Conflicts:
doc/tutorials/core/adding_images/adding_images.markdown
doc/tutorials/core/basic_geometric_drawing/basic_geometric_drawing.markdown
doc/tutorials/core/random_generator_and_text/random_generator_and_text.markdown
modules/imgproc/include/opencv2/imgproc.hpp
10 years ago
Philipp Hasper
dadf53f17c
Doxygen: replaced @includelineno by @include to enable copy-pasting
10 years ago
Belev
2200e0fb7e
Fix typo
...
Fixed difference in the given arguments to the ellipse function and the description after that
Fixed two more typos
Replaced unnecessary the with to
10 years ago
Samed Ozdemir
5e44aa37ff
Fixed a typo, "requited" -> "required"
10 years ago
Milania1
b94c513cee
fixed error in hough lines tutorial (the point (9,4) is not on the lines, but the point (4,9) is)
...
Conflicts:
doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.rst
10 years ago
Philipp Hasper
0b20ce696a
Fixed markdown: **Note** -> @note
10 years ago
S. Garrido
a855d230ec
completing and fixing gen_pattern.py for 2.4 branch
10 years ago
Maksim Shabunin
b80142be69
Fix an issue in cmake tutorial
10 years ago
berak
723c317108
changed create function in tutorial
10 years ago
S. Garrido
2f95acf273
completing and fixing gen_pattern.py
10 years ago
cbalint13
26997f32c6
Fix BRISK detector&descriptor using proper AGAST.
10 years ago
StevenPuttemans
e30139edc3
add the possibility to add traincascade accuracy
10 years ago
StevenPuttemans
7e35f76d06
allowing people to manually define how sharp a cascade classifier model should be trained
10 years ago
Pavel Rojtberg
7c5084e385
- update documentation
...
* correct the part about fixed aspect
* improve formatting
* add snippet markers to source
* replace inline code by @snippet
- do not run calibration twice when using a imageList
- make output consistent in itself (CamelCase vs no_camel_case) as well as with old camera calibrate sample
- respect write extrinsic/ points flags
- set the aspectRatio value when specified
- fix writing of calibration settings. also update grammar.
- fix intendation and remove some size_t -> int casts by using size_t
10 years ago