Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexander Shishkov f010539aaf Fixed MacOS GPU Compilation for i386 14 years ago
..
nvidia Fixed MacOS GPU Compilation for i386 14 years ago
test_arithm.cpp fixed ~300 warnings under windows (had to hack gtest a bit) 14 years ago
test_bitwise_oper.cpp forgot to run bitiwise tests 14 years ago
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 14 years ago
test_brute_force_matcher.cpp ported GPU test to GTest framework 14 years ago
test_calib3d.cpp fixed gpu projectPoints and solvePnPRansac tests 14 years ago
test_dft_routines.cpp ported GPU test to GTest framework 14 years ago
test_features2d.cpp made GPU version of SURF more consistent with CPU one 14 years ago
test_filters.cpp fixed ~300 warnings under windows (had to hack gtest a bit) 14 years ago
test_hog.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
test_imgproc_gpu.cpp fixed gpu::cvtColor 14 years ago
test_main.cpp added check into opencv_test_gpu: whether OpenCV was compiled with CUDA or not 14 years ago
test_match_template.cpp ported GPU test to GTest framework 14 years ago
test_meanshift.cpp added check into opencv_test_gpu: whether OpenCV was compiled with CUDA or not 14 years ago
test_mssegmentation.cpp ported GPU test to GTest framework 14 years ago
test_nvidia.cpp added test data for NVidia's FD tests 14 years ago
test_operator_async_call.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
test_operator_convert_to.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
test_operator_copy_to.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
test_operator_set_to.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
test_precomp.cpp created GPU new-style test project, ported StereoBP test 14 years ago
test_precomp.hpp replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
test_split_merge.cpp ported GPU test to GTest framework 14 years ago
test_stereo_bm.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
test_stereo_bm_async.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
test_stereo_bp.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
test_stereo_csbp.cpp fixed csbp test under linux 14 years ago