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.
 
 
 
 
 
 
Alexey Spizhevoy 4dfbf99dd5 cosmetic changes in gpu module, decreased matchTemplate test running time 15 years ago
..
arithm.cpp added support of multichannel images into gpu::sqrSum 15 years ago
bitwise_oper.cpp gpu module refactoring: moved per-element operations into separated file 15 years ago
brute_force_matcher.cpp fixed bug in gpu filter engine (incorrect buffer type) and in vector's saturate_cast. 15 years ago
dft_routines.cpp refactored gpu::dft 15 years ago
filters.cpp fixed bug in gpu filter engine (incorrect buffer type) and in vector's saturate_cast. 15 years ago
gputest.hpp added BruteForceMatcher_GPU 15 years ago
gputest_main.cpp simplified gpu::columnSum test, it doesn't fail on Quadro anymore (when seed is 000001af5a11badd) after BFM test, but something definitely wrong with NPP_Staging's transpose 15 years ago
hog.cpp added support of gamama_correction parameter into gpu::HOGDescriptor, updated tests 15 years ago
imgproc_gpu.cpp simplified gpu::columnSum test, it doesn't fail on Quadro anymore (when seed is 000001af5a11badd) after BFM test, but something definitely wrong with NPP_Staging's transpose 15 years ago
match_template.cpp cosmetic changes in gpu module, decreased matchTemplate test running time 15 years ago
meanshift.cpp minor changes in gpu module (comments and warnings) 15 years ago
mssegmentation.cpp fixed meanShiftSegmentation test in gpu module 15 years ago
operator_async_call.cpp 1) gpu test refactoring. 15 years ago
operator_convert_to.cpp added gpu 1d window sum, convertTo, based on NPP. 15 years ago
operator_copy_to.cpp added magnitudeSqr and rectStdDev to gpu module. 15 years ago
operator_set_to.cpp added gpu add, subtract, multiply, divide, absdiff with Scalar. 15 years ago
split_merge.cpp added magnitudeSqr and rectStdDev to gpu module. 15 years ago
stereo_bm.cpp temporary added NPP_staging, functionality from the library will be moved to NPP with next release. 15 years ago
stereo_bm_async.cpp 1) gpu test refactoring. 15 years ago
stereo_bp.cpp fixed errors in StereoBeliefPropogation under linux 15 years ago
stereo_csbp.cpp added support of 4-channels images to StereoConstantSpaceBP. 15 years ago