.. |
cuda
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
nvidia
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
opencv2/gpu/device
|
Fixed bugs in gpu border extrapolation aux. classes (BORDER_REFLECT case)
|
2012-03-28 14:13:29 +00:00 |
arithm.cpp
|
fixed gpu core tests (added additional check for device's feature support)
|
2012-03-26 14:33:43 +00:00 |
bilateral_filter.cpp
|
removed BEGIN_OPENCV_DEVICE_NAMESPACE macros
|
2011-11-14 09:02:06 +00:00 |
blend.cpp
|
removed BEGIN_OPENCV_DEVICE_NAMESPACE macros
|
2011-11-14 09:02:06 +00:00 |
brute_force_matcher.cpp
|
refactored gpu BruteForceMather (made it similar to BFMatcher)
|
2012-04-24 07:56:33 +00:00 |
calib3d.cpp
|
removed BEGIN_OPENCV_DEVICE_NAMESPACE macros
|
2011-11-14 09:02:06 +00:00 |
cascadeclassifier.cpp
|
moved GpuMat and DevMem2D to core module, some code refactoring
|
2011-11-09 13:13:52 +00:00 |
color.cpp
|
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
|
2012-03-14 15:54:17 +00:00 |
cu_safe_call.cpp
|
added VideoReader_GPU
|
2012-04-18 11:18:25 +00:00 |
cu_safe_call.h
|
added VideoReader_GPU
|
2012-04-18 11:18:25 +00:00 |
cudastream.cpp
|
Added the GPU version of the Farneback's optical flow
|
2012-02-16 11:23:51 +00:00 |
cuvid_video_source.cpp
|
added VideoReader_GPU
|
2012-04-18 11:18:25 +00:00 |
cuvid_video_source.h
|
added VideoReader_GPU
|
2012-04-18 11:18:25 +00:00 |
element_operations.cpp
|
fixed gpu core tests (added additional check for device's feature support)
|
2012-03-26 14:33:43 +00:00 |
error.cpp
|
moved GpuMat's operations implementation to core module
|
2011-11-14 14:34:36 +00:00 |
fast.cpp
|
added assertion on device features (global atomics) into gpu tests
|
2012-03-27 07:33:39 +00:00 |
ffmpeg_video_source.cpp
|
fixed opencv_ffmpeg.dll name in gpu video encoding/decoding
|
2012-05-02 13:23:11 +00:00 |
ffmpeg_video_source.h
|
added VideoReader_GPU
|
2012-04-18 11:18:25 +00:00 |
filtering.cpp
|
fixeg gpu::Laplacian
|
2012-04-02 08:20:23 +00:00 |
frame_queue.cpp
|
fixed build without CUDA
|
2012-04-18 11:25:56 +00:00 |
frame_queue.h
|
added VideoReader_GPU
|
2012-04-18 11:18:25 +00:00 |
gftt.cpp
|
fixed several warnings (VS2010, Win64)
|
2012-04-23 14:22:02 +00:00 |
global_motion.cpp
|
Added GPU version of wobble suppressor (videostab)
|
2012-04-23 10:37:07 +00:00 |
graphcuts.cpp
|
created wrappers for new NPP functions
|
2012-02-22 10:00:53 +00:00 |
hog.cpp
|
removed BEGIN_OPENCV_DEVICE_NAMESPACE macros
|
2011-11-14 09:02:06 +00:00 |
imgproc.cpp
|
fixed several warnings (VS2010, Win64)
|
2012-04-23 14:22:02 +00:00 |
match_template.cpp
|
#1713 Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary.
|
2012-03-28 07:11:07 +00:00 |
matrix_operations.cpp
|
moved GpuMat and DevMem2D to core module, some code refactoring
|
2011-11-09 13:13:52 +00:00 |
matrix_reductions.cpp
|
added more assertion on device features to gpu functions and tests
|
2012-03-27 10:34:30 +00:00 |
mssegmentation.cpp
|
moved GpuMat and DevMem2D to core module, some code refactoring
|
2011-11-09 13:13:52 +00:00 |
optical_flow_farneback.cpp
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
optical_flow.cpp
|
fixed several warnings (VS2010, Win64)
|
2012-04-23 14:22:02 +00:00 |
orb.cpp
|
fixed some problems after r8280 (lost code)
|
2012-05-02 13:07:30 +00:00 |
precomp.cpp
|
modified according to NPP for CUDA 3.2 API updates.
|
2010-09-24 16:41:34 +00:00 |
precomp.hpp
|
added VideoReader_GPU
|
2012-04-18 11:18:25 +00:00 |
pyramids.cpp
|
fixed gpu::pyrUp (now it matches cpu analog)
|
2012-03-19 09:27:06 +00:00 |
pyrlk.cpp
|
fixed PyrLKOpticalFlow.dense (final result size)
|
2012-04-28 13:12:14 +00:00 |
remap.cpp
|
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
|
2012-03-14 15:54:17 +00:00 |
resize.cpp
|
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
|
2012-03-14 15:54:17 +00:00 |
speckle_filtering.cpp
|
gpu.hpp:filterSpeckles conflicts with calib3d.hpp -- should it be removed at all?
|
2012-03-28 04:44:33 +00:00 |
split_merge.cpp
|
added more assertion on device features to gpu functions and tests
|
2012-03-27 10:34:30 +00:00 |
stereobm.cpp
|
fixed gpu arithm functions (mismatch with cpu version)
|
2012-03-26 11:02:03 +00:00 |
stereobp.cpp
|
removed BEGIN_OPENCV_DEVICE_NAMESPACE macros
|
2011-11-14 09:02:06 +00:00 |
stereocsbp.cpp
|
fixed several warnings (VS2010, Win64)
|
2012-04-23 14:22:02 +00:00 |
surf.cpp
|
added assertion on device features (global atomics) into gpu tests
|
2012-03-27 07:33:39 +00:00 |
thread_wrappers.cpp
|
added VideoReader_GPU
|
2012-04-18 11:18:25 +00:00 |
thread_wrappers.h
|
added VideoReader_GPU
|
2012-04-18 11:18:25 +00:00 |
video_decoder.cpp
|
added VideoReader_GPU
|
2012-04-18 11:18:25 +00:00 |
video_decoder.h
|
added VideoReader_GPU
|
2012-04-18 11:18:25 +00:00 |
video_parser.cpp
|
fixed several warnings (VS2010, Win64)
|
2012-04-23 14:22:02 +00:00 |
video_parser.h
|
added VideoReader_GPU
|
2012-04-18 11:18:25 +00:00 |
video_reader.cpp
|
fixed build of gpu module without CUDA (video encoding/decoding)
|
2012-04-24 07:49:55 +00:00 |
video_writer.cpp
|
fixed opencv_ffmpeg.dll name in gpu video encoding/decoding
|
2012-05-02 13:23:11 +00:00 |
warp.cpp
|
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
|
2012-03-14 15:54:17 +00:00 |