Jesus Noland
72c715ff4f
Add is after it to fix grammar mistake
2 years ago
Zwyx
b34fc422a2
Switch `rows` and `cols` in call to Mat.zeros
...
The correct order is rows then cols:
https://docs.opencv.org/4.x/d3/d63/classcv_1_1Mat.html#a56daa006391a670e9cb0cd08e3168c99
2 years ago
Sajjad Ali
26ca124150
fix "ImportError: DLL load failed while importing cv2" while installing using pre-built binaries
2 years ago
Alexander Smorkalov
5c5ef9746c
Presume original book, update references.
2 years ago
Raj Kachhadiya
42793e16dd
Update py_intro.markdown
2 years ago
Zero-nnkn
8483f2ef2f
Fix error of `POSE_PAIRS` in pose estimation doc
2 years ago
Abduragim
69fd82fc46
minor grammatical fixes to dnn_custom_layers.md
2 years ago
Ihsan Soydemir
6a7d54f550
Merge pull request #23128 from Isydmr:update-fastNlMeansDenoising-documentation
...
Fix broken paper link for fastNlMeansDenoising
* Fix broken link
* Move citation to `opencv.bib`
* Cite researchgate reference
* Correct citation label
* Use semantic scholar BibTex
2 years ago
Christoph Rackwitz
a64b51dd94
Merge pull request #23108 from crackwitz:issue-23107
...
Usage of imread(): magic number 0, unchecked result
* docs: rewrite 0/1 to IMREAD_GRAYSCALE/IMREAD_COLOR in imread()
* samples, apps: rewrite 0/1 to IMREAD_GRAYSCALE/IMREAD_COLOR in imread()
* tests: rewrite 0/1 to IMREAD_GRAYSCALE/IMREAD_COLOR in imread()
* doc/py_tutorials: check imread() result
2 years ago
Alexander Alekhin
a494c75bfe
pre: OpenCV 3.4.19 (version++)
2 years ago
ClayXrex
71a1150c95
fix: typo
2 years ago
Zhuo Zhang
c63a6c472d
fix typo: Gausssian to Gaussian
2 years ago
catree
c7d24c0fb3
Fix AKAZE bib reference using dblp.org and bmva.org sources.
2 years ago
catree
ab5279f4ad
Add an image to illustrate camera poses interpolation for the small homography exercise.
2 years ago
Markus Heck
619e038de9
move tutorial to imgproc and example to ImgTrans
2 years ago
Markus Heck
5408949951
fix typo and simplify example (grayscale template)
2 years ago
Markus Heck
e2a9cff3dc
Include code snippets with doxygen notation and small fix in table_of_content_objdetect.markdown
2 years ago
Markus Heck
c3b83b8354
Tutorial for Generalized Hough Ballard and Guil Transform
2 years ago
Kian Eliasi
99683e958a
Fix the example in py_calib3d/py_calibration
2 years ago
catree
f1328c7395
Add a small exercise to show the warping of the homography transformations step-by-step.
2 years ago
catree
a04f9e7a59
Add more references. Update missing references with webarchive. Use mathbf for matrices. Check that the determinant of the rotation matrix is not negative (reflection), and correct it if it is the case.
2 years ago
Kôtaro Mukai
ed9524e125
Missing import
2 years ago
Victor
1230075011
Merge pull request #22045 from victor1234:calib3d-fisheye-model-reference
...
* Add fisheye camera model summary description with reference
* Fix layout
* Move reference to bibtex
3 years ago
Alexander Alekhin
400906b433
pre: OpenCV 3.4.18 (version++)
3 years ago
Phil Ruffwind
d1ccb7e47f
Update js_usage.markdown to use onRuntimeInitialized
...
The Emscripten library is not guaranteed to be fully loaded during the
script element's onload event. Module.onRuntimeInitialized seems to be
more reliable.
3 years ago
Julian Szigethy
64e1d23cba
Fix: Python and Java switched in Explanation
3 years ago
Yulv-git
1cdd8510fd
Fix some typos in doc.
3 years ago
ABHINAV JHA
d086ee14dd
Fix: Grammatical mistake
3 years ago
catree
032a61b197
Summarize PnP pose computation on a single separate page.
3 years ago
Alexander Alekhin
b1a57c4cb2
fix 3.4 links
3 years ago
Stefano Allegretti
91817bffe1
Merge pull request #21275 from stal12:CCL_improvements
...
Improve CCL with new algorithms and tests
* Improve CCL with new algorithms and tests
* Split CCL test into dedicated tests cases
3 years ago
Alexander Alekhin
60c093f086
pre: OpenCV 3.4.17 (version++)
3 years ago
Zhuo Zhang
3cc83ce024
docs: correct normalize factor in gaussian pyramid tutorial
3 years ago
Jonathan Dönszelmann
d1b923bee9
Update name from Gunner to Gunnar as that's the name he published his
...
paper under.
3 years ago
UncleLLD
5aef565fb6
Merge pull request #21188 from UncleLLD:fix-markdown-error
...
fix issue 21187: markdown file: gray image does not have three dimensions
3 years ago
Christian Clauss
ebe4ca6b60
Fix typos discovered by codespell
3 years ago
icestraw
e4a87f2f4f
fix type error of slice indices
3 years ago
Alexander Alekhin
ebef84e9ea
pre: OpenCV 3.4.16 (version++)
3 years ago
Dmitriy Fishman
b25ad12f1a
Update video_input_psnr_ssim.markdown
3 years ago
Zhuo Zhang
36cc43170d
docs: fix image path for py_fast doc
3 years ago
AleksandrPanov
65134c793b
add links in python and js contours tutorial
3 years ago
AleksandrPanov
2d8ce500fa
add note about using version 3.4 to traincascade documentation
3 years ago
Mahendra Kumar
b468468e7e
Closing brackets missing
...
In line 94, closing brackets are added which were missing .
3 years ago
Scott Noyes
a76274b549
minor grammar edits
3 years ago
Shreyas Taware
803ff8ebb9
Update py_canny.markdown
...
Fixed a word that was previously written as third argument but it is instead the fourth argument of cv.Canny() function
3 years ago
Alexander Alekhin
43940f7ffc
pre: OpenCV 3.4.15 (version++)
3 years ago
hyrodium
81567a9d3e
fix latex script in the docs
4 years ago
catree
c621384707
Use correct BibTeX syntax for month field.
4 years ago
micha137
7021ea6748
Fix link
4 years ago
Alexander Alekhin
8868350888
doxygen: fix quotes in add_toggle macro
4 years ago