dmici
6876f3b91d
fix missing 0.5 factor in anisotropic segmentation tutorial
4 years ago
Boubacar
5b443199ca
group contour articles together
5 years ago
Daniel Mallia
c934d9c3cc
Update imgproc tutorials table of content Languages fields
5 years ago
Alexander Alekhin
f0ffc52435
fix files permissions
5 years ago
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.
5 years ago
Brian Wignall
af997529a1
Fix some typos
5 years ago
luz.paz
57ccf14952
FIx misc. source and comment typos
...
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
backporting of commit: 32aba5e64b
5 years ago
Pedro Ferreira da Costa
9cef78b685
Merge pull request #14109 from PedroFerreiradaCosta:adding_python_version_to_anisotropic_tutorial
...
* Created python version of the code for the anisotropic image segmentation tutorial. Created python/cpp toggles for the markdown file.
* fix doxygen warnings
6 years ago
Pedro Ferreira da Costa
4fac12c8d3
adding missing quick navigation to ImageProc module
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
Karpushin Vladislav
237b867721
doc: add new tutorial periodic noise removing filter
6 years ago
Peter Whidden
9f0ff03da5
Fix typo "wit" -> "with"
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
Suleyman TURKMEN
c61bc3a0cb
Update documentation and samples
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
7469981d1a
Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code.
6 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
f185802489
documentation: avoid links to 'master' branch from 3.4 maintenance branch (2)
...
Other links:
- https://raw.githubusercontent.com/opencv/opencv/master
- https://github.com/opencv/opencv/blob/master
7 years ago
Alexander Alekhin
9ba9358ecb
documentation: avoid links to 'master' branch from 3.4 maintenance branch
7 years ago
catree
4c1c3147d9
Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection.
7 years ago
catree
9f6108ae7a
Add Java and Python code for the following imgproc tutorials: Canny, Remap, threshold and threshold inRange. Use HSV colorspace instead of RGB for inRange threshold tutorial.
7 years ago
catree
7e3490959a
Add Java and Python code for morphology tutorials.
7 years ago
luz.paz
e805a55a5b
Misc. modules/ typos (cont.)
...
Found via `codespell`
7 years ago
luz.paz
d47b1f3b70
Misc. ./apps ./doc ./platoforms typos
...
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
7 years ago
Pushkal Katara
5feb1c94a7
Documentation Update
...
Resolves - https://github.com/opencv/opencv/issues/9928
7 years ago
tribta
9a2317e063
Tutorial Hough Lines
7 years ago
tribta
d99ced6ec8
Tutorial Hough Circles
7 years ago
tribta
9ff33dacfc
Tutorial Make Border
7 years ago
tribta
a6f5e1f0ca
Tutorial Filter2D
7 years ago
tribta
08515281b9
Tutorial Image Pyramids
7 years ago
tribta
f7d85bfed8
Tutorial Sobel Derivatives
7 years ago
tribta
3250f11f0c
Tutorial Laplace Operator
7 years ago
tribta
d068e27420
Tutorial Morph Lines Detection
7 years ago
tribta
18bc4db75c
Tutorial Hit-or-Miss
7 years ago
tribta
bc18fb481f
Tutorial Smoothing Images
7 years ago
Steven Puttemans
9e5c9dad55
fix_9121
7 years ago
Cartucho
2055bcc807
Extending template_matching tutorial with Java ( #8043 )
...
* Extending template_matching tutorial with Java
* adding mask to java version of the tutorial
* adding the python toggle and code
* updating table of content
* adding py and java to table of content
* adding mask to python
* going back to markdown with duplicated text
* non duplicated text
8 years ago
vskarlsruhe
986d57c7b2
Update canny_detector.markdown ( #8684 )
8 years ago
Ninad P.Chaudhari
7885ef2ac8
Spell correction
...
Corrected the spelling which was used in explanation for parameters.
8 years ago
Adeel Ahmad
bc7f6fc44c
Merge pull request #8253 from adl1995:master
...
* Update linux_install.markdown
Grammar improvements, fixed typos.
* Update tutorials.markdown
Improvements in grammar.
* Update table_of_content_calib3d.markdown
* Update camera_calibration_square_chess.markdown
Improvements in grammar. Added answer.
* Update tutorials.markdown
* Update erosion_dilatation.markdown
* Update table_of_content_imgproc.markdown
* Update warp_affine.markdown
* Update camera_calibration_square_chess.markdown
Removed extra space.
* Update gpu_basics_similarity.markdown
Grammatical improvements, fixed typos.
* Update trackbar.markdown
Improvement for better understanding.
8 years ago
Jiří Sejkora
0689b43a7c
Fixed two typos in the Filter2D tutorial
8 years ago
Lorena García
3650ec02be
HitMiss tutorial
8 years ago
StevenPuttemans
6d34d6b47e
update samples: waitKey() usage
...
Original commit is a5f19f7dd6
8 years ago
JR Heard
47f53b675d
fix a typo in the canny docs
8 years ago
catree
c419552002
Add images for tutorials on morphological operations to avoid possible confusion.
8 years ago
catree
5e8486f68c
Try to clarify the morphological operations in the tutorial to avoid possible confusions.
8 years ago
Asal Mirzaieva
ec5ae4af1d
add explanation to the Bounding Box and Circles tutorial
...
- also some minor changes to the respective sample cpp file
8 years ago