mirror of
https://github.com/opencv/opencv.git
synced 2025-06-09 18:43:05 +08:00
fix pyrlk
This commit is contained in:
parent
1227e00f3d
commit
2ec1140b25
@ -149,7 +149,7 @@ namespace cv
|
|||||||
cl_image_format format;
|
cl_image_format format;
|
||||||
int err;
|
int err;
|
||||||
int depth = mat.depth();
|
int depth = mat.depth();
|
||||||
int channels = mat.channels();
|
int channels = mat.oclchannels();
|
||||||
|
|
||||||
switch(depth)
|
switch(depth)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user