Tomoaki Teshima
bae8b2a9b0
doc: fix typo and grammar
8 years ago
Oskari Vinko
31fb82176d
Corrected tutorial grammar and sentences
8 years ago
Tomoaki Teshima
531b8e2320
add note of minimum requirement of CUDA
8 years ago
catree
5ee61219c8
Add bib reference for overall hitrate and max false alarm rate formulas in train cascade tutorial.
...
Remove useless backslash.
8 years ago
Arthur Cinader
bd7c21d83e
Fix explanation to refelect how matching currently works.
8 years ago
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
8 years ago
Arthur Cinader
0ed250cb5d
Implement PR feedback:
...
1. Explain grayscale input still read as three channel
2. Fix typo
3. Add more details to image match explanation to include the use of masks
8 years ago
berak
e233f7d199
py_tutorials: fix cv2.findContours return val
8 years ago
Arthur Cinader
a6ade2b914
Add the mask to the template matching demo documentation.
8 years ago
Ankit Yadav
c62eda023d
Fix typo
9 years ago
Susmit
d913463932
Terrible bugs in the tutorial code in py_pose.markdown
...
There were two bugs that were solved here.Changes were done after extreme testing.
1.replaced cv2.solvePnPRansac() with cv2.solvePnP() previous fc was giving terrible errors.
2.The code was incapable of saving edited pics;Now fixed with little code mods.
9 years ago
Susmit
98dce911ca
Update py_calibration.markdown
...
In the camera calibration code { cv2.cornerSubPix() } will be of no use.In the updated code it is assigned to the (corners2) variable
which is passed down to { cv2.drawChessboardCorners() }
9 years ago
debjan
7f52a553d4
Update gen_pattern.py
...
Save method should save, instead trying to run inkview
9 years ago
Hannes
66549414dd
fixed "tot_error" to "mean_error" & nicer whitespace
9 years ago
Hannes
3b2a194c30
fixed "corners2" to "corners" & nicer whitespace
9 years ago
Vladislav Sovrasov
5a0c04409b
Add interactive calibration app
9 years ago
rishirajsurti
4a9170ba42
Thresholding Tutorial using inRange function on a video
9 years ago
Maksim Shabunin
5877debb6f
HAL resize, warpAffine, warpPerspective interface
...
- added HAL documentation support
- added documentation to HAL replacement interface
- updated several HAL functions in imgproc module
9 years ago
berak
0b389b24f6
fix changed libraries in eclipse tutorial
9 years ago
berak
e0c65499fd
remove opencv_contrib dependancy from planar_tracking.cpp
9 years ago
renu285
45f9d32866
Removed older libraries pointing to 2.4 in eclipse tutorial docs
9 years ago
berak
fa1426f123
fix python ml tutorials
9 years ago
shruthikashyap
d64b35f11d
Fix for issue 6146 and some grammar corrections
9 years ago
shruthikashyap
23ba94140e
Fix for issue 6146
9 years ago
Maksim Shabunin
6c0c0466c6
Tutorials: moved Megamind.avi files to samples/data folder
9 years ago
Maksim Shabunin
359acc0d33
Tutorials: moved imgcodecs and videoio tutorials to separate pages
9 years ago
Marina Noskova
617dd5db5b
Fixed doc/opencv.bib
9 years ago
joao.faro
a2f0963d66
SVMSGD class added
9 years ago
Ishank gulati
5312db93b4
added equality
9 years ago
Ishank gulati
24da1ba3dc
added videoio docs and tutorials
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