Daniel Mallia
94d187e269
Add next and previous navigation links to all tutorials
2020-05-19 18:59:28 -04:00
dmallia17
07c56f149f
Merge pull request #17313 from hunter-college-ossd-spr-2020:revise-knn-tutorials
...
* Revise and expand kNN Python tutorials
* Correct NPTEL link
2020-05-18 15:53:17 +00:00
Sauhaarda Chowdhuri
fa349b7a4e
Fix #17279 Documentation Error
...
Update documentation to solve #17279 . Simple documentation bug.
2020-05-13 13:14:05 -07:00
Alexander Alekhin
23e336ee53
Merge pull request #17244 from hunter-college-ossd-spr-2020:toc-updates
2020-05-12 07:35:14 +00:00
Rui Hou
e9058ea8f5
Easier access to opencv.js in tutorial
2020-05-10 11:20:27 -04:00
R-penguins
b43da8aa5d
Update Image Watch Tutorial
...
Updated the Windows Visual Studio Image Watch tutorial to include download links to the latest versions of Visual Studio Image Watch for newer Visual Studio versions.
2020-05-09 23:24:47 -04:00
Daniel Mallia
4e789635c9
Update tutorials tables of content for several modules
2020-05-08 14:22:30 -04:00
Alexander Alekhin
73bbabcd04
Merge pull request #17223 from hunter-college-ossd-spr-2020:imgproc-toc
2020-05-07 08:44:02 +00:00
Alexander Alekhin
93d79d2e5d
Merge pull request #17219 from hunter-college-ossd-spr-2020:mathjax-link
2020-05-07 08:43:16 +00:00
Daniel Mallia
c934d9c3cc
Update imgproc tutorials table of content Languages fields
2020-05-06 13:07:24 -04:00
Daniel Mallia
64b0757758
Update Supported formula commands - MathJax link
2020-05-04 23:50:22 -04:00
Daniel Mallia
1622e7cc90
Update NumPy links
2020-05-04 23:20:52 -04:00
Alexander Alekhin
8d05dab32c
Merge pull request #17119 from alalek:move_sift
2020-04-24 18:15:15 +00:00
Alexander Alekhin
a327418767
features2d(sift): move SIFT tests / headers / build fixes
2020-04-23 08:45:22 +00:00
Ganesh Kathiresan
0be2c7018b
Formula Fixes for 3.4 branch
...
Foumula fix 1
Foumula fix 2
Foumula fix 3
Foumula fix 4
Foumula fix 5
Foumula fix 8
2020-04-21 19:23:23 +05:30
Alanli
7aaa918367
doc: formula miss
2020-04-16 09:05:00 +09:00
Alexander Alekhin
49a75079f2
Merge pull request #17047 from alalek:fix_permissions
2020-04-13 12:34:08 +00:00
Alexander Alekhin
f0ffc52435
fix files permissions
2020-04-13 04:29:55 +00:00
Alexander Smorkalov
f496a37340
Migrated FAQ page to Github Wiki
2020-04-08 13:55:44 +03:00
mehlukas
75bd9f86b2
Merge pull request #16889 from mehlukas:3.4-consolidateImshow
...
* consolidate tutorials on image read/display/write
* fix unsused variables
* apply requested changes
* apply requested changes
* fix mistake
2020-04-07 14:14:51 +00:00
Alexander Alekhin
51a8885566
Merge pull request #16984 from CSharperMantle:argparse-patch-1
2020-04-07 12:54:27 +00:00
Alexander Alekhin
c305455cb2
Merge pull request #16967 from benji1123:patch-1
2020-04-06 15:17:23 +00:00
Ben Li
1a6b4d6ce6
typo fix
2020-04-06 14:56:31 +03:00
Bao "Mantle" Rong
3dcb775d16
switch to argparse
2020-04-05 11:57:04 +08:00
albert-github
2d387356de
Incorrect PREDEFINED setting.
...
The PREDEFINED setting for had a space between the define name and the equal sign and this is not allowed, it results in the warning:
```
error: Illegal PREDEFINED format '=', no define name specified
```
according to the documentation explicitly states that no space is allowed:
> The PREDEFINED tag can be used to specify one or more macro names that are defined before the preprocessor is started (similar to the -D option of e.g. gcc). The argument of the tag is a list of macros of the form: name or name=definition (no spaces). If the definition and the "=" are omitted, "=1" is assumed. To prevent a macro definition from being undefined via #undef or recursively expanded use the := operator instead of the = operator.
2020-04-04 16:50:15 +00:00
Alexander Alekhin
2fb1d9d02e
doc: fix misused "see also" doxygen command
2020-03-21 00:25:49 +00:00
iteal
e63af185de
Merge pull request #16818 from iteal:master
...
Update template_matching.markdown
Fixed "template image" should be "source image" in two sentences explaining template matching.
2020-03-18 08:45:09 +00:00
Alexander Alekhin
b7ecaceda8
pre: OpenCV 3.4.10 (version++)
...
- Android Manager version is not increased (stuck on 3.49)
2020-03-10 14:53:43 +03:00
Gourav Roy
8b5efc6f4c
Merge pull request #16586 from themechanicalcoder:video-psnr
...
* add python version of video-input-psnr-ssim
* remove ret
* documentation changes
* added link for python file
* command line argument
2020-02-22 14:42:26 +03:00
atinfinity
f81fdd58da
Merge pull request #16445 from atinfinity:fixed-typo
...
* fixed typo
* add compatibility code to handle migration
2020-02-16 19:16:33 +03:00
ankit6979
17fe63446f
Merge pull request #16499 from ankit6979:3.4
...
* Update py_thresholding.markdown
* 📝 Update py_thresholding.markdown
2020-02-04 15:22:18 +03:00
Gourav Roy
126b0d855f
Merge pull request #16366 from themechanicalcoder:features2D-tutorial-python
...
* Add python version of panorama_stitching_rotating_camera and perspective_correction
* Updated code
* added in the docs
* added python code in the docs
* docs change
* Add java tutorial as well
* Add toggle in documentation
* Added the link for Java code
* format code
* Refactored code
2020-02-01 20:20:00 +03:00
Gourav Roy
38e6d668b1
Merge pull request #16276 from themechanicalcoder:video-tutorial
...
* Added java code for meanshift and optical_flow
* added java code for module video
* added appropriate spaces in codes
* converted absolute path to command line arguments
* added spaces at appropriate places
2020-01-12 11:34:59 +03:00
ihsan314
2c21ea2dd7
Merge pull request #14666 from ihsan314:file_io_xml_yml
...
Python code examples for file IO in xml and yml format
* Initial "Pythonization" of file_input_output.cpp
* Moved file_input_output.py to correct location
* Nearly done Pythonizing file_input_output.cpp
* Python equivalent of file_input_output.py created
* Started Pythonizing camera_calibration.cpp
* Completed Python tutorial/sample code for file_input_output
* Resolved whitespace issues
* Removed tabs in file_input_output.cpp
* Patched import order and wrapped code in main function
* Changed string to docstring format in help file
* Updated link to Python example code
2020-01-12 11:32:12 +03:00
Alexander Alekhin
515ec6b98a
Merge pull request #16247 from alalek:backport_16241
2019-12-27 16:20:52 +00:00
Brian Wignall
f9c514b391
Fix spelling typos
...
backport commit 659ffaddb4
2019-12-27 12:46:53 +00:00
Collin Brake
8b55f476be
grammar and readability improvements
2019-12-26 20:31:54 -05:00
Sajarin
ed788229ed
Merge pull request #16165 from sajarindider:macOS_install
...
* doc: added macOS installation guide
* doc: added clarification and corrections
* docs: introduction entry, lowercase file names and ids
2019-12-19 18:15:59 +03:00
Sajarin
21ee54c3d1
Merge pull request #16100 from sajarindider:brief
...
* (doc): added info about STAR
* (doc): fixed typos and sentence structure
* fixed trailing whitespaces
2019-12-15 12:42:19 +03:00
Alexander Alekhin
f62241b780
Merge pull request #16148 from alalek:doxygen_update_config
2019-12-13 14:51:37 +00:00
ysy
ff4d3d27dd
fix wrong method name
2019-12-13 19:54:53 +08:00
Alexander Alekhin
682653c6f8
doc: update doxygen configuration
2019-12-13 01:41:45 +00:00
Alexander Alekhin
76a27e3399
pre: OpenCV 3.4.9 (version++)
2019-12-05 18:28:38 +00:00
catree
43d58aa760
Improve calib3d documentation:
...
- add reference to Rodrigues Jacobian
- add references to SE(3) and Lie Groups topics
- update some conventions and pinhole figure
2019-12-02 03:04:56 +01:00
Alexander Alekhin
5af747c6fd
Merge pull request #16001 from alalek:backport_15995
2019-11-26 18:35:28 +00:00
Brian Wignall
af997529a1
Fix some typos
2019-11-26 18:41:19 +03:00
Collin Brake
6276b86a78
grammar corrections
2019-11-25 13:49:09 -05:00
Alexander Alekhin
9e906d9e21
Merge pull request #15980 from SSteve:doxygen_links
2019-11-24 09:39:48 +00:00
Steve Nicholson
dc4af58be0
Update links to Doxygen website
2019-11-23 22:23:17 -08:00
Alexander Alekhin
4a3ab8fbdb
Merge pull request #15975 from SSteve:ios_install
2019-11-23 22:59:01 +00:00