Initial commit: openalpr-net (C++/CLI wrapper) and openalprnet-cli (C#)

This commit is contained in:
Masroor Ehsan
2015-01-04 19:32:06 +06:00
parent b0c2dbe917
commit 833866d355
14 changed files with 631 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// openalpr-net.h
#pragma once
//using namespace System;
namespace openalprnet {
}