1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2024-08-27 18:31:36 +03:00
108 changed files with 1241 additions and 646 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"whitelist":
{
"": [
"CamShift",
"calcOpticalFlowFarneback",
"calcOpticalFlowPyrLK",
"createBackgroundSubtractorMOG2",
"findTransformECC",
"meanShift"
],
"BackgroundSubtractorMOG2": ["BackgroundSubtractorMOG2", "apply"],
"BackgroundSubtractor": ["apply", "getBackgroundImage"],
"TrackerMIL": ["create"],
"TrackerMIL_Params": []
}
}