• krodyush's avatar
    ocl_calcOpticalFlowPyrLK optimizations · 65d64af2
    krodyush authored
    1. decrease branch number in CL code by replacing them into weights
    2. decrease local mem pressure in reduce operation by using private variables
    3. decrease image sampler pressure by caching data into local memory
    4. remove unnecessary sync point on the HOST side.
    65d64af2
Name
Last commit
Last update
..
doc Loading commit data...
include/opencv2 Loading commit data...
perf Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...