gen_dict.json 1.2 KB

12345678910111213141516171819202122232425262728
  1. {
  2. "AdditionalImports" : {
  3. "*" : [ "\"ximgproc.hpp\"" ]
  4. },
  5. "missing_consts" : {
  6. "Ximgproc" : {
  7. "private" : [],
  8. "public" : [
  9. ["RO_IGNORE_BORDERS", 1], ["RO_STRICT", 0]
  10. ]
  11. }
  12. },
  13. "func_arg_fix" : {
  14. "Ximgproc" : {
  15. "niBlackThreshold" : { "binarizationMethod" : {"ctype" : "LocalBinarizationMethods"} },
  16. "HoughPoint2Line" : { "angleRange" : {"ctype" : "AngleRangeOption"},
  17. "makeSkew" : {"ctype" : "HoughDeskewOption"} },
  18. "weightedMedianFilter" : { "weightType" : {"ctype" : "WMFWeightType"} },
  19. "createDTFilter" : { "mode" : {"ctype" : "EdgeAwareFiltersList"} },
  20. "dtFilter" : { "mode" : {"ctype" : "EdgeAwareFiltersList"} },
  21. "thinning" : { "thinningType" : {"ctype" : "ThinningTypes"} },
  22. "FastHoughTransform" : { "angleRange" : {"ctype" : "AngleRangeOption"},
  23. "makeSkew" : {"ctype" : "HoughDeskewOption"},
  24. "op" : {"ctype" : "HoughOp"} },
  25. "createSuperpixelSLIC" : { "algorithm" : {"ctype" : "SLICType"} }
  26. }
  27. }
  28. }