Vladislav Vinogradov
|
bac94f85c1
|
fixed printCudaDeviceInfo for 3.5 CC (Patch #2641)
|
12 years ago |
Vladislav Vinogradov
|
dd8e442bda
|
replaced DeviceInfo().supports with deviceSupports
|
12 years ago |
Vladislav Vinogradov
|
1a1f454241
|
updated gpu houghlines sample
|
12 years ago |
Vladislav Vinogradov
|
da017fbeb9
|
fast optical flow bm implementation
|
12 years ago |
Vladislav Vinogradov
|
caf91ac159
|
new gpu::HoughLinesP implementation
|
12 years ago |
Vladislav Vinogradov
|
8c057af862
|
fixed windows build
|
12 years ago |
Vladislav Vinogradov
|
da93a1dab9
|
fixed build for CARMA platform
|
12 years ago |
Vladislav Vinogradov
|
889674ef43
|
disabled video decoding under linux
|
12 years ago |
marina.kolpakova
|
5ddf4e4ed7
|
change expected values for soft cascade test according to changes in implementation
|
12 years ago |
marina.kolpakova
|
9785a8ae34
|
fix docs for SCascade
|
12 years ago |
marina.kolpakova
|
c470e15d45
|
integrate speprocessing strategy
|
12 years ago |
marina.kolpakova
|
d23a4f50bd
|
add resize
|
12 years ago |
marina.kolpakova
|
8ef19e7664
|
hack luv
|
12 years ago |
marina.kolpakova
|
0e1005ca92
|
optimize hog bin computing
|
12 years ago |
marina.kolpakova
|
ee291a15da
|
add preprocessing only function
|
12 years ago |
Vladislav Vinogradov
|
87e0eee92b
|
fixed remap and warp gpu tests
|
12 years ago |
Vladislav Vinogradov
|
746bc168e6
|
fixed gpu warpAffine and warpPerspective with NPP
|
12 years ago |
marina.kolpakova
|
a6c3ed5b36
|
Merge branch master into cuda-dev
|
12 years ago |
Andrey Kamaev
|
67ce03d7dd
|
Merge branch 2.4
|
12 years ago |
Andrey Kamaev
|
60ad505a63
|
Merge pull request #212 from taka-no-me/fix_2602
Prevent imread from illegal memory access (Bug #2602)
|
12 years ago |
Andrey Kamaev
|
49e038c724
|
Merge pull request #203 from asmorkalov/android_cam_stub
Native camera warper libraries build improvements
|
12 years ago |
Andrey Kamaev
|
2bf56961c0
|
Merge pull request #204 from asmorkalov/manager_internal_lib
Feature #2565 implementation
|
12 years ago |
Andrey Kamaev
|
f7dc98f67b
|
Merge pull request #205 from taka-no-me/gtest_r629
Update googletest to the latest upstream
|
12 years ago |
Andrey Kamaev
|
9c6eed0ba3
|
Merge pull request #206 from asmorkalov/manager_version_fix
Bug #2595 in OpenCV Manager fixed.
|
12 years ago |
Andrey Kamaev
|
940cf978b1
|
Merge pull request #213 from qwaker00/patch-1
Update modules/ml/doc/gradient_boosted_trees.rst
|
12 years ago |
Andrey Kamaev
|
7660fe03a6
|
Merge pull request #214 from jmunk1/bugfix-2610
Fixed typo in OpenCVDetectOpenCL.cmake that resulted in cmake not findin...
|
12 years ago |
Andrey Kamaev
|
e21884f4c4
|
Merge pull request #219 from kirill-kornyakov/hack-hough-lines-sanity-test-on-win32
Ugly hack to make HoughLines sanity check pass on Windows
|
12 years ago |
Kirill Kornyakov
|
cdbbfc98e1
|
Ugly hack to make HoughLines sanity check pass on Wun32
|
12 years ago |
Anatoly Baksheev
|
50946b59c1
|
minor device namespace refactor
|
12 years ago |
Vladislav Vinogradov
|
5fe9bb717d
|
fixed build under linux with OpenGL
|
12 years ago |
marina.kolpakova
|
79c3a8e03b
|
fix build under win.
|
12 years ago |
Vladislav Vinogradov
|
4102aaaf15
|
fixed compilation of color.cu under windows x86
it was some bug in nvcc (it fails on this file)
|
12 years ago |
Vladislav Vinogradov
|
c6263eb253
|
fixed build with CUDA and witout OpenGL
|
12 years ago |
Justin Muncaster
|
709a1cc083
|
Fixed typo in OpenCVDetectOpenCL.cmake that resulted in cmake not finding OpenCL on windows.
|
12 years ago |
Eugene Gritskevich
|
8ca86e2f52
|
Update modules/ml/doc/gradient_boosted_trees.rst
|
12 years ago |
Andrey Kamaev
|
1821d21f5b
|
Prevent imread from illegal memory access (Bug #2602)
The change is based on pull request #211.
|
12 years ago |
Vladislav Vinogradov
|
0d880479f0
|
updated nv perf test script (added opticalFlowBM and HoughLinesP)
|
12 years ago |
Vladislav Vinogradov
|
aad76090ce
|
gpu::HoughLinesP
|
12 years ago |
Vladislav Vinogradov
|
a6dc6f72b3
|
gpu::calcOpticalFlowBM
|
12 years ago |
Alexander Smorkalov
|
257d8df1d4
|
Bug with skiped packages fixed.
|
12 years ago |
Alexander Smorkalov
|
d2ed8e5f30
|
Bug #2595 in OpenCV Manager fixed.
OpenCV Manager 2.x marks old 2.4.2 binary package for Tegra as "in use".
The latest version of OpenCV library compatible with platform is used now.
|
12 years ago |
Vladislav Vinogradov
|
afa5809473
|
added additional performance tests
|
12 years ago |
Vladislav Vinogradov
|
e17710c478
|
removed type check in gpu::FarnebackOpticalFlow
now it supports all depths
|
12 years ago |
Vladislav Vinogradov
|
0930ac497f
|
removed type check in gpu::PyrLKOpticalFlow
not it support all depths
|
12 years ago |
Vladislav Vinogradov
|
d94f08f0e7
|
added more types support for gpu separable filters
|
12 years ago |
Vladislav Vinogradov
|
b689eca8a0
|
fixed OpenGL tests
now create window only once per test case
|
12 years ago |
Alexander Smorkalov
|
4ebcf2b224
|
GetPublicName function removed for OpenCV LibraryInfo class;
Some OpenCV Manager UI behavior updates;
CMake build fix.
|
12 years ago |
cuda-geek
|
722dedb04d
|
Merge pull request #201 from taka-no-me:drop_unsupported_highgui
|
12 years ago |
Vladislav Vinogradov
|
aabc33c772
|
temporarily disabled reduceKeyVal implementation for kepler
used fermi implementation
|
12 years ago |
Andrey Kamaev
|
b0d3830399
|
Update gtest to upstream r629
|
12 years ago |