Skip to content

Instantly share code, notes, and snippets.

@sagi-z
Last active November 20, 2016 07:13
Show Gist options
  • Save sagi-z/06e993c18e3e963a720dacb418f9b559 to your computer and use it in GitHub Desktop.
Save sagi-z/06e993c18e3e963a720dacb418f9b559 to your computer and use it in GitHub Desktop.
Ptr<BackgroundSubtractorCNT>
createBackgroundSubtractorCNT(int minPixelStability = 15,
bool useHistory = true,
int maxPixelStability = 15*60,
bool isParallel = true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment