It is possible to use the BackgroundSubtractorMOG
(OpenCV library) in still images?
I want to get only the foreground image from one single still image (captured from camera) using OpenCV library.
The still image look like this:
I want to remove the background to get only the cars.
The similar question have been asked such as here, but in my case, the background is not uniform.
Thank you for answering my question.