Marina Kolpakova
|
c17bd8c11b
|
fixed "shadow" warnings in nvidia folder
|
13 years ago |
Marina Kolpakova
|
f33d90220d
|
fixed "shadow" warnings in NVIDIA tests
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Vladislav Vinogradov
|
2e2bd55729
|
new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster)
|
13 years ago |
Andrey Kamaev
|
73c152abc4
|
Merged the trunk r8575:8583 (INTER_AREA interpolation for GPU resize)
|
13 years ago |
Marina Kolpakova
|
8c6dc17a9f
|
scan based area interpolation for naive cases
|
13 years ago |
Marina Kolpakova
|
9dac223039
|
fixed part of shadow warnings
|
13 years ago |
Marina Kolpakova
|
7dd0067792
|
suppress warning no previous declaration for gpu module
|
13 years ago |
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
Marina Kolpakova
|
183e13b359
|
fixed build without CUDA
|
13 years ago |
Marina Kolpakova
|
f2c30cd90d
|
resize area for big downscaling integration
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Marina Kolpakova
|
f6b451c607
|
fixed another piece of warnings
|
13 years ago |
Marina Kolpakova
|
de23734776
|
Declaration of color conversion functions are moved in header file to avoid warnings
|
13 years ago |
Marina Kolpakova
|
324a642a20
|
Fixed all anomimous warnings
|
13 years ago |
Marina Kolpakova
|
8eadc49a7b
|
Fixed another one thousand warnings about uninitialized anomimnomous
|
13 years ago |
Marina Kolpakova
|
e86f0aaea1
|
fixed hundreds of "anonymous" warnings for gpu module.
|
13 years ago |
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Marina Kolpakova
|
16ef01efda
|
set to linear interpolation type for upscaling with area interplation flag
|
13 years ago |
Marina Kolpakova
|
75eedf8b03
|
call not NPP version in case of INTER_AREA resize
|
13 years ago |
Marina Kolpakova
|
83390ea4e1
|
performance test for INTER_AREA resize has been added.
|
13 years ago |
Marina Kolpakova
|
d192117e86
|
GPU resize with INTER_AREA
|
13 years ago |
Vladislav Vinogradov
|
03a14bb525
|
fixed build under windows, updated 768x576.avi video (other codec)
|
13 years ago |
Vladislav Vinogradov
|
bfb390e82a
|
added gpu::FGDStatModel (Background/foreground segmentation)
|
13 years ago |
Vladislav Vinogradov
|
df1ca974ca
|
made GPU Feature Extractor download/convertKeypoints() methods static (Feature #2007)
|
13 years ago |
Marina Kolpakova
|
74ec5d7cbb
|
fix for ORB tests
|
13 years ago |
Marina Kolpakova
|
4b1724aeb9
|
fix for ORB tests
|
13 years ago |
Andrey Kamaev
|
ca0962c738
|
Megred fix for pyrhon API generator regression r8528
|
13 years ago |
Vladislav Vinogradov
|
4e4b96e3d9
|
Merged revision(s) 8484 from trunk:
fixed some bugs in gpu module under Windows:
* convertTo alignment error
........
|
13 years ago |
Andrey Kamaev
|
4ddcc31edc
|
Fixed few errors in documentation backporting
|
13 years ago |
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
13 years ago |
Vladislav Vinogradov
|
48c3cfdfd0
|
fixed mark_nvidia.py script (warpAffine and warpPerspective)
|
13 years ago |
Andrey Kamaev
|
a20248977c
|
Documentation: fixed class/struc members documentation; added warning on incorrectly documented member
|
13 years ago |
Vladislav Vinogradov
|
72d2311edf
|
Merged revision(s) 8495 from trunk:
Bug #1991 : fixed gpu interpolation (remap, resize, warp...)
........
|
13 years ago |
Vladislav Vinogradov
|
6f32fb025d
|
Bug #1991 : fixed gpu interpolation (remap, resize, warp...)
|
13 years ago |
Andrey Kamaev
|
40e8d08e8d
|
Added check for trailing semicolon to rst parser; fixed few documentation build warnings
|
13 years ago |
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
13 years ago |
Vladislav Vinogradov
|
67b718f1cb
|
fixed some bugs in gpu module under Windows:
* convertTo alignment error
* compare with scalars error
|
13 years ago |
Andrey Kamaev
|
6ca618277c
|
More fixes for documentation.
|
13 years ago |
Andrey Kamaev
|
78329b0dfe
|
New bunch of documentation fixes
|
13 years ago |
Vladislav Vinogradov
|
d382fa56c7
|
Merged revision(s) 8474 from trunk:
fixed several problems with CUDA 5.0
* gpu::LUT, uses device memory instead of host memory
* gpu::multiply, round mod for CV_8U depth
........
|
13 years ago |
Vladislav Vinogradov
|
2582464e51
|
fixed several problems with CUDA 5.0
* gpu::LUT, uses device memory instead of host memory
* gpu::multiply, round mod for CV_8U depth
|
13 years ago |
Andrey Kamaev
|
71625ad458
|
Fixed more documentation & source discrepancies
|
13 years ago |
Vladislav Vinogradov
|
addcd16d8f
|
minor fix of gpu perf tests
|
13 years ago |
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
13 years ago |
Anatoly Baksheev
|
4ce8de5174
|
Merged revision(s) 8455 from trunk/opencv/modules/gpu/src:
compilation with CUDA5.0 (#1982, thanks to Rodrigo)
........
|
13 years ago |
Anatoly Baksheev
|
543825f2f5
|
compilation with CUDA5.0 (#1982, thanks to Rodrigo)
|
13 years ago |
Vladislav Vinogradov
|
3fe100a093
|
added mark_nvidia script
|
13 years ago |
Vladislav Vinogradov
|
77f22fe366
|
minor fix of gpu perf tests
|
13 years ago |