Skip to content

Commit

Permalink
Update MotionDetector.h
Browse files Browse the repository at this point in the history
Fix python binding
  • Loading branch information
Nuzhny007 committed Nov 13, 2023
1 parent 3fa5c73 commit f2269d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Detector/MotionDetector.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
///
/// \brief The MotionDetector class
///
class MotionDetector final : public BaseDetector
class MotionDetector : public BaseDetector
{
public:
MotionDetector(BackgroundSubtract::BGFG_ALGS algType, const cv::UMat& gray);
Expand Down

0 comments on commit f2269d8

Please sign in to comment.