Alexander Alekhin
5560db73bf
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
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
Ryan Fox
db0a159229
copyediting on python object detection tutorial
...
clarify some passages, fix grammar errors
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
Bisaloo
ed397cfbea
Fix 404 url in canny edge detection tutorial
7 years ago
Pranit Bauva
d3e3d0996c
doc: fix typo in py_tutorials
7 years ago
Vivek Wisdom
e6ee800fde
Corrected Typo in Additional Resources Section
...
Corrected the Typo 'Hasing' to 'Hashing' in second item in Additional Resources section. Also added Wikipedia link for the LSH.
7 years ago
puqeko
9deb206e74
Add tested codecs for OSX
7 years ago
Bragadeesh
d61f5d160d
A simple spelling change.
7 years ago
Maksim Shabunin
2a33f452b0
Fixed minor doc issue
7 years ago
lewisjb
47c9bb7ba8
Update doc build instructions for doxygen
8 years ago
berak
0f51155e79
py_tutorials: add print() braces for python3
8 years ago
Yuval Langer
4ac5f37d49
Add inline code backticks
8 years ago
berak
2af63c2bf1
fix py_svm_opencv sample
8 years ago
vskarlsruhe
ef033be59d
Update py_setup_in_windows.markdown
...
updated links for python, numpy and matplotlib
8 years ago
Sixela David
75a489b75b
Correcting issue #8431
8 years ago
Kene Udeh
873b2cabb8
Merge pull request #8378 from kudeh:master
...
Fix grammar error in py_features_meaning.markdown (#8378 )
8 years ago
xuning0
8c93b61e2c
Fix the description of ROI
8 years ago
oulenz
28cfb07445
FLANN_INDEX_KDTREE = 0 -> 1
...
0 corresponds to FLANN_INDEX_LINEAR
8 years ago
oulenz
9cb13435a1
FLANN_INDEX_KDTREE = 0 -> 1
...
0 corresponds to FLANN_INDEX_LINEAR
8 years ago
oulenz
29eda007bb
Fix `FLANN_INDEX_KDTREE`, add `FLANN_INDEX_LSH` initialisation
...
Add initialisations to make clear what values actually have to be passed.
Moreover, in accordance with 383559c228/modules/flann/include/opencv2/flann/defines.h (L68)
, I believe `FLANN_INDEX_KDTREE` was being initialised wrongly in the code examples, 1 should be correct, whereas 0 is `FLANN_INDEX_LINEAR`.
8 years ago
cclauss
a347569350
Merge pull request #8150 from cclauss/patch-1
...
cv2.findContours() no longer modifies source image (#8150 )
* cv2.findContours() no longer modifies source image
Since OpenCV 3.2, cv2.findContours() no longer modifies the source image but returns a modified image as the first of three return parameters. ??? Do I have that correct ???
Also fixed up the code blocks to be valid markdown.
* ```python --> @code{.py}
Enables syntax highlighting in docs.
8 years ago
chrizandr
88f5e2f3f7
Corrected typo in py_histogram_begins tutorial
8 years ago
Maksim Shabunin
66cdc10010
Minor documentation fixes:
...
- disabled OPTIMIZE_OUTPUT_JAVA
- filtered out *.m scripts
- removed link to old Sphinx documentation
- replaced all mentions of Sphinx with Doxygen
8 years ago
catree
e357e2c1b7
Fix typos in py_houghlines tutorial. Extract the python code in a specific folder.
8 years ago
StevenPuttemans
5728f796f6
updating python tutorials + providing necessary data
8 years ago
berak
c2513ffb5f
python tutorials: removed remainders of former Algorithm interface
8 years ago
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