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 transformation, image edge contour-related processing. About the Source within the Template () function: the role is specified template (any size) to manipulate the image, specify the template parameter iTempH* height, width parameter iTempW specify the template, specify the template parameter iTempMX and iTempMY center* Elements coordinates, specify the template parameter fpArray element, fCoef specified factor. About PrewittDIB () function: the role of edge detection using Prewitt operator for image edge detection operators. There are many practical image processing functions, please refer compressed within the MyDIPView.cpp file.