Skip to content

Med filt bm

Felix Hess requested to merge medFiltBM into master

Basic approach for image segmentation with median filtering implemented. Tested with basic videos and matrices as input. Also created a script to output videos of the calculated foreground masks and background models. Functions:

  • init_background_model: initializes background model from video with n Images
  • create_foreground_mask: creates foreground mask with 1 image as input (background model needs to be initialized)

Merge request reports