Ishank gulati
5312db93b4
added equality
2016-01-17 09:46:23 +05:30
Vadim Pisarevsky
c4edd86aeb
Merge pull request #5400 from dtmoodie:thrust_tutorial
2015-11-23 18:36:42 +00:00
Dan Moodie
7376c5311b
Fixed tabs in whitespace.
2015-09-24 14:29:17 -04:00
Alexander Alekhin
7d7f5c196d
Merge pull request #5295 from LorenaGdL:ml-svm_tutorials
2015-09-24 14:13:07 +00:00
Dan
23fc5930b7
Improved thrust interop tutorial.
2015-09-24 09:32:38 -04:00
Lorena García
f034320731
Change in links
...
Explicit link to 2.4 docs
2015-09-03 18:16:29 +02:00
Lorena García
c1392f64a4
ml_svm_tutorials version note added
...
Added note to point out code is for version 3.0 despite compatibility of
tutorial > version 2.0
2015-09-03 07:38:25 +02:00
Andrey Pavlenko
58e5aca631
Android camera + OpenCL tutorial (for existing code at samples/android/tutorial-4-opencl)
2015-08-20 15:13:34 +03:00
Maksim Shabunin
caffbaafbe
Updated Manager for Android
2015-06-02 17:33:04 +03:00
Maksim Shabunin
55d1f0b7d6
Transition guide: removed one of the version check methods
2015-05-25 18:05:20 +03:00
Maksim Shabunin
44d1738d47
Transition guide: how to check library version
2015-05-22 18:46:16 +03:00
Maksim Shabunin
6d1cbc6458
Reorganized user guide
2015-05-13 18:46:21 +03:00
Maksim Shabunin
c8cb03fd8f
Replaced 'corrected' to 'distorted' in camera calibration tutorials
2015-05-13 18:46:21 +03:00
Vadim Pisarevsky
4af2eb22ab
Merge pull request #3974 from StevenPuttemans:fix_RGB_naming_master
2015-05-12 15:12:27 +00:00
Vadim Pisarevsky
09c26d6805
Merge pull request #3999 from berak:features2d_tutorial_fix
2015-05-12 15:01:54 +00:00
berak
3fe69f4e67
small fixes for features2d tutorials
2015-05-10 13:44:49 +02:00
Maksim Shabunin
4bf6bd3d37
Merge pull request #3972 from PhilLab:docLineno
2015-05-04 09:48:07 +00:00
StevenPuttemans
34dacdea32
fixing all RGB instances to BGR where needed
2015-05-04 09:02:46 +02:00
Roman Donchenko
e01b485ac6
Merge pull request #3973 from xsorifc28:patch-1
2015-04-30 12:48:51 +00:00
Philipp Hasper
dadf53f17c
Doxygen: replaced @includelineno by @include to enable copy-pasting
2015-04-29 09:31:53 +02:00
Vadim Pisarevsky
07e07655d4
Merge pull request #3967 from Belev:fix-typo
2015-04-28 14:47:05 +00:00
Belev
2200e0fb7e
Fix typo
...
Fixed difference in the given arguments to the ellipse function and the description after that
Fixed two more typos
Replaced unnecessary the with to
2015-04-28 13:10:08 +03:00
Samed Ozdemir
5e44aa37ff
Fixed a typo, "requited" -> "required"
2015-04-27 23:00:39 -04:00
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
2015-04-24 22:48:44 +02:00
Philipp Hasper
0b20ce696a
Fixed markdown: **Note** -> @note
2015-04-22 08:08:10 +02:00
Maksim Shabunin
b80142be69
Fix an issue in cmake tutorial
2015-04-16 17:52:00 +03:00
Vadim Pisarevsky
5ab26e3202
Merge pull request #3874 from paroj:calib_sample
2015-04-01 11:13:05 +00:00
Pavel Rojtberg
7c5084e385
- update documentation
...
* correct the part about fixed aspect
* improve formatting
* add snippet markers to source
* replace inline code by @snippet
- do not run calibration twice when using a imageList
- make output consistent in itself (CamelCase vs no_camel_case) as well as with old camera calibrate sample
- respect write extrinsic/ points flags
- set the aspectRatio value when specified
- fix writing of calibration settings. also update grammar.
- fix intendation and remove some size_t -> int casts by using size_t
2015-03-31 15:45:57 +02:00
potpath
86c7d601b0
Fix a typo in template_matching.markdown
...
Fix a typo in first equation under method=CV_TM_CCOEFF.
2015-03-25 18:07:01 +07:00
Maksim Shabunin
fab51ac0af
Removed blank line at EOF
2015-03-19 13:34:19 +03:00
Maksim Shabunin
4d7d354498
Added to TOC
2015-03-19 13:18:10 +03:00
Maksim Shabunin
8779d029b2
Added transition (from 2.4) guide
2015-03-19 13:15:08 +03:00
berak
b7f2a4da69
fix features2d tutorials
2015-03-05 10:26:45 +01:00
Vadim Pisarevsky
22ad72d08e
Merge pull request #3690 from theodr:moprh_lines_detection_tut
2015-03-02 11:36:15 +00:00
Vadim Pisarevsky
e9d30a9383
Merge pull request #3746 from theodr:pca_tutorial
2015-03-02 11:29:33 +00:00
theodore
79bc85fb09
Introduction to PCA tutorial
2015-02-26 15:53:03 +01:00
mariadeanton
191336de97
Added biicode docs to introduction tutorials
...
biicode docs added with fixes
fixed biicode docs
added biicode docs
added biicode docs
fixed #include typos
fixed whitespaces and tabs in indent
fixed whitespaces
small fixes
fixed trailing whitespace
trial fix #includes
fixed #includes
fixed link and branch name
2015-02-25 16:43:23 +01:00
theodore
96c824f375
Morphology Lines Extraction Tutorial
2015-02-24 14:33:15 +01:00
StevenPuttemans
ea54c01125
add remarks for iOS tutorial
2015-02-20 14:30:11 +01:00
Maksim Shabunin
79e8f0680c
Updated ml module interfaces and documentation
2015-02-17 11:46:14 +03:00
Vadim Pisarevsky
fdf31ec14f
Merge pull request #3650 from StevenPuttemans:fix_tutorials_master
2015-02-16 11:45:37 +00:00
StevenPuttemans
be1728fba1
fixing tutorial errors master branch
2015-01-28 13:56:29 +01:00
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
2015-01-27 16:44:52 +01:00
Marvin Smith
91fbe00caa
Updated gdal tutorial to include comments.
2015-01-17 19:28:58 -08:00
Maksim Shabunin
b4050c775e
Updated sample files documentation inclusions
2014-12-26 19:17:18 +03:00
Maksim Shabunin
ad6a80f68c
Moved tutorial table-of-contents files to corresponding root level
2014-12-26 19:17:14 +03:00
Maksim Shabunin
d01bedbc61
Removed Sphinx documentation files
2014-12-26 19:12:19 +03:00
Maksim Shabunin
06c2a70c49
Fixed some mistakes
2014-12-22 17:21:37 +03:00
Maksim Shabunin
637b615e08
Tutorial: documenting OpenCV
2014-12-22 15:51:37 +03:00
Maksim Shabunin
ecfd056111
Fixed whitespace warnings in new tutorials
2014-12-05 15:33:53 +03:00