How to use BackgroundSubtractorMOG2 for images
问题 I am pretty new to OpenCV and I am stuck at the moment. I am dealing with images, not a video. Since I will have same background in my project, I thought it would be easier to work, if I could remove my background. But first, I have to ask one thing. Can I use BackgroundSubtractorMOG2 for images? Because it is under video analysis/motion analysis title. I read the documentation on opencv.org and looked through countless examples/tutorials but I am still having difficulty understanding how