看板 C_and_CPP 關於我們 聯絡資訊
開發平台(Platform): (Ex: Win10, Linux, ...) Win 10 編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出) VS 2015 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...) OpenCV 問題(Question): 小弟在使用OpenCV時看到了如下的宣告 std::vector<cv::Point2f> &pt0 = imagePoints[0][0]; 第一次看到宣告時使用& 不了解他是怎麼作用的 想請教有經驗的先進不吝指教 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 220.135.24.105 ※ 文章網址: https://www.ptt.cc/bbs/C_and_CPP/M.1496846328.A.11E.html
ThomasHuang: 我還以為參考只能在函式變數的地方使用 06/07 23:19
ThomasHuang: 感謝解答 06/07 23:19
bluesoul: reference 06/07 23:56
cuteSquirrel: Reference, 亦稱 Alias 06/08 01:43
Killercat: 這樣不管你怎麼load image, pt0永遠是pivot(0,0) 06/08 09:57
Killercat: 而且比寫function getPivot()高效那麼一咪咪 06/08 09:57