Skip to content
Snippets Groups Projects
  • Lieven Govaerts's avatar
    cc483c60
    Fix a crash in the IndependentMultimodal algorithm during setup. The … (#108) · cc483c60
    Lieven Govaerts authored
    * Fix a crash in the IndependentMultimodal algorithm during setup. The nframes member
        variable is not initialized, which means that occasionally the initialize() function
        is not called when the first frame is processed.
    
        * package_bgs/IMBS/IMBS.cpp
          (BackgroundSubtractorIMBS): Initialize nframes to 0.
    
    * Fix a crash when initializingn not using and the destroying the IndependentMultimodal algorithm.
    
    * package_bgs/IMBS/IMBS.cpp
      (BackgroundSubtractorIMBS): initialize bgBins, bgModel and persistenceMap pointers to NULL.
    cc483c60
    History
    Fix a crash in the IndependentMultimodal algorithm during setup. The … (#108)
    Lieven Govaerts authored
    * Fix a crash in the IndependentMultimodal algorithm during setup. The nframes member
        variable is not initialized, which means that occasionally the initialize() function
        is not called when the first frame is processed.
    
        * package_bgs/IMBS/IMBS.cpp
          (BackgroundSubtractorIMBS): Initialize nframes to 0.
    
    * Fix a crash when initializingn not using and the destroying the IndependentMultimodal algorithm.
    
    * package_bgs/IMBS/IMBS.cpp
      (BackgroundSubtractorIMBS): initialize bgBins, bgModel and persistenceMap pointers to NULL.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.