[問題] 新手請教程式碼問題

作者: turn0316 (Ten)   2016-11-14 18:50:44
開發平台(Platform): (Ex: Win10, Linux, ...)
win7/Visual studio 2010
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
opencv
問題(Question):
小弟想利用opencv去推算鏡頭本身的位移還有速度,在網路上找到這段程式碼,
編譯可以過但是執行上還是會一直出錯,希望能請教各位前輩
錯誤結果(Wrong Output):
會跳出一個錯誤的視窗:
Debug Assertion Failed!
Expression;invalid null pointer
For information on how your program can cause an assertion failure,see
the Visual C++ documentation on asserts.
輸出欄:
The program '[3504]'opencvtest.exe: Native' has exited with code 3 (0x3)
程式碼(Code):(請善用置底文網頁, 記得排版)
http://blog.csdn.net/u011630458/article/details/46323319
作者: nh60211as   2016-11-14 23:16:00
試了VC++2015跟MingGW都可以正常執行,他的程式碼裡也沒用ASSERT,你要不要貼你的程式碼看看
作者: LPH66 (-6.2598534e+18f)   2016-11-15 01:17:00
這個錯誤訊息的意思是程式在執行到某一條 ASSERT() 時發現ASSERT 裡聲稱的條件並未滿足因此報錯
作者: turn0316 (Ten)   2016-11-15 13:49:00
我只有多include"stdafx.h" 沒有改其他的東西,重建一個專案也是一樣的問題
作者: dearsophia (今天真熱)   2016-11-16 09:45:00
先用debug 一行一行執行,看哪一行有問題

Links booklink

Contact Us: admin [ a t ] ucptt.com