PDA

View Full Version : Qt and OpenCV, crash declaring a dnn net



franco.amato
16th October 2019, 00:41
Good morning,
I am trying to build a Qt app integrating OpenCV for image processing.
My problem is when I declare a cv::dnn::Net object. It immediately cause a crash
by just declaring it.
I would like to know if someone has happened the same and if he has managed to solve it
I use Qt4 and OpenCV 4.1.1
Regards

franco.amato
20th October 2019, 01:15
I solved it