Alexander Alekhin
bb5e25ba7c
migration: github.com/opencv/opencv
9 years ago
StevenPuttemans
8ed25ad75f
adding extra explanation for mask parameter
10 years ago
Rohit Rawat
2ad8c6dbd0
Fixing bug in NAryMatIterator documentation(Bug #3787 ).
...
Fixed the non-working code example for NAryMatIterator.
The documentation of NAryMatIterator in file:
modules/core/include/opencv2/core/core.hpp has a working example which
was used for these edits.
11 years ago
berak
80708008a4
missing () on Mat::type()
11 years ago
yash
394c74b349
edited the doc for mat::copyto and clarified the part regarding reallocation by .create
11 years ago
yash
38ef8894b7
Made a sentence in the doc for Mat::copyTo more clearer
11 years ago
StevenPuttemans
6f892b10ff
Applied feature #3375 and fix of pull 1842 to avoid merging problems later
12 years ago
Han Qiang
88f68a3fe0
Fixed typo in document.
...
Signed-off-by: Han Qiang <a0byte@gmail.com>
12 years ago
MarkBelmont
cf34b3d65b
Changed the brief description of function Mat::colRange from "Create a matrix header for the specified row span." to "Create a matrix header for the specified column span."
12 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
12 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
12 years ago
Dmitry Retinskiy
ab8c0fde52
applied comments after review
12 years ago
Dmitry Retinskiy
f013baf739
bug #1922 : restored most of the class definitions in basic_structures.rst
12 years ago
StevenPuttemans
ed76b2f98f
Like mentioned by Andrei Pavlenko after merging pullrequest #1206 , a wrong
...
ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.
12 years ago
StevenPuttemans
0c5244103f
Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169
...
- Used lunix style slashes - works on most systems
- Removed all trailing whitespaces
12 years ago
Alexander Smorkalov
8f7ba03ed2
Some fixes for incorrectly documented parameters identified by rst_parser.py (Bug #1205 )
12 years ago
alex77git
445860d619
(typo)
12 years ago
alex77git
44a2b109b7
Bug #2967 , basic_structures.rst, fix 2 typos
12 years ago
Alexander
4091eab45e
cv::Ptr description extended.
12 years ago
Andrey Kamaev
ff7b604a25
Fix several inconsistent declarations identified by check_doc2 script
12 years ago
Ilya Lysenkov
b24e4bddb1
Documented the TermCriteria class ( #2560 )
12 years ago
Alexander Smorkalov
8cb0343f4c
Documentation build warning fixes.
...
Invalid links and refences fixed.
SpaeseMat class documentation updated.
12 years ago
Vadim Pisarevsky
e365726c4a
fixed example of iteration through a SparseMat (bug #2310 )
13 years ago
Andrey Kamaev
639bbec44a
svn repository web references are replaced with links to git
13 years ago
Vsevolod Glumov
fc307c87dc
Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.
13 years ago
Andrey Kamaev
5100ca7508
svn repository web references are replaced with links to git
13 years ago
Andrey Kamaev
81a5988015
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
13 years ago
Andrey Kamaev
949c4edf41
Merged the trunk r8408:8457 (inclusive)
13 years ago
Andrey Kamaev
05de6302fd
Fixed documentation: corrected parameter names
13 years ago
Andrey Kamaev
6ca618277c
More fixes for documentation.
13 years ago
Andrey Kamaev
71625ad458
Fixed more documentation & source discrepancies
13 years ago
Vadim Pisarevsky
513080ea12
some more fixes in Algorithm methods declarations
13 years ago
Vadim Pisarevsky
01169ec826
fixed description of Algorithm::getList(); added sample, thanks to Shervin Emami (ticket #1972 )
13 years ago
Andrey Kamaev
e1c4fd9e1f
Merged the trunk r8345:8376
13 years ago
Andrey Kamaev
0ba3236ce0
Fixed Algorithm usage example #1904
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Vadim Pisarevsky
c9dacaa254
added description of Algorithm class (ticket #1818 )
13 years ago
Vadim Pisarevsky
bffd77ed87
moved planar subdiv docs to legacy; added Input/OutputArray docs to core
13 years ago
Alexander Shishkov
a07724aea2
fixed #1841
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Ilya Lysenkov
2619221331
Spell checked the documentation with VIM (issue #223 )
13 years ago
Alexander Shishkov
d77fb60017
minor changes in documentation
13 years ago
Ilya Lysenkov
cd407b53a8
Corrected doc of Mat::adjustROI() (issue #1245 )
13 years ago
Ilya Lysenkov
e4525860e0
Fixed a typo
13 years ago
Andrey Kamaev
d6e3ccc1b2
Documentation: fixed about 100 cross-referencing errors.
14 years ago
Vadim Pisarevsky
c8378fa4c4
added "inclusive" & "exclusive" adjectives to startrow, endrow, startcol, endcol parameter descriptions (ticket #1272 )
14 years ago
Vadim Pisarevsky
d8417af086
fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python.
14 years ago
Andrey Kamaev
6d288978ab
Fixed typo
14 years ago
Andrey Kamaev
2cf34c7f46
Fixed few more bugs in rst_parser. Fixed small typos in documentation.
14 years ago
Vadim Pisarevsky
cc9a1bb62f
propagated some more fixes from 2.3 branch to the trunk
14 years ago