• Alexander Alekhin's avatar
    Merge pull request #14473 from alalek:video_dis_update_opencl · 53c77155
    Alexander Alekhin authored
    video(DISOpticalFlow): update OpenCL implementation (#14473)
    
    * video(DIS): add code for profiling
    
    * video(DIS): fix test parameters
    
    * video(DIS): simplify OpenCL kernels
    
    - parameters -> defines
    - avoid float3
    - const / local scope
    - improve readability, replace Kernel::set() -> args()
    
    * video(DIS): use CV_32FC2 buffers
    53c77155
Name
Last commit
Last update
..
ocl Loading commit data...
test_OF_accuracy.cpp Loading commit data...
test_OF_reproducibility.cpp Loading commit data...
test_accum.cpp Loading commit data...
test_camshift.cpp Loading commit data...
test_ecc.cpp Loading commit data...
test_estimaterigid.cpp Loading commit data...
test_kalman.cpp Loading commit data...
test_main.cpp Loading commit data...
test_optflowpyrlk.cpp Loading commit data...
test_precomp.hpp Loading commit data...