opencv/modules/gpu/test
2011-06-16 15:02:58 +00:00
..
nvidia Fixed MacOS GPU Compilation for i386 2011-06-16 15:02:58 +00:00
test_arithm.cpp fixed ~300 warnings under windows (had to hack gtest a bit) 2011-05-06 21:45:48 +00:00
test_bitwise_oper.cpp forgot to run bitiwise tests 2011-02-18 10:39:18 +00:00
test_blend.cpp 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
test_brute_force_matcher.cpp ported GPU test to GTest framework 2011-02-17 14:01:28 +00:00
test_calib3d.cpp fixed gpu projectPoints and solvePnPRansac tests 2011-05-10 07:37:05 +00:00
test_dft_routines.cpp ported GPU test to GTest framework 2011-02-17 14:01:28 +00:00
test_features2d.cpp made GPU version of SURF more consistent with CPU one 2011-03-10 13:53:58 +00:00
test_filters.cpp fixed ~300 warnings under windows (had to hack gtest a bit) 2011-05-06 21:45:48 +00:00
test_hog.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 2011-04-17 13:14:45 +00:00
test_imgproc_gpu.cpp fixed gpu::cvtColor 2011-06-15 11:57:08 +00:00
test_main.cpp added check into opencv_test_gpu: whether OpenCV was compiled with CUDA or not 2011-02-21 06:46:45 +00:00
test_match_template.cpp ported GPU test to GTest framework 2011-02-17 14:01:28 +00:00
test_meanshift.cpp added check into opencv_test_gpu: whether OpenCV was compiled with CUDA or not 2011-02-21 06:46:45 +00:00
test_mssegmentation.cpp ported GPU test to GTest framework 2011-02-17 14:01:28 +00:00
test_nvidia.cpp added test data for NVidia's FD tests 2011-02-18 16:39:50 +00:00
test_operator_async_call.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 2011-04-17 13:14:45 +00:00
test_operator_convert_to.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 2011-04-17 13:14:45 +00:00
test_operator_copy_to.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 2011-04-17 13:14:45 +00:00
test_operator_set_to.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 2011-04-17 13:14:45 +00:00
test_precomp.cpp created GPU new-style test project, ported StereoBP test 2011-02-16 11:38:58 +00:00
test_precomp.hpp replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
test_split_merge.cpp ported GPU test to GTest framework 2011-02-17 14:01:28 +00:00
test_stereo_bm_async.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 2011-04-17 13:14:45 +00:00
test_stereo_bm.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 2011-04-17 13:14:45 +00:00
test_stereo_bp.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 2011-04-17 13:14:45 +00:00
test_stereo_csbp.cpp fixed csbp test under linux 2011-06-14 07:44:20 +00:00