.. |
cuda
|
added downsample function into gpu module, refactored it a little bit, added guard for CUDA related include in cascadeclassifier_nvidia_api.cpp
|
2011-04-08 08:04:56 +00:00 |
nvidia
|
[~] Added nppStSetActiveCUDAstream and nppStGetActiveCUDAstream to the export table
|
2011-04-25 15:35:33 +00:00 |
opencv2/gpu/device
|
*applied patch from NVidia (nppstTraspose bug)
|
2011-02-18 12:23:18 +00:00 |
arithm.cpp
|
1) NPP_staging as sources. Binaries removed.
|
2011-02-04 15:15:25 +00:00 |
bilateral_filter.cpp
|
added colorizeDisp, fixed DisparityBilateralFilter
|
2010-08-20 06:47:11 +00:00 |
blend.cpp
|
fixed gpu::downsample and gpu::blendLinear compite-time bugs under Ubuntu
|
2011-04-11 05:11:23 +00:00 |
brute_force_matcher.cpp
|
fixed bug in BruteForceMatcher_GPU::knnMatch (allDist buffer reuse)
|
2011-05-04 08:53:43 +00:00 |
calib3d.cpp
|
make GPU version of solvePnPRansac more consistent with CPU one
|
2011-03-07 14:01:18 +00:00 |
cascadeclassifier.cpp
|
[~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api)
|
2011-04-07 12:59:01 +00:00 |
color.cpp
|
added aligned memory allocation to CudaMem (if allocation type is ZERO_COPY)
|
2011-05-03 09:09:05 +00:00 |
cudastream.cpp
|
update docs
|
2011-02-16 08:31:45 +00:00 |
element_operations.cpp
|
update docs
|
2011-02-16 08:31:45 +00:00 |
error.cpp
|
added CUFFT errors handling into GPU module
|
2010-12-22 08:03:53 +00:00 |
filtering.cpp
|
added synchronization after NPP calls
|
2011-01-24 10:32:57 +00:00 |
graphcuts.cpp
|
fixed gpu::graphcut preconditions
|
2011-03-24 12:22:23 +00:00 |
hog.cpp
|
fixed extra memory allocations.
|
2011-03-30 11:42:23 +00:00 |
imgproc_gpu.cpp
|
fixed gpu::downsample and gpu::blendLinear compite-time bugs under Ubuntu
|
2011-04-11 05:11:23 +00:00 |
initialization.cpp
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
2011-05-06 21:45:48 +00:00 |
match_template.cpp
|
added first version of gpu performance tests
|
2011-01-24 10:33:01 +00:00 |
matrix_operations.cpp
|
fixed bug in cv::LUT (multi-channel source array and single-channel table)
|
2011-05-10 06:11:03 +00:00 |
matrix_reductions.cpp
|
minor + warnings
|
2011-02-15 15:09:54 +00:00 |
mssegmentation.cpp
|
fixed some warnings
|
2011-02-15 10:54:49 +00:00 |
multi_gpu_manager.cpp
|
now GPU stereo_bp test prints error mesage and test system continues execution
|
2011-02-17 11:09:29 +00:00 |
precomp.cpp
|
modified according to NPP for CUDA 3.2 API updates.
|
2010-09-24 16:41:34 +00:00 |
precomp.hpp
|
some includes moved to precomp.hpp for gpu module
|
2011-03-14 09:40:13 +00:00 |
speckle_filtering.cpp
|
speckle filtering added
|
2010-07-29 08:50:19 +00:00 |
split_merge.cpp
|
some includes moved to precomp.hpp for gpu module
|
2011-03-14 09:40:13 +00:00 |
stereobm.cpp
|
fixed some warnings and errors under g++
|
2011-02-03 14:51:58 +00:00 |
stereobp.cpp
|
fixed some warnings under linux
|
2010-12-22 07:30:21 +00:00 |
stereocsbp.cpp
|
renamed constantspacebp -> stereocsbp line all other algs
|
2010-12-19 17:20:54 +00:00 |
surf.cpp
|
fixed SURF_GPU bug (features count > max dimension of grid)
|
2011-03-28 10:34:44 +00:00 |