NET Framework is a framework used in application
development, both desktop applications and web-based
applications. C# programming language based on .NET
Framework is used in the system development [5]. .NET
Framework uses compilation method the so called managed
compilation [6]. Managed compilation allows interoperability
among programming languages and portability among
operating system.
In addition, EmguCV library is used as a library that
provides functions for image processing is also used.
EmguCV is a cross-platform .NET wrapper for OpenCV
allowing it to be run on different operating systems [7]. Using
EmguCV, image processing functions found in OpenCV can
be called from NET-compliant programming language.
OpenCV itself has been well-known as a complete and robust
image processing library to make computer vision related
applications [8].