Skip to content

Instantly share code, notes, and snippets.

@nouei
nouei / imageProcessing.cs
Created December 17, 2016 17:58 — forked from lis2501/imageProcessing.cs
opencv/samples/cpp/squares.cpp to unity @iphone5 Using NativePlugin
View imageProcessing.cs
using UnityEngine;
using System.Collections;
using System.Runtime.InteropServices;
public class imageProcessing : MonoBehaviour {
[DllImport ("__Internal")]
private static extern void UpdateTexture(System.IntPtr colors, int width, int height);
WebCamTexture webcamTexture;
Texture2D texture = null;
@nouei
nouei / Raw Links
Created February 5, 2017 19:55 — forked from daksis/Raw Links
Bayesian Network Resources
View Raw Links