mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
546 B
16 lines
546 B
{ |
|
"missing_consts": { |
|
"Video" : { |
|
"private" : [ |
|
["CV_LKFLOW_INITIAL_GUESSES", 4 ], |
|
["CV_LKFLOW_GET_MIN_EIGENVALS", 8 ] |
|
] |
|
} |
|
}, |
|
"func_arg_fix" : { |
|
"calcOpticalFlowPyrLK" : { "prevPts" : {"ctype" : "vector_Point2f"}, |
|
"nextPts" : {"ctype" : "vector_Point2f"}, |
|
"status" : {"ctype" : "vector_uchar"}, |
|
"err" : {"ctype" : "vector_float"} } |
|
} |
|
}
|
|
|