cvl-robot's diary

研究ノート メモメモ https://github.com/dotchang/

2014-09-02から1日間の記事一覧

LeapMotion v2.1に更新したofxLeapMotionでCamera Imagesを使ってステレオ復元

(編集中) ofxCvを導入しておく。 testApp.cppをちょっと編集。 if(on_distortion){ leap.getRectifiedImages(); cv::Mat left, right; left = ofxCv::toCv(leap.distortion[0]); right = ofxCv::toCv(leap.distortion[1]); stereo(left,right); } ステレオ用…