opencv/modules/video
krodyush 65d64af2a8 ocl_calcOpticalFlowPyrLK optimizations
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.
2014-03-19 19:31:14 +04:00
..
doc Merge branch 'master' into merge-2.4 2013-08-16 14:14:12 +04:00
include/opencv2 CV_WRAP for BackgroundSubtractorMOG2 2013-11-30 13:35:23 +01:00
perf changed file name to case-sensitve to support linux 2014-02-26 10:55:18 +04:00
src ocl_calcOpticalFlowPyrLK optimizations 2014-03-19 19:31:14 +04:00
test Optical flow dualt tvl1 ocl-based implementation and tests 2014-02-20 14:23:10 +04:00
CMakeLists.txt Global CMake reorganization: 2012-02-03 11:26:49 +00:00