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.
This graph shows the program structure of this project.
image_proc.h is a header file contained all API for client.