Alexey Spizhevoy
c776bff95b
#1713 Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary.
13 years ago
Vladislav Vinogradov
6397fa5b38
fixed gpu::pyrUp (now it matches cpu analog)
...
fixed several warnings
13 years ago
Vladislav Vinogradov
796f839b75
minor fix in gpu docs (filter2D and convolve)
13 years ago
Vladislav Vinogradov
e7dda44a07
updated image for StereoConstantSpaceBP regression test
...
updated gpu tests for CornerHarris and CornerMinEigen
moved direct convolution implementation to gpu::filter2D, gpu::convolve now use only DFT-based algorithm (Bug #1639 )
13 years ago
Andrey Kamaev
aeaae8b057
Updated rst configuration to read OpenCV version from sources; fixed several sphinx' warnings
13 years ago
Alexander Shishkov
3f0bd34270
updated repository path in gpu/introduction (ticket #1260 )
13 years ago
Alexey Spizhevoy
92d2d74731
Fixed docs for gpu::convolve()
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
Alexey Spizhevoy
c908c50131
Added docs for gpu::FarnebackOpticalFlow
13 years ago
Vladislav Vinogradov
f7fd7929e1
added docs for GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow
13 years ago
Vladislav Vinogradov
6d5171e5b6
fixed gpu docs
13 years ago
Vladislav Vinogradov
4f44d9ea7d
added docs for FAST_GPU and ORB_GPU
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
6168eaf745
Documentation: fixed "template<class T> const T" case for ".. ocv:function::" macro
13 years ago
Andrey Kamaev
d6e3ccc1b2
Documentation: fixed about 100 cross-referencing errors.
13 years ago
Vladislav Vinogradov
cf42f3088d
fixed doc bug in gpu/introduction (ticket #1260 )
13 years ago
Vadim Pisarevsky
41df54e75f
fixed several typoes and errors in the refman (ticket #1203 )
14 years ago
Vadim Pisarevsky
0940573e8b
fixed a few more typos in the docs.
14 years ago
Andrey Kamaev
741a689f65
Improved RST parser; fixed small typos found by new parser
14 years ago
Vadim Pisarevsky
cc9a1bb62f
propagated some more fixes from 2.3 branch to the trunk
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
Vadim Pisarevsky
b204e73d9a
propagated some more fixes from 2.3 branch to the trunk
14 years ago
Elena Fedotova
5d047af005
Purpose: 2nd review cycle.
14 years ago
Elena Fedotova
a8f1b8be21
Purpose: 2nd review cycle - see ?? .
14 years ago
Elena Fedotova
4ec0287dd3
Purpose: 2nd review cycle - see ?? . wrong syntax format
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
Vladislav Vinogradov
2e13a4cd52
removed MultiGpuManager from docs
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
Vladislav Vinogradov
0b19f915be
minor optimization of SURF_GPU (reduce memory transfers, use structure of arrays instead of array of structures)
14 years ago
Vadim Pisarevsky
f2a337f990
fixed several typos, including the old ones from ticket #854
14 years ago
Vladislav Vinogradov
0caf2707ee
update gpu docs (SURF and BruteForceMatcher)
14 years ago
Vadim Pisarevsky
aa7d423a6d
fixed typo
14 years ago
Vadim Pisarevsky
e9a5bbc003
fixed ?? marks; fixed missing highlighting in some of the sections
14 years ago
Elena Fedotova
25fc046a7a
Purpose: updated the core chapter
14 years ago
Elena Fedotova
3f2daa1dcf
Purpose: updated the last section of chapter 10
14 years ago
Vadim Pisarevsky
400dbb13db
fixed remaining ??
14 years ago
Elena Fedotova
05173022bb
Purpose: updated the last section of chapter 10
14 years ago
Vadim Pisarevsky
5291b9dfe5
corrected grammar (done by Elena)
14 years ago
Vadim Pisarevsky
fafc2f372c
corrected grammar (done by Elena)
14 years ago
Vladislav Vinogradov
57195e9627
fixed SURF_GPU bug (features count > max dimension of grid)
...
minor gpu docs fixes
14 years ago
Alexey Spizhevoy
bf034f9927
fixed gpu::meanShiftSegmentation docs
14 years ago
Vladislav Vinogradov
d888b81052
fixed gpu docs (broken links, missing description, etc)
14 years ago
Vladislav Vinogradov
ed3f491212
updated SURF_GPU docs
14 years ago
Alexey Spizhevoy
c067c633f0
added docs for gpu::solvePnPRansac
14 years ago
Vadim Pisarevsky
73f589e8a5
further docs cleanup
14 years ago
Vadim Pisarevsky
5c3447c125
added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work
14 years ago
Vadim Pisarevsky
f025e4739a
some more doc cleanup
14 years ago