Blame view

3rdparty/opencv-4.5.4/modules/video/misc/java/gen_dict.json 546 Bytes
f4334277   Hu Chunming   提交3rdparty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  {
      "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"} }
      }
  }