Anatoly Baksheev
afa8e373d5
minor (possibility to change, font scale, min neighbors)
14 years ago
Victor Erukhimov
12201ff673
Moving all user guide sources to a single folder
14 years ago
Alexey Spizhevoy
eb5d4437e7
updated gpu docs (monowidth font for types)
14 years ago
Alexey Spizhevoy
47b6f19766
gpu docs minor changes
14 years ago
Anatoly Baksheev
cb63046dcf
gpu face detetcion:
...
1) fixed bug with error codes (enum NppStStatus) shift.
2) added some asserts
14 years ago
Anatoly Baksheev
6f87567ee1
gpu morphology sample
14 years ago
Vladislav Vinogradov
63545d1e40
updated gpu image filtering and image processing docs
14 years ago
Alexey Spizhevoy
1697a89995
finished gpu module docs for matrix operations
14 years ago
Alexey Spizhevoy
dd5182ee70
finished gpu module docs for matrix reductions
14 years ago
Alexey Spizhevoy
612f234f7e
finished gpu module docs for per-element operations
14 years ago
Alexey Spizhevoy
59983648ea
restructured gpu modules docs
14 years ago
Anatoly Baksheev
e91ca8c6a3
documented all functions from GPU initialization section
14 years ago
Alexey Spizhevoy
7de8251607
updated gpu module docs
14 years ago
Alexey Spizhevoy
5a524f63d7
updated gpu module docs
14 years ago
Alexey Spizhevoy
2f564e7cae
updated gpu module docs
14 years ago
Alexey Spizhevoy
ea01adb9c9
fixed writing video in HOG sample
14 years ago
Alexey Spizhevoy
3ce147bd94
updated gpu module docs
14 years ago
Alexey Spizhevoy
34a99422ae
updated gpu module docs
14 years ago
Alexey Spizhevoy
ee5c0debb6
updated gpu module docs
14 years ago
Alexey Spizhevoy
db852e0b54
updated gpu module docs
14 years ago
Vladislav Vinogradov
349e0ece93
added docs for GPU Filter Engine
14 years ago
Anatoly Baksheev
1a94186195
First version of CascadeClassifier_GPU.
...
Only for VS2008 now.
Sample for it.
new NPP_staging for VS2008 only
14 years ago
Alexey Spizhevoy
31e582e314
updated gpu module docs
14 years ago
Alexey Spizhevoy
b28c73b694
updated gpu module docs
14 years ago
Vladislav Vinogradov
20ed43bc03
added docs for SURF_GPU and BruteForceMatcher_GPU
14 years ago
Alexey Spizhevoy
536625d6fb
updated gpu module docs
14 years ago
Victor Erukhimov
4502f671ae
Memory management and primitive operators
14 years ago
Victor Erukhimov
975fbb6f90
Memory management and primitive operators
14 years ago
Victor Erukhimov
37e70e8ca2
Added a section on accessing matrix elements
14 years ago
Alexey Spizhevoy
0e77c79737
doc'd gpu bitwise, meanShift code
14 years ago
Alexey Spizhevoy
4e23f37ff8
added docs for gpu::HOGDescriptor
14 years ago
Maria Dimashova
073a8a6f27
fixed CvBoost
14 years ago
Maria Dimashova
a16d304d52
fixed compile error
14 years ago
Maria Dimashova
96d88f0673
fixed FernDescriptorMatcher ( #765 )
14 years ago
Alexey Spizhevoy
4dfbf99dd5
cosmetic changes in gpu module, decreased matchTemplate test running time
14 years ago
Alexey Spizhevoy
d091ae5746
removed unnecessary code from gpu::matchTemplate
14 years ago
Maria Dimashova
655120febc
fixed collisions between std::transform() and cv::transform() ( #781 )
14 years ago
Victor Erukhimov
358b061ade
OpenCV user guide prototype
14 years ago
Vadim Pisarevsky
be4251c143
fixed compile problems when Makefiles are used
14 years ago
Vadim Pisarevsky
d2c2c07ad2
updated the new arithmetic tests
14 years ago
Alexey Spizhevoy
57f917d6f2
replaced adding constant in normalization with taking max
14 years ago
Alexey Spizhevoy
dc763e0250
updated normalization routine in the matchTemplate to avoid division by zero on black images (ticket #798 ), added test
14 years ago
Vladimir Dudnik
a961cfe135
fixed mistake in integration of IPP Sub functions. Added IPP min/max/absdiff/and/or/xor functions.
14 years ago
Vladimir Dudnik
a34f044d19
add IPP Sub operations to arithm.cpp for 8u, 16u, 16s, 32s, 32f, 64f data types.
14 years ago
Vladimir Dudnik
abdb139096
add IPP Add operations to arithm.cpp for 8u, 16u, 16s, 32s, 32f, 64f data types.
...
Added print of IPP info in test log files
14 years ago
Marius Muja
204c54291d
Bug fix in flann wrapper
14 years ago
Marius Muja
9bf80fb209
Renaming log constants, fixes bug #792
14 years ago
Vadim Pisarevsky
90e191211e
increased "inf" constant in the true distance transform algorithm to handle high-resolution images
14 years ago
Vladimir Dudnik
c72466c439
fix issue in IPP search algorithm (when no IPPROOT available in system and IPP is installed)
14 years ago
Vladimir Dudnik
767af0f2a7
added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places.
...
The script should support IPP from 5.3 up to 7.x versions (although tested on Windows for IPP 6.1 and IPP 7.0 versions only)
Preliminary optimization of HOG with IPP added too. Not yet quite efficient, code for cpu branch should be redesigned in order to have better performance.
14 years ago