最終更新:2018-06-17 (日) 01:03:24 (2140d)  

ofxCv::drawMat
Top / ofxCv::drawMat

メモ

  • drawMat() is not the most optimal way of drawing images to the screen, because it creates a texture every time it draws.
  • If you want to draw things efficiently, you should allocate a texture using ofImage img; once and draw it using img.draw().