1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

fix pyrlk

This commit is contained in:
yao
2013-06-26 16:58:20 +08:00
parent 1227e00f3d
commit 2ec1140b25
+1 -1
View File
@@ -149,7 +149,7 @@ namespace cv
cl_image_format format;
int err;
int depth = mat.depth();
int channels = mat.channels();
int channels = mat.oclchannels();
switch(depth)
{