gkaneto
96a50d5eb0
Update py_basic_ops.markdown
...
Correcting indentation of border type flags
6 years ago
gkaneto
79db32bcd9
Update py_trackbar.markdown
...
For some mysterious (for me) reason, two lines of the code appears in my browser (Chrome) in the same line.
I've add an "enter" (just pressed enter), but don't know if it's the best solution.
6 years ago
Hamdi Sahloul
64380baa85
Documentation for the new bindings-generator features
6 years ago
luz.paz
2003eb1b9b
Misc. typos
...
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
6 years ago
vishwesh5
018eab7040
Corrected formula
...
Corrected formula for weighted within-class variance
7 years ago
catree
afa5b0cc93
Add Java and Python code for cascade classifier and HDR tutorials.
7 years ago
Kyle D. Patterson
f581992a62
Update py_calibration.markdown
...
Improved readability by correcting grammar and idioms.
Further improved language and readability.
Attempted to fix list bullets.
Again, attempted to fix list bullets.
Removed trailing whitespace on line 8.
7 years ago
Alexander Alekhin
9ba9358ecb
documentation: avoid links to 'master' branch from 3.4 maintenance branch
7 years ago
matech96
e98da758cc
Update py_meanshift.markdown
...
Fix publication date of "Computer Vision Face Tracking for Use in a Perceptual User Interface" from 1988 to 1998.
7 years ago
y0umu
ade29fc6c9
Merge pull request #11260 from y0umu:patch-1
...
Correct a mistake in {js,py}_table_of_contents_histograms.markdown (#11260 )
* Update py_table_of_contents_histograms.markdown
"Learn to find and draw Contours" => "Learn the basics of histograms"
* Update js_table_of_contents_histograms.markdown
Corrected a seemlingly wronged line of copy in the python documention js_table_of_contents_histograms.markdown
"Learn to find and draw Contours" => "Learn the basics of histograms"
7 years ago
Alexander Alekhin
4990506948
cuda: WITH_CUDA=OFF by default (need to enable it explicitly)
7 years ago
Naoto Mizuno
ddf6bc86a7
Update rotated image
7 years ago
Naoto Mizuno
e1b66ffd01
Fix center of rotation
7 years ago
Jonathan Martens
1949412979
Update URL to Timing and Profiling in IPython
...
Apparently the blog has been updated and the URL has changed, it is still there though.
7 years ago
luz.paz
d47b1f3b70
Misc. ./apps ./doc ./platoforms typos
...
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
7 years ago
LaurentBerger
6e5da9dbe3
bad image file
7 years ago
wxzs5
0a4b1b8d68
Use class' method to set attribute value
7 years ago
wxzs5
25c17b107e
Fix functions‘ class attribution error
7 years ago
wxzs5
b19cd93738
Remove redundant return variable
7 years ago
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