Vladislav Vinogradov
da93a1dab9
fixed build for CARMA platform
13 years ago
Vladislav Vinogradov
889674ef43
disabled video decoding under linux
13 years ago
marina.kolpakova
5ddf4e4ed7
change expected values for soft cascade test according to changes in implementation
13 years ago
marina.kolpakova
9785a8ae34
fix docs for SCascade
13 years ago
marina.kolpakova
c470e15d45
integrate speprocessing strategy
13 years ago
marina.kolpakova
d23a4f50bd
add resize
13 years ago
marina.kolpakova
8ef19e7664
hack luv
13 years ago
marina.kolpakova
0e1005ca92
optimize hog bin computing
13 years ago
marina.kolpakova
ee291a15da
add preprocessing only function
13 years ago
Vladislav Vinogradov
87e0eee92b
fixed remap and warp gpu tests
13 years ago
Vladislav Vinogradov
746bc168e6
fixed gpu warpAffine and warpPerspective with NPP
13 years ago
Kirill Kornyakov
cdbbfc98e1
Ugly hack to make HoughLines sanity check pass on Wun32
13 years ago
Anatoly Baksheev
50946b59c1
minor device namespace refactor
13 years ago
Vladislav Vinogradov
5fe9bb717d
fixed build under linux with OpenGL
13 years ago
marina.kolpakova
79c3a8e03b
fix build under win.
13 years ago
Vladislav Vinogradov
4102aaaf15
fixed compilation of color.cu under windows x86
...
it was some bug in nvcc (it fails on this file)
13 years ago
Vladislav Vinogradov
c6263eb253
fixed build with CUDA and witout OpenGL
13 years ago
Eugene Gritskevich
8ca86e2f52
Update modules/ml/doc/gradient_boosted_trees.rst
13 years ago
Andrey Kamaev
1821d21f5b
Prevent imread from illegal memory access (Bug #2602 )
...
The change is based on pull request #211 .
13 years ago
Vladislav Vinogradov
0d880479f0
updated nv perf test script (added opticalFlowBM and HoughLinesP)
13 years ago
Vladislav Vinogradov
aad76090ce
gpu::HoughLinesP
13 years ago
Vladislav Vinogradov
a6dc6f72b3
gpu::calcOpticalFlowBM
13 years ago
Vladislav Vinogradov
afa5809473
added additional performance tests
13 years ago
Vladislav Vinogradov
e17710c478
removed type check in gpu::FarnebackOpticalFlow
...
now it supports all depths
13 years ago
Vladislav Vinogradov
0930ac497f
removed type check in gpu::PyrLKOpticalFlow
...
not it support all depths
13 years ago
Vladislav Vinogradov
d94f08f0e7
added more types support for gpu separable filters
13 years ago
Vladislav Vinogradov
b689eca8a0
fixed OpenGL tests
...
now create window only once per test case
13 years ago
Vladislav Vinogradov
aabc33c772
temporarily disabled reduceKeyVal implementation for kepler
...
used fermi implementation
13 years ago
Andrey Kamaev
b0d3830399
Update gtest to upstream r629
13 years ago
Vladislav Vinogradov
e311613fc8
fixed warnings "double not supported"
13 years ago
Vladislav Vinogradov
7ab9c4ccee
fixed compilation on 1.1 CC
13 years ago
Alexander Smorkalov
6e0db3f527
Feature #1322 "If dll cannot be loaded a warning should be generated" implemented.
13 years ago
Vladislav Vinogradov
06776b612c
fixed warnings
13 years ago
Vladislav Vinogradov
05d842bcd8
a bit more opengl refactoring:
...
* added Access parameter to GlBuffer::mapHost
* added autoRelease parameter to all create methods
* fixed indentation in gl_core_3_1
* minor improvments for opengl sample
13 years ago
Andrey Kamaev
ae5649d3f7
Drop unsupported imageio from grfmt
13 years ago
Andrey Kamaev
00fbf58902
Revert incompletely applied patch from #2192
...
This reverts commit 2e7656dbdf
.
13 years ago
Andrey Kamaev
476efd7d37
Drop unsupported yzx and mil camera backends
13 years ago
Vladislav Vinogradov
08fbf667f9
refactored opengl functionality
...
* removed OpenGLFuncTab, now extensions are loaded internally
* renamed GlTexture -> GlTexture2D
* added support of GlBuffer and GlTexture2D to InputArray/OutputArray
* added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
* added copyFrom/copyTo method for GlBuffer and GlTexture2D
* removed GlFont
* removed pointCloudShow
* removed OpenGLCleanCallback
13 years ago
Andrey Kamaev
49c35fafc0
Adjust OpenCV version to 2.4.3.1
13 years ago
Vladislav Vinogradov
2eebd8d939
fixed build under windows
13 years ago
Alexander Smorkalov
f6ff2b87fa
Some perf tests on warping and resize disabled on Android
...
MatInfo_Size_Size.resizeDownLinear
MatInfo_Size_Size.resizeUpLinear
TestWarpPerspectiveNear_t.WarpPerspectiveNear
TestWarpPerspective.WarpPerspective
13 years ago
Vladislav Vinogradov
362655b02a
fixed Bug #2581
...
GoodFeaturesToTrackDetector_GPU fails when no corners found
13 years ago
Vadim Pisarevsky
b57e801c04
now invert 3x3 on "bad" matrices works well on Windows
13 years ago
Alexander Smorkalov
bb3d14e1a0
Patch #2323 "cap_libv4l.cpp clears default width and height after setting them" applied.
13 years ago
Anna Kogan
4e21f42714
increased time-limits
13 years ago
Anna Kogan
8877066846
increased time-limits
13 years ago
askforeric
3923484341
Refactored the PvAPI capture class to better facilitate dynamic property changes
...
- Added Gain control
- Changed default acquisition mode to grayscale
- Fixed a signed/unsigned compare issue
- Implemented frame resizing
- Implemented automatic buffer resizing on frame resize
- Corrected camera initialization so that it attempts to put the camera in Mono8
but does not fail if this doesn't succeed.
13 years ago
marina.kolpakova
2e0161c6c5
create objects mat if empty
13 years ago
marina.kolpakova
d985861462
remove unused std imports
13 years ago
marina.kolpakova
1d97a4549d
fixed compilation for GCC 4.6
13 years ago