Description

About the SDK program architecture of computer vision algorithms written in C++ and OpenCV.

The computer vision algorithms in this notion are contained object location(Template Matching, Pattern Matching, Feature Matching), flat-field-correction, contrast stretching, variance..., etc.

The following content will introduce the software architecture and the usage and effects of each API.

UML Class Diagram

This graph shows the program structure of this project.

image_proc.h is a header file contained all API for client.

image_proc.h is a header file contained all API for client.

Getting Started

Environments

Installation

OpenCV installation

Build Executable

  1. To CMakeLists.txt enable "add_executable"
  2. To main.cpp, and select the function you want to execute by the index.
  3. Execute the following command