Alexander Smorkalov
805946baaf
pre: OpenCV 3.4.20 (version++)
2023-06-20 14:10:08 +03:00
Jesus Noland
72c715ff4f
Add is after it to fix grammar mistake
2023-04-06 12:42:15 -07:00
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
2023-04-02 23:00:21 +08:00
Sajjad Ali
26ca124150
fix "ImportError: DLL load failed while importing cv2" while installing using pre-built binaries
2023-04-02 10:22:04 +03:00
Alexander Smorkalov
a924bbfc30
Merge pull request #23386 from asmorkalov:issue23147
...
Python tutorial links update
2023-03-21 17:34:39 +03:00
Alexander Smorkalov
5c5ef9746c
Presume original book, update references.
2023-03-21 15:32:21 +03:00
Raj Kachhadiya
42793e16dd
Update py_intro.markdown
2023-03-21 15:27:14 +03:00
Zero-nnkn
8483f2ef2f
Fix error of POSE_PAIRS
in pose estimation doc
2023-03-21 14:37:45 +03:00
Abduragim
69fd82fc46
minor grammatical fixes to dnn_custom_layers.md
2023-03-17 10:03:49 +03:00
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
2023-01-12 19:54:40 +03:00
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
2023-01-09 09:55:31 +00:00
Alexander Alekhin
a494c75bfe
pre: OpenCV 3.4.19 (version++)
2022-12-25 16:59:47 +00:00
ClayXrex
71a1150c95
fix: typo
2022-11-30 12:52:51 +03:00
Zhuo Zhang
c63a6c472d
fix typo: Gausssian to Gaussian
2022-11-21 10:44:12 +08:00
catree
c7d24c0fb3
Fix AKAZE bib reference using dblp.org and bmva.org sources.
2022-10-19 13:55:33 +02:00
catree
ab5279f4ad
Add an image to illustrate camera poses interpolation for the small homography exercise.
2022-10-04 13:36:58 +02:00
Markus Heck
619e038de9
move tutorial to imgproc and example to ImgTrans
2022-09-10 17:42:20 +02:00
Markus Heck
5408949951
fix typo and simplify example (grayscale template)
2022-09-09 15:27:11 +02:00
Markus Heck
e2a9cff3dc
Include code snippets with doxygen notation and small fix in table_of_content_objdetect.markdown
2022-09-08 13:03:33 +02:00
Markus Heck
c3b83b8354
Tutorial for Generalized Hough Ballard and Guil Transform
2022-09-08 03:40:52 +02:00
Alexander Smorkalov
88115811a9
Merge pull request #22130 from catree:homography_tutorial_add_exercise
...
Update homography tutorial with a small exercise
2022-08-26 12:52:55 +03:00
Kian Eliasi
99683e958a
Fix the example in py_calib3d/py_calibration
2022-08-12 19:26:59 +04:30
catree
f1328c7395
Add a small exercise to show the warping of the homography transformations step-by-step.
2022-06-19 22:59:50 +02:00
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.
2022-06-19 01:27:32 +02:00
Kôtaro Mukai
ed9524e125
Missing import
2022-06-11 18:42:30 +09:00
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
2022-05-30 18:03:08 +00:00
Alexander Alekhin
7459954377
Merge pull request #21843 from Rufflewind:doc
2022-05-28 11:44:19 +00:00
Alexander Alekhin
400906b433
pre: OpenCV 3.4.18 (version++)
2022-05-23 19:18:02 +00:00
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.
2022-05-22 20:53:35 -07:00
OpenCV Pushbot
761e796201
Merge pull request #21964 from Julian-Sz:patch-1
...
Documentation Fix: Python and Java switched in Explanation
2022-05-13 18:13:30 +00:00
Julian Szigethy
64e1d23cba
Fix: Python and Java switched in Explanation
2022-05-12 20:35:05 +02:00
Yulv-git
1cdd8510fd
Fix some typos in doc.
2022-04-30 13:29:25 +08:00
Alexander Alekhin
3a8316ab93
Merge pull request #21320 from catree:solvePnP_doc_page
2021-12-24 11:55:34 +00:00
ABHINAV JHA
d086ee14dd
Fix: Grammatical mistake
2021-12-24 08:01:13 +00:00
catree
032a61b197
Summarize PnP pose computation on a single separate page.
2021-12-23 19:52:14 +01:00
Alexander Alekhin
b1a57c4cb2
fix 3.4 links
2021-12-22 12:38:21 +00:00
Alexander Alekhin
a079acc0d9
Merge pull request #21280 from alalek:update_version_3.4.17-pre
2021-12-18 13:46:29 +00:00
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
2021-12-17 19:36:57 +00:00
Alexander Alekhin
60c093f086
pre: OpenCV 3.4.17 (version++)
2021-12-17 10:05:52 +00:00
Zhuo Zhang
3cc83ce024
docs: correct normalize factor in gaussian pyramid tutorial
2021-12-14 21:06:02 +08:00
Jonathan Dönszelmann
d1b923bee9
Update name from Gunner to Gunnar as that's the name he published his
...
paper under.
2021-12-11 13:10:52 +01:00
UncleLLD
5aef565fb6
Merge pull request #21188 from UncleLLD:fix-markdown-error
...
fix issue 21187: markdown file: gray image does not have three dimensions
2021-12-06 16:14:17 +00:00
Christian Clauss
ebe4ca6b60
Fix typos discovered by codespell
2021-11-26 12:29:56 +01:00
icestraw
e4a87f2f4f
fix type error of slice indices
2021-10-14 11:52:35 +08:00
Alexander Alekhin
ebef84e9ea
pre: OpenCV 3.4.16 (version++)
2021-10-04 20:47:07 +00:00
Dmitriy Fishman
b25ad12f1a
Update video_input_psnr_ssim.markdown
2021-09-28 15:29:47 +03:00
Zhuo Zhang
36cc43170d
docs: fix image path for py_fast doc
2021-09-06 13:05:58 +08:00
AleksandrPanov
65134c793b
add links in python and js contours tutorial
2021-08-05 14:21:34 +03:00
AleksandrPanov
2d8ce500fa
add note about using version 3.4 to traincascade documentation
2021-08-02 18:41:53 +03:00
Mahendra Kumar
b468468e7e
Closing brackets missing
...
In line 94, closing brackets are added which were missing .
2021-08-01 08:41:03 +00:00