Home
last modified time | relevance | path

Searched defs:gKer (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudaoptflow/src/cuda/
Dfarneback.cu495 void setGaussianBlurKernel(const float *gKer, int ksizeHalf) in setGaussianBlurKernel()
/external/opencv3/modules/video/src/
Doptflowgf.cpp824 Mat gKer(1, smoothSize/2 + 1, CV_32FC1, g.ptr<float>(smoothSize/2)); in setGaussianBlurKernel() local