Vitaliy Lyudvichenko
ab8de8f506
Adding of user-defined type conversions for python bindings inside module directories
...
Adding of destructor and placement new constructors for classes wrapped with CV_EXPORTS_W_SIMPLE macro
8 years ago
berak
d2a1994d71
python docs: fix missing output image in cv2.drawKeypoint examples
8 years ago
Oskari Vinko
31fb82176d
Corrected tutorial grammar and sentences
8 years ago
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
8 years ago
berak
e233f7d199
py_tutorials: fix cv2.findContours return val
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
Hannes
66549414dd
fixed "tot_error" to "mean_error" & nicer whitespace
9 years ago
Hannes
3b2a194c30
fixed "corners2" to "corners" & nicer whitespace
9 years ago
berak
fa1426f123
fix python ml 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
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
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
Adam
37d300f250
Correction of minor typo.
9 years ago
Valentin Tsatskin
a28a556f60
Fix variable names in python color spaces tutorial
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
Steven Puttemans
be89b0505a
Fix
9 years ago
StevenPuttemans
b09f591dda
fix py_matcher tutorial
9 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
StevenPuttemans
34dacdea32
fixing all RGB instances to BGR where needed
10 years ago
berak
723c317108
changed create function in tutorial
10 years ago
sanuj
1f53b65511
Fix documentation in python binding tutorial
10 years ago
StevenPuttemans
370389c7af
add extra output argument to tutorial
10 years ago
berak
c83044d45a
fix houghlines.py sample and tutorial
...
fix whitespace
10 years ago
Nisarg Thakkar
e6876fecd3
Fixed doc error in optical flow
10 years ago
Nisarg Thakkar
437ef99ba5
Fixed doc error in optical flow
10 years ago
Maksim Shabunin
ad6a80f68c
Moved tutorial table-of-contents files to corresponding root level
10 years ago
Maksim Shabunin
d01bedbc61
Removed Sphinx documentation files
10 years ago
Maksim Shabunin
ecfd056111
Fixed whitespace warnings in new tutorials
10 years ago
fhsm
146d66267f
White space and spelling in meanshift tutorial
...
Removed a leading whitespace from a parenthetical comment and corrected the spelling of "maybe"
10 years ago
Maksim Shabunin
d3beb755df
Doxygen tutorials: support contrib, some minor changes
10 years ago
Maksim Shabunin
812ce48c36
Doxygen tutorials: python final edits
10 years ago
Maksim Shabunin
875f922332
Doxygen tutorials: python basic
10 years ago
burun
c52a3f7634
Update py_colorspaces.rst
...
mask = cv2.inRange(hsv, lower_green, upper_green)
to
mask = cv2.inRange(hsv, lower_blue, upper_blue)
10 years ago
eltermann
b3a60b9c22
Documentation fix on py_tutorials/py_feature2d
10 years ago
eltermann
c87af333b3
Documentation fix on py_tutorials
10 years ago
Maksim Shabunin
88aea1d52f
Stripped iCCP chunk from png files
10 years ago
jeremy
56091bae1f
changing many instances of the same grammar error in documentation
10 years ago
Alexander Shishkov
9dc5c58f62
Update py_setup_in_windows.rst
10 years ago
abidrahmank
7f8e1f480a
Python bindings tutorial
10 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
PhilLab
3ece65ad62
Updates python feature matching tutorial
...
The given ORB parameter was misspelled
11 years ago
Kenaniah Cerny
5005f5e88e
Fixed type gPython -> Python
11 years ago