mirror of
https://github.com/opencv/opencv.git
synced 2024-12-15 18:09:11 +08:00
18 lines
466 B
JSON
18 lines
466 B
JSON
|
{
|
||
|
"whitelist":
|
||
|
{
|
||
|
"": [
|
||
|
"CamShift",
|
||
|
"calcOpticalFlowFarneback",
|
||
|
"calcOpticalFlowPyrLK",
|
||
|
"createBackgroundSubtractorMOG2",
|
||
|
"findTransformECC",
|
||
|
"meanShift"
|
||
|
],
|
||
|
"BackgroundSubtractorMOG2": ["BackgroundSubtractorMOG2", "apply"],
|
||
|
"BackgroundSubtractor": ["apply", "getBackgroundImage"],
|
||
|
"TrackerMIL": ["create"],
|
||
|
"TrackerMIL_Params": []
|
||
|
}
|
||
|
}
|