Vladislav Vinogradov
61b54149b1
added mask support to gpu norm and sum
12 years ago
Vladislav Vinogradov
ae6266e101
fixes for gpu module:
...
- fixed printCudaDeviceInfo for new CC
- fixed some compilation errors and warnings
- removed unset command from CMake script
- removed unused std imports
12 years ago
Andrey Kamaev
94c258cf15
#1205 fixed ~100 of ~700 parameters
13 years ago
Andrey Kamaev
aeaae8b057
Updated rst configuration to read OpenCV version from sources; fixed several sphinx' warnings
13 years ago
Vladislav Vinogradov
2d30480982
created wrappers for new NPP functions
...
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
13 years ago
Vladislav Vinogradov
e6d820171c
added documentation for gpu::BroxOpticalFlow, updated other docs
13 years ago
Vladislav Vinogradov
837f65784e
update gpu docs
13 years ago
Andrey Kamaev
741a689f65
Improved RST parser; fixed small typos found by new parser
14 years ago
Bernat Gabor
762bc0f8af
Some reST syntax correction. Now the PDF documentation builds correctly under Windows using MIKTEX. Some update on the tutorial structure. Some CSS syntax correction. Windows Install Tutorial v0.4.
14 years ago
Elena Fedotova
392b9074f5
Purpose: 2nd review cycle.
14 years ago
Vadim Pisarevsky
8d8ef596c8
introduced new RST/Sphinx domain ocv.
14 years ago
Vadim Pisarevsky
20aca7440f
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
14 years ago
Vadim Pisarevsky
c7a42e9682
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
14 years ago
Elena Fedotova
3f2daa1dcf
Purpose: updated the last section of chapter 10
14 years ago
Elena Fedotova
05173022bb
Purpose: updated the last section of chapter 10
14 years ago
Vadim Pisarevsky
fafc2f372c
corrected grammar (done by Elena)
14 years ago
Vladislav Vinogradov
d888b81052
fixed gpu docs (broken links, missing description, etc)
14 years ago
Vadim Pisarevsky
73f589e8a5
further docs cleanup
14 years ago
Vadim Pisarevsky
f025e4739a
some more doc cleanup
14 years ago
Vadim Pisarevsky
4bb893aa9f
the first round of cleaning up the RST docs
14 years ago
Vadim Pisarevsky
24ccbccf63
cleaned RST formatting a bit
14 years ago
Vadim Pisarevsky
371aa08006
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
14 years ago