OpenCV for Unityを使用したMarkerBased AR Sample
このアセットは、マーカーを検出および認識し、WebCamTexture に 3D モデルをリアルタイムで表示する拡張現実サンプルです。
http://u3d.as/content/enox-software/marker-based-ar-sample
コードは https://github.com/MasteringOpenCV/code/tree/master/Chapter2_iPhoneAR を「OpenCV for Unity」を使って書き直したものです。
・Texture2DMarkerBasedARSample - Texture2Dからマーカーを検出し、ARモデルを表示します。
・WebCamTextureMarkerBasedARSample - WebCamTextureからマーカーを検出し、ARモデルをリアルタイムに表示します。
続きを読む