opencv

  1. Aramoo

    How to save/load the whole internal states (not the parameters) of the BackgroundSubtractors, OpenCVSharp?

    I have successfully used OpenCVSharp, specifically the BackgroundSubtractorGMG, BackgroundSubtractorKNN, and BackgroundSubtractorMOG2, to perform background subtraction on images. However, when attempting to save the trained model, I have found that I can only save and load the parameters used...
  2. ocnuybear

    Resolved Person Detection with Webcam using OpenCV

    Can someone please help correct this code: Need to track Full Body People, not the usual faces and it is very hard to find c# code for that specificly. using System; using System.Diagnostics.Tracing; using System.Windows.Forms; using AForge.Video; using AForge.Video.DirectShow; using Emgu.CV...
Back
Top Bottom