Serializing BackgroundSubtractor
What's the easiest way in C++ to serialize or with other way save BackgroundSubtractor's state.
What's the easiest way in C++ to serialize or with other way save BackgroundSubtractor's state.
it is simply not possible.
since the "model" here is composed from the recent frames from your camera (or video), and has to be continuously updated, it does not make any sense to serialize it, imho.
for a different situation (or even, a different point in time), you have to re-learn the model.
Asked: May 18 '17
Seen: 225 times
Last updated: May 18 '17