Pedro Ferreira da Costa
4fac12c8d3
adding missing quick navigation to ImageProc module
6 years ago
Alexander Alekhin
80e5642ca2
pre: OpenCV 3.4.6 (version++)
6 years ago
LaurentBerger
af0a83f0b3
Tutorial create pattern grid for calibration using gen_pattern.py
6 years ago
Dmitry Kurtaev
110e80f0ee
Add onRuntimeInitialized for opencv.js
6 years ago
catree
bbf39b0964
Add Hand-Eye calibration methods (Tsai, Park, Horaud, Andreff, Daniilidis).
6 years ago
RAJKIRAN NATARAJAN
98f89f9079
Need -DBUILD_DOCS CMake flag to build docs
...
Must have that flag. Otherwise following "doxygen overview" tutorial won't work.
6 years ago
LaurentBerger
4ebb617000
Check return value in python tutorial
6 years ago
klemens
5d9c6723ee
spelling fixes
...
backport 997b7b18af
6 years ago
Oleh
c8777da2d6
Update video_input_psnr_ssim.markdown
6 years ago
Maksim Shabunin
9205ad6990
Enabled #include documentation in all members
6 years ago
atinfinity
e48682a9f7
Merge pull request #13616 from atinfinity:fixed-py_matcher-tutorial
...
* fixed tutorial code of py_matcher
* fixed imread mode
6 years ago
Alexander Alekhin
8f1356c3c5
OpenCV version++ (3.4.5)
...
OpenCV 3.4.5
6 years ago
Madan Ram
c1e9a7ee4b
Update template_matching.markdown
...
Replaced CV_TM_SQDIFF to TM_SQDIFF and the rest since methods are renamed in opencv 3.4
6 years ago
Alexander Alekhin
742f22c09b
photo: move TonemapDurand to opencv_contrib
6 years ago
Matthias Winkelmann
24acd5fb83
Merge pull request #13228 from MatthiasWinkelmann:master
...
Add URLs, harmonise formatting, and fix parse error in bibliography (#13228 )
* Fixed parse error in bibliography
* Removed extra curly braces
* harmonized whitespace
* changed organisation -> publisher where appropriate. Organisation is intended as the author's organisation, not the publishing.
* harmonized capitalisation and whitespace
* Add links to about 1/3 of references
6 years ago
Alexander Alekhin
a1fe8f754f
OpenCV version++ (3.4.4)
...
OpenCV 3.4.4
6 years ago
Alexander Alekhin
43002c0c1d
Merge pull request #13188 from alalek:samples_rename
...
* samples: rename starter_imagelist.cpp
* samples: rename intelperc_capture.cpp => videocapture_intelperc.cpp
* samples: rename openni_capture.cpp => videocapture_openni.cpp
* samples: rename image_sequence.cpp => videocapture_image_sequence.cpp
* samples: rename gstreamer_pipeline.cpp => videocapture_gstreamer_pipeline.cpp
* samples: rename autofocus.cpp => videocapture_gphoto2_autofocus.cpp
* samples: rename live_detect_qrcode.cpp => qrcode.cpp
6 years ago
Alexander Alekhin
96c71dd3d2
dnn: reduce set of ignored warnings
6 years ago
ssnover95
b24a815ac1
doc(tutorial_py_fourier_transform): Correct errors in tutorial for integer division and filter symmetry
6 years ago
Alexander Alekhin
0e9ac7265d
docs: fix links
...
- cv::at => cv::Mat::at()
- removed unnecessary @ref
6 years ago
Marco A. Gutierrez
6b3469268e
minor typo corrections to python tutorials
6 years ago
Alexander Alekhin
79dc0ed175
docs: intro formatting update, minor cleanup
6 years ago
catree
4bea70a64a
Update background subtraction tutorial with Java and Python codes.
6 years ago
Ali Yasin Eser
28a14df26c
Update depth map for pytho-opencv
6 years ago
Karpushin Vladislav
237b867721
doc: add new tutorial periodic noise removing filter
6 years ago
Peter Whidden
9f0ff03da5
Fix typo "wit" -> "with"
6 years ago
Alexander Alekhin
93b0b03447
docs: DOXYGEN_BLACKLIST CMake variable for modules exclusion
6 years ago
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
Karpushin Vladislav
c5687caf1a
doc: add new tutorial anisotropic image segmentation
6 years ago
jsxyhelu
7828854c9d
Merge pull request #12206 from jsxyhelu/3.4
...
find innercircle of contour by using pointPolygonTest: (#12206 )
6 years ago
Vlad Karpushin
7d3a1657c9
doc: add new tutorial motion deblur filter ( #12215 )
...
* doc: add new tutorial motion deblur filter
* Update motion_deblur_filter.markdown
a few minor changes
6 years ago
Vlad Karpushin
f36790d521
doc: fix English gramma in tutorial out-of-focus-deblur filter ( #12214 )
...
* doc: fix English gramma in tutorial out-of-focus-deblur filter
* Update out_of_focus_deblur_filter.markdown
slightly modified one sentence
6 years ago
Alexander Alekhin
e86287d8ae
cleanup: IPP Async (IPP_A)
...
except header file with conversion routines (will be removed in OpenCV 4.0)
6 years ago
HarshDolhare
8ef2d19337
Adds a small note describing BUILD_opencv_world ( #12332 )
...
* Added a mall note describing BUILD_opencv_world cmake option to the Installation in Windows tutorial.
* Made slight changes in BUILD_opencv_world documentation.
* Update windows_install.markdown
improved grammar
6 years ago
Suleyman TURKMEN
c61bc3a0cb
Update documentation and samples
6 years ago
Hiro Kobayashi
1567a65475
Fix a typo in the tutorial
6 years ago
Alexander Alekhin
c1df9ad456
OpenCV version++
...
OpenCV 3.4.3
6 years ago
luz.paz
2003eb1b9b
Misc. typos
...
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
6 years ago
Karpushin Vladislav
a8e9a3a88d
doc: add new tutorial "Out of focus deblur filter"
...
In this tutorial you will learn:
- what is a degradation image model
- what is a PSF of an out-of-focus image
- how to restore a blurred image
- what is the Wiener filter
6 years ago
catree
41b95cae38
Add Java and Python code for ML tutorials.
6 years ago
catree
c9fe6f1afe
Add Java and Python code for the following tutorials:
...
- Changing the contrast and brightness of an image!
- Operations with images
6 years ago
catree
481af5c469
Add Java and Python code for AKAZE local features matching tutorial. Fix incorrect uses of Mat.mul() in Java code.
...
Uniform Lowe's ratio test in the code.
6 years ago
catree
7469981d1a
Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code.
6 years ago
vishwesh5
018eab7040
Corrected formula
...
Corrected formula for weighted within-class variance
7 years ago
catree
a11ef2650e
Add Java and Python code for the following imgproc tutorials: Finding contours in your image, Convex Hull, Creating Bounding boxes and circles for contours, Creating Bounding rotated boxes and ellipses for contours, Image Moments, Point Polygon Test.
7 years ago
Alexander Alekhin
d69a327d6d
OpenCV version++
...
OpenCV 3.4.2
7 years ago
catree
afa5b0cc93
Add Java and Python code for cascade classifier and HDR tutorials.
7 years ago
catree
9a7f426b7b
Add LD_PRELOAD instruction to be able to run Java code that calls OpenCV functions that use the Intel MKL library.
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