gen_dict.json 644 B

1234567891011121314151617181920
  1. {
  2. "class_ignore_list" : [
  3. "SURF_CUDA"
  4. ],
  5. "const_fix" : {
  6. "PCTSignatures" : { "SimilarityFunction": { "GAUSSIAN": "SIMFUN_GAUSSIAN" } }
  7. },
  8. "AdditionalImports" : {
  9. "*" : [ "\"xfeatures2d.hpp\"" ]
  10. },
  11. "func_arg_fix" : {
  12. "DAISY" : {
  13. "create" : { "norm" : { "ctype" : "NormalizationType",
  14. "defval" : "cv::xfeatures2d::DAISY::NRM_NONE"} }
  15. },
  16. "PCTSignatures" : {
  17. "(PCTSignatures*)create:(NSArray<Point2f*>*)initSamplingPoints initSeedCount:(int)initSeedCount" : { "create" : {"name" : "create2"} }
  18. }
  19. }
  20. }