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
Suleyman TURKMEN
bb6f65c199
Update documentation ( tutorials )
8 years ago
Arthur Cinader
bd7c21d83e
Fix explanation to refelect how matching currently works.
8 years ago
Alexander Alekhin
bb5e25ba7c
migration: github.com/opencv/opencv
8 years ago
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
8 years ago
Arthur Cinader
0ed250cb5d
Implement PR feedback:
...
1. Explain grayscale input still read as three channel
2. Fix typo
3. Add more details to image match explanation to include the use of masks
8 years ago
Arthur Cinader
a6ade2b914
Add the mask to the template matching demo documentation.
8 years ago
rishirajsurti
4a9170ba42
Thresholding Tutorial using inRange function on a video
9 years ago
StevenPuttemans
f4eebc46b2
Fixing all wrong uses of RGB channels instead of the OpenCV BGR standard
10 years ago
StevenPuttemans
34dacdea32
fixing all RGB instances to BGR where needed
10 years ago
Philipp Hasper
dadf53f17c
Doxygen: replaced @includelineno by @include to enable copy-pasting
10 years ago
Milania1
b94c513cee
fixed error in hough lines tutorial (the point (9,4) is not on the lines, but the point (4,9) is)
...
Conflicts:
doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.rst
10 years ago
potpath
86c7d601b0
Fix a typo in template_matching.markdown
...
Fix a typo in first equation under method=CV_TM_CCOEFF.
10 years ago
Milania1
339e6aa782
fixed error in hough lines tutorial (the point (9,4) is not on the lines, but the point (4,9) is)
10 years ago
theodore
96c824f375
Morphology Lines Extraction Tutorial
10 years ago
StevenPuttemans
be1728fba1
fixing tutorial errors master branch
10 years ago
StevenPuttemans
a86dc747b3
fixing tutorial errors
10 years ago
tt
4ea2eceb70
Image Segmentation .cpp tutorial
...
Distance Transform tutorial fixes
Distance Transform fixes v.2
Distance Transform fixes v.3
Distance Transform fixes v.4
10 years ago
Maksim Shabunin
ad6a80f68c
Moved tutorial table-of-contents files to corresponding root level
10 years ago
Maksim Shabunin
d01bedbc61
Removed Sphinx documentation files
10 years ago
Maksim Shabunin
36a04ef8de
Doxygen tutorials: cpp done
10 years ago
Maksim Shabunin
c5536534d8
Doxygen tutorials: warnings cleared
10 years ago
Maksim Shabunin
8375182e34
Doxygen tutorials: basic structure
10 years ago
Maksim Shabunin
220f671655
Doxygen tutorials: some fixes in RST-docs
10 years ago
berak
7cb3f3def7
change remaining c-api CV_ prefixes in constants
10 years ago
berak
5f94a205d1
fixed h / s ranges in histogram_calculation tutorial
...
literalinclude
literalinclude, dropped :lines:
11 years ago
Alexander Shishkov
f60913ddd3
small changes in hough circles tutorial
11 years ago
yash
cce225f6e9
fixed doc/tutorials/imgproc/histograms/template_matching/template_matching.rst
11 years ago
tim36272
7539156109
Fixed minor documentation typo
...
In section "How do we get an Affine Transformation" subsection 2 there was a ' where there should have been a ` which caused the math to be rendered incorrectly.
11 years ago
StevenPuttemans
6f892b10ff
Applied feature #3375 and fix of pull 1842 to avoid merging problems later
11 years ago
Alexander Smorkalov
40212e1eb9
Link to Hough Circle Transform sample fixed in tutorial.
11 years ago
Roman Donchenko
3c137f7a04
Converted tabs to spaces.
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
11 years ago
Jordi Villar
ee29b0454c
fix parenthesis
12 years ago
Andrey Kamaev
ad5cddc007
Main module headers are moved 1 level up
...
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
12 years ago
Andrey Kamaev
11bd936f0b
Fix warnings from documentation build
12 years ago
Vsevolod Glumov
3f417f1ec3
Fixes for issues #2570 , #2492 , #2559 , #2489 , #2592 .
12 years ago
Vadim Pisarevsky
70c409f0e8
fixed building PDFs in master
12 years ago