OpenCV for Unityの動作をデバッグする方法 - ConsoleSoup

準備 OpenCV for Unityの利用準備で必要とされているものを揃えてください。 方法 Debug.Log() code:cs if (texture != null && colors != null) { Debug.Log("textureとcolorsが初期化されているので処理続行"); Utils.matToTexture2D (mat, texture, colors); }