最終更新:2018-07-05 (木) 01:32:06 (2115d)  

openFrameworks/画像
Top / openFrameworks / 画像

変換

ofImageofxCvcv::Matとして扱う

  • Either use Mat mat = toCv(img); to treat the ofImage as a Mat, modify the mat, then img.update() to upload the modified pixels to the GPU.
  • もしくはtoOf(mat, img)

ofxCv

toCv

toOf

openFrameworks/色