Python typdef fixed. Reverted the example to MOG2. Not time to make the command line switch for now.

This commit is contained in:
unknown
2014-03-28 14:23:10 +01:00
parent be7eb72051
commit 75534a4828
3 changed files with 6 additions and 5 deletions

View File

@@ -134,6 +134,7 @@ typedef Ptr<DescriptorMatcher> Ptr_DescriptorMatcher;
typedef Ptr<BackgroundSubtractor> Ptr_BackgroundSubtractor;
typedef Ptr<BackgroundSubtractorMOG> Ptr_BackgroundSubtractorMOG;
typedef Ptr<BackgroundSubtractorMOG2> Ptr_BackgroundSubtractorMOG2;
typedef Ptr<BackgroundSubtractorKNN> Ptr_BackgroundSubtractorKNN;
typedef Ptr<BackgroundSubtractorGMG> Ptr_BackgroundSubtractorGMG;
typedef Ptr<StereoMatcher> Ptr_StereoMatcher;