1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 17:24:28 +08:00

Merge pull request #3398 from alalek:issue_22206

This commit is contained in:
Alexander Alekhin
2022-12-23 03:25:59 +00:00
2 changed files with 0 additions and 6 deletions

View File

@@ -1,7 +1,4 @@
{
"const_fix" : {
"TrackerKCF" : { "MODE": { "CUSTOM": "MODE_CUSTOM" } }
},
"AdditionalImports" : {
"*" : [ "\"tracking.hpp\"" ]
},

View File

@@ -2,9 +2,6 @@
"class_ignore_list" : [
"SURF_CUDA"
],
"const_fix" : {
"PCTSignatures" : { "SimilarityFunction": { "GAUSSIAN": "SIMFUN_GAUSSIAN" } }
},
"AdditionalImports" : {
"*" : [ "\"xfeatures2d.hpp\"" ]
},