Skip to content

Commit a6e1402

Browse files
committed
make RotatedRect and TermCriteria cross module depdencies
also manual rename for conflict introduced in BOWKMeansTrainer constructors
1 parent f147733 commit a6e1402

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gen_rust.py

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"core" : [
2525
[ "class cv.Mat", "", ["/Ghost"], [] ],
2626
[ "class cv.Algorithm", "", ["/Ghost"], [] ],
27+
[ "class cv.RotatedRect", "", ["/Ghost"], [] ],
28+
[ "class cv.TermCriteria", "", ["/Ghost"], [] ],
2729
]
2830
}
2931

@@ -117,6 +119,7 @@
117119
# features2d
118120
"cv_BOWKMeansTrainer_cluster": "default",
119121
"cv_BOWKMeansTrainer_cluster_Mat_descriptors": "new",
122+
"cv_BOWKMeansTrainer_BOWKMeansTrainer_int_clusterCount_TermCriteria_termcrit_int_attempts_int_flags": "new_with_criteria",
120123
"cv_DMatch_DMatch": "default",
121124
"cv_DMatch_DMatch_int__queryIdx_int__trainIdx_float__distance": "new",
122125
"cv_DMatch_DMatch_int__queryIdx_int__trainIdx_int__imgIdx_float__distance": "new_index",

0 commit comments

Comments
 (0)