Skip to content

Instantly share code, notes, and snippets.

View shimat's full-sized avatar
🍀
🍀

shimat shimat

🍀
🍀
View GitHub Profile
@shimat
shimat / BlobEnclosingCircle.cs
Last active August 29, 2015 14:02
Enclosing Circle of Blob
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using OpenCvSharp;
using OpenCvSharp.Blob;
namespace BlobEnclosingCircle
{
class Program
@shimat
shimat / OtherDomain.cs
Last active August 29, 2015 13:58
Loading IplImage from other domain.
using System;
using System.IO;
using System.Linq;
using System.Reflection;
namespace ConsoleApplication1
{
class Proxy : MarshalByRefObject
{
private Type type;