Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Tetragramm
GitHub Repository: Tetragramm/opencv
Path: blob/master/modules/video/misc/java/gen_dict.json
16358 views
1
{
2
"missing_consts": {
3
"Video" : {
4
"private" : [
5
["CV_LKFLOW_INITIAL_GUESSES", 4 ],
6
["CV_LKFLOW_GET_MIN_EIGENVALS", 8 ]
7
]
8
}
9
},
10
"func_arg_fix" : {
11
"calcOpticalFlowPyrLK" : { "prevPts" : {"ctype" : "vector_Point2f"},
12
"nextPts" : {"ctype" : "vector_Point2f"},
13
"status" : {"ctype" : "vector_uchar"},
14
"err" : {"ctype" : "vector_float"} }
15
}
16
}
17
18