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
berak
2a48730166
docs:fix python retvals
4 years ago
Vitaly Tuzov
aab62aa6dd
Merge pull request #18952 from terfendail:wui_doc
...
* Updated UI documentation to address WUI
* Added documentation for vx_ calls
* Removed vx_store operation overload
* Doxyfile updated to enable wide UI
* Enable doxygen documentation for vx_ WUI functions
* Wide intrinsics definition rework
* core: fix SIMD C++ emulator build (supports 128-bit only)
4 years ago
Ziachnix
960f501cc1
Merge pull request #19284 from Ziachnix:feature/js-qr-code-detector
...
Add QRCodeDetector to JavaScript Build
* ADD: js support for qrCodeDetector
- cherry picked commit to solve rebase error
* CHG. Revert haarcascade path
* FIX: Tests without images
* ADD: decodeCurved
* js(docs): don't require OPENCV_TEST_DATA_PATH
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
4 years ago
Alexander Alekhin
85009800b3
videoio(docs): fixes
4 years ago
Alexander Alekhin
a123c48d4d
pre: OpenCV 3.4.14 (version++)
4 years ago
Federico Bolelli
9695165877
Merge pull request #19631 from prittt:sota-ccl
...
* Add Spaghetti algorithm for CCL
* Add stat tests for new and old algorithms
* Switch license header to short version
4 years ago
Larry Wei
98c2ccfaa3
Merge pull request #19586 from larryw3i:patch-2
...
* Update py_setup_in_ubuntu.markdown
4 years ago
Nicola Landolfi
f76ba285c9
Fix single-word typo
4 years ago
Alexander Alekhin
d5447d859f
js(doc): fix path
4 years ago
Maksim Shabunin
f65d75f5c8
Updated more links to forum.opencv.org
4 years ago
kyshel
321f26f450
update xrange() to range()
...
update xrange() to range() as Python 2 has been deprecate, more info:
1. Python 2 has been no longer supported officially since January 1, 2020. Check https://www.python.org/doc/sunset-python-2/
2. xrange() was renamed to range() in Python 3. Check https://stackoverflow.com/questions/17192158/nameerror-global-name-xrange-is-not-defined-in-python-3/17192181#17192181
update xrange() to range()
Update py_fourier_transform.markdown
update xrange() to range()
4 years ago
Rachel A
380009ac58
Template Matching Tutorial issue fix https://github.com/opencv/opencv/issues/17739
4 years ago
Grégoire Piffault
0043d9bf13
docs(tutorial_js_usage): fix imshow usage
4 years ago
notmatthancock
2d2d72afbb
Merge pull request #19258 from notmatthancock:doc/update-sift-patent-blurb
...
* Remove sentences about SIFT patent and code location
* Add note about patent in opencv-specific section
4 years ago
Justin Chu
8f66dad65b
Fix typo in hough_lines tutorial
...
Argument `minLinLength` -> `minLineLength`
4 years ago
Alexander Alekhin
e9a4734a57
doxygen: drop deprecated TCL_SUBST
4 years ago
Steffen Urban
c2bc171ef6
js: backport PR18985
...
original commit: b82700ae41
4 years ago
Alexander Alekhin
64720f15a2
doc(windows): update how to handle MSVS 2019
4 years ago
Pavel Grunt
b01ae2de05
Fix a typo s/VERISON/VERSION/
4 years ago
Alexander Alekhin
af71b03000
js: update documentation and builds scripts
...
- support modern Emscripten build process
- replaced Docker image
- replaced Emscripten's web URLs
4 years ago
Yiming Li
43e58de918
fix: typo
4 years ago
Zhiming-Zeng
4e4458416d
Merge pull request #18064 from akineeic:gsoc_2020_dnn
...
[GSoC] Develop OpenCV.js DNN modules for promising web use cases together with their tutorials
* [Opencv.js doc] Init commit to add image classification example in opencv.js tutorial
* [Opencv.js doc] Make the code snippet interactive and put the functions into code snippet.
* Fix the utils.loadOpenCv for promise module
* [Opencv.js doc] Code modify and fixed layout issue.
* [Opencv.js doc] Add a JSON file to store parameters for models and show in the web page.
* [Opencv.js doc] Change let to const.
* [Opencv.js doc] Init commit to add image classification example with camera in opencv.js tutorial
* [Opencv.js doc] Init commit to add semantic segmentation example in opencv.js tutorial
* [Opencv.js doc] Add object detection example, supprot YOLOv2
* [Opencv.js doc] Support SSD model for object detection example
* [Opencv.js doc] Add fast neural style transfer example with opencv.js
* [Opencv.js doc] Add pose estimation example in opencv.js tutorial
* Delete whitespace for code check
* [Opencv.js doc] Add object detection example with camera
* [Opencv.js doc] Add json files containing model information to each example
* [Opencv.js doc] Add a js file for common function in dnn example
* [Opencv.js doc] Create single function getBlobFromImage
* [Opencv.js doc] Add url of model into webpage
* [OpenCV.js doc] Update UI for running
* [Opencv.js doc] Load dnn model by input button
* [Opencv.js doc] Fix some UI issues
* [Opencv.js doc] Change code format
Co-authored-by: Ningxin Hu <ningxin.hu@intel.com>
4 years ago
Gabriel Nascarella Hishida
f28895cd6b
doc: Fix example code using deprecated xrange
...
xrange was abandoned and doesn't exist in Python 3. range() works just the same
4 years ago
Hollow Man
632a08ff40
Fix typo in docs
...
adatapted -> adapted
4 years ago
Ian Maquignaz
fef23768fe
Fixed issue with Epipolar Geometry Tutorial
4 years ago
Christos Malliaridis
3c25fd1ba5
Update and expand erosion / dilation tutorial
...
- Add python explanation for erosion and dilation
- Add java explanation for erosion and dilation
- Restructure and reword specific sections
4 years ago
Alexander Alekhin
9485113923
pre: OpenCV 3.4.13 (version++)
4 years ago