.. |
cuda
|
gpu::HoughLines : minor code improvements
|
2012-08-20 16:03:01 +04:00 |
nvidia
|
fixed -Wstrict_alliasing warning for GCC
|
2012-08-20 02:27:54 +04:00 |
opencv2/gpu/device
|
refactoring in Emulation
|
2012-08-20 02:26:23 +04:00 |
arithm.cpp
|
fixes for the newly added gcc warning keys
|
2012-06-21 03:48:36 +00:00 |
bgfg_gmg.cpp
|
added updateBackgroundModel parameter
|
2012-08-09 14:46:27 +04:00 |
bgfg_mog.cpp
|
added VIBE_GPU (background subtraction) to gpu module
|
2012-06-26 10:38:15 +00:00 |
bgfg_vibe.cpp
|
added VIBE_GPU (background subtraction) to gpu module
|
2012-06-26 10:38:15 +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
|
more warning fixes for GCC
|
2012-08-20 03:26:53 +04:00 |
calib3d.cpp
|
fixed unused warnings
|
2012-08-20 00:06:12 +04:00 |
cascadeclassifier.cpp
|
fixed unused warnings
|
2012-08-20 00:06:12 +04:00 |
color.cpp
|
fixed build with CUDA 4.2
|
2012-08-07 16:08:22 +04: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 |
cvt_colot_internal.h
|
Declaration of color conversion functions are moved in header file to avoid warnings
|
2012-06-09 09:04:17 +00:00 |
element_operations.cpp
|
fixed several problems with CUDA 5.0
|
2012-05-28 12:09:40 +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 build under MacOS (disabled video decoding, it's not supported)
|
2012-05-11 11:48:15 +00:00 |
ffmpeg_video_source.h
|
fixed build under MacOS (disabled video decoding, it's not supported)
|
2012-05-11 11:48:15 +00:00 |
fgd_bgfg.cpp
|
added gpu::FGDStatModel (Background/foreground segmentation)
|
2012-06-05 13:32:04 +00:00 |
filtering.cpp
|
fixeg gpu::Laplacian
|
2012-04-02 08:20:23 +00:00 |
frame_queue.cpp
|
fixed build under MacOS (disabled video decoding, it's not supported)
|
2012-05-11 11:48:15 +00:00 |
frame_queue.h
|
fixed build under MacOS (disabled video decoding, it's not supported)
|
2012-05-11 11:48:15 +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
|
Fix build warnings
|
2012-08-19 19:36:43 +04:00 |
hog.cpp
|
more warning fixes for GCC
|
2012-08-20 03:26:53 +04:00 |
hough.cpp
|
gpu::HoughLines : minor code improvements
|
2012-08-20 16:03:01 +04:00 |
imgproc.cpp
|
fixed -Wstrict_alliasing warning for GCC
|
2012-08-20 02:27:54 +04:00 |
match_template.cpp
|
fixed unused warnings
|
2012-08-20 00:06:12 +04:00 |
matrix_operations.cpp
|
Merge branch 'home'
|
2012-06-30 09:29:33 +00:00 |
matrix_reductions.cpp
|
compilation with CUDA5.0 (#1982, thanks to Rodrigo)
|
2012-05-25 09:44:00 +00:00 |
mssegmentation.cpp
|
fixed more "shadow" warnings
|
2012-06-15 13:21:27 +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
|
Forbid incorrect patchSize values in gpu::ORB
|
2012-08-15 17:24:53 +04:00 |
precomp.cpp
|
modified according to NPP for CUDA 3.2 API updates.
|
2010-09-24 16:41:34 +00:00 |
precomp.hpp
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
pyramids.cpp
|
fixed gpu::pyrUp (now it matches cpu analog)
|
2012-03-19 09:27:06 +00:00 |
pyrlk.cpp
|
new implementation of gpu::PyrLKOpticalFlow::sparse (1.5 - 2x faster)
|
2012-06-18 06:49:10 +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
|
added checking destination matrix size for resize and integral functions
|
2012-07-04 16:03:43 +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
|
fixed unused warnings
|
2012-08-20 00:06:12 +04: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 more "shadow" warnings
|
2012-06-15 13:21:27 +00:00 |
surf.cpp
|
fixed SURf according to clockwise descriptor convention
|
2012-07-25 13:08:05 +04:00 |
thread_wrappers.cpp
|
fixed build under MacOS (disabled video decoding, it's not supported)
|
2012-05-11 11:48:15 +00:00 |
thread_wrappers.h
|
fixed build under MacOS (disabled video decoding, it's not supported)
|
2012-05-11 11:48:15 +00:00 |
video_decoder.cpp
|
more warning fixes for GCC
|
2012-08-20 03:26:53 +04:00 |
video_decoder.h
|
fixed build under MacOS (disabled video decoding, it's not supported)
|
2012-05-11 11:48:15 +00:00 |
video_parser.cpp
|
fixed build under MacOS (disabled video decoding, it's not supported)
|
2012-05-11 11:48:15 +00:00 |
video_parser.h
|
fixed build under MacOS (disabled video decoding, it's not supported)
|
2012-05-11 11:48:15 +00:00 |
video_reader.cpp
|
fixed more "shadow" warnings
|
2012-06-15 13:21:27 +00:00 |
video_writer.cpp
|
test
|
2012-07-25 18:05:39 +04:00 |
warp.cpp
|
test
|
2012-07-24 14:13:43 +04:00 |