文件名称:MyDIP
介绍说明--下载内容均来自于网络,请自行研究使用
MyDIP C++图像处理程序源代码,实现图片灰度处理、图像缩放、图像变换、图像边缘与轮廓的相关处理等。关于源码内的Template()函数:作用是用指定的模板(任意大小)来对图像进行操作,参数iTempH指定模板
* 的高度,参数iTempW指定模板的宽度,参数iTempMX和iTempMY指定模板的中心
* 元素坐标,参数fpArray指定模板元素,fCoef指定系数。
关于PrewittDIB()函数:作用是用Prewitt边缘检测算子对图像进行边缘检测运算。
还有很多实用的图像处理函数,详情请参阅压缩包内的MyDIPView.cpp文件。-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.
* 的高度,参数iTempW指定模板的宽度,参数iTempMX和iTempMY指定模板的中心
* 元素坐标,参数fpArray指定模板元素,fCoef指定系数。
关于PrewittDIB()函数:作用是用Prewitt边缘检测算子对图像进行边缘检测运算。
还有很多实用的图像处理函数,详情请参阅压缩包内的MyDIPView.cpp文件。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MyDIP\dibapi.cpp
.....\dibapi.h
.....\MainFrm.cpp
.....\MainFrm.h
.....\mydib.cpp
.....\mydib.h
.....\MyDIP.aps
.....\MyDIP.clw
.....\MyDIP.cpp
.....\MyDIP.dsp
.....\MyDIP.dsw
.....\MyDIP.h
.....\MyDIP.rc
.....\MyDIPDoc.cpp
.....\MyDIPDoc.h
.....\MyDIPView.cpp
.....\MyDIPView.h
.....\ReadMe.txt
.....\res\MyDIP.ico
.....\...\MyDIP.rc2
.....\...\MyDIPDoc.ico
.....\...\Toolbar.bmp
.....\resource.h
.....\StdAfx.cpp
.....\StdAfx.h
.....\res
MyDIP