Background-Subtraction-using-GMM
Background-Subtraction-using-GMM copied to clipboard
N_ptr was nullptr
Hello, I am running the code in Visual Studio 2017 in Debug mode. The code builds successfully, however when I run it I get this error: line 302 start = N_ptr->pixel_s; --> Exception thrown: read access violation. N_ptr was nullptr.
How can I solve?
Thank you
I also have the same issue, did you fix it? @ctlandi