Introduction - If you have any usage issues, please Google them yourself
MyDIP C++ image processing program source code to achieve gray image processing, image scaling, image conversion, image edge contour associated with the treatment. Template on the source () function: the role is specified template (any size) to operate, specify the template parameter iTempH image
* The height, width parameters iTempW specified template template parameter iTempMX and iTempMY designated center
* Element coordinates specified parameters fpArray template elements, fCoef specified factor.
About PrewittDIB () function: the role of edge detection using Prewitt operator image edge detection operators.
There are many practical image processing functions, please refer to compress MyDIPView.cpp file within the package.