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.
 
 
 
 
 
 
Vladislav Vinogradov dc0f313924 implemented saturate_cast on gpu; updated GpuMat::convertTo implementation with saturate_cast; minor fix of convert_to test 15 years ago
..
convert_to.cpp implemented saturate_cast on gpu; updated GpuMat::convertTo implementation with saturate_cast; minor fix of convert_to test 15 years ago
gputest.cpp added the module for testing gpu, by default turned off 15 years ago
gputest.hpp added the module for testing gpu, by default turned off 15 years ago
operator_async_call.cpp implemented asynchronous call for GpuMat::upload() and GpuMat::download(). added test for asynchronous call. 15 years ago
operator_copy_to.cpp small modifications in tests 15 years ago
operator_set_to.cpp small modifications in tests 15 years ago