opencv - Unhandled microsoft c++ exception cv exception at memory location -


i developped project vs , opencv on x64 computer , i've problem line:

model->train(image, labels); 

image , labels not empty i've got error:

unhandled exception @ at 0x774fc42d in facerec_video.exe: microsoft c++ exception: cv::exception @ memory location 0x0015ef38.

if click "continue", program continue , works. furthermore, if set breakpoint on line , step step, error message doesn't appear , program works too.

how resolve problem ? thanks


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -