gen_dict.json 546 B

12345678910111213141516
  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. }