Error in backgroundSubtractorMOG_
I have run the file and it shows me this warning
Warning:The following error was caught while executing 'cv.BackgroundSubtractorMOG' class destructor: Undefined function 'BackgroundSubtractorMOG_' for input arguments of type 'double'.
And this error was displayed;
Error in cv.BackgroundSubtractorMOG/delete (line 59) BackgroundSubtractorMOG_(this.id, 'delete');
Kindly guide me ASAP
which language are you talking about ? opencv version ? what did you install, and how ?
please add the resp. piece of code to your question
i am using this file on matlab and opencv version is 4.1.2. I have taken this code from github just to run it but in the check.m file of this link link text in the line number of 16 of check.m. I am having an error.
umm, imho, the matlab bindings are utterly neglected / unmaintained ;(
the repo you try to use was built with opencv2.4.9 bindindings, which are entirely dead.
my advice: give up on this, and move on to something better maintained.