Skip to content

Instantly share code, notes, and snippets.

View nouei's full-sized avatar

Mahyar Nouei nouei

  • Toronto
View GitHub Profile
@nouei
nouei / Raw Links
Created February 5, 2017 19:55 — forked from daksis/Raw Links
Bayesian Network Resources
@nouei
nouei / imageProcessing.cs
Created December 17, 2016 17:58 — forked from y6a2/imageProcessing.cs
opencv/samples/cpp/squares.cpp to unity @iphone5 Using NativePlugin
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;