Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Qt を OpenCV と統合しようとしています。
以下に例を示します: http www opendesktop org/content/show.php/Qt+Opencv+webcam+viewer?content=89995
しかし、機能:
putImage(IplImage* cvimage)
終了エラー コード: 1073741819、次の場所:
cvimage->depth
..使用されています。
このエラーの発生を防ぐにはどうすればよいですか?
それでは、メイン関数から値を返さないのでしょうか? 私にとっては「初期化されていない値」のように見えます