看板 C_and_CPP 關於我們 聯絡資訊
開發平台(Platform): (Ex: VC++, GCC, Linux, ...) gcc 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...) opencv 2.3 問題(Question): 在執行時會出現錯誤 程式碼(Code):(請善用置底文網頁, 記得排版) http://ideone.com/BmMdD 補充說明(Supplement): 我有查到reduce的用法,編譯都能過 但是在執行到15行的時候都會出錯 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.125.20.80
Feis:將 src convert 成 float format (CV_32FC1, ...) 01/17 00:08
Feis:reduce(...,1,CV_REDUCE_SUM, CV_32FC1); 01/17 00:09
diabloevagto:感謝,我直接在reduce後面加上CV_32FC1就可以過了 01/17 00:31
diabloevagto:但現在在讀值有點問題 01/17 00:32
diabloevagto:我是想要將這篇http://ppt.cc/MPdb換成mat格式... 01/17 00:32
diabloevagto:感謝,我試出來了...opencv好多格式~_~選錯就差很多 01/17 00:41