资源列表
Imagesmoothing
- 实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在
Imagecorrection
- 直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在
Imagegeometrychange
- 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在
Imagedetectionandmatching
- 进行图像的检测、模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在
GetParaFromImg
- 矢量多边形与栅格数据的批量裁剪,同时实现坐标转换计算
frft_PXJ
- 进行分数傅立叶变换的算法,通过该算法可以对函数进行任意分数阶傅立叶变换
adaptivethresholdandtestprogram
- 一个自适应阈值处理程序,是图像分割领域难题的一个处理方向,该方法效果还不错An adaptive thresholding algorithm that seperates the background with nonuniform illumination. %foreground from the background with nonuniform illumination.
newnethodotsu
- 一个新设计的OTSU算法,使用方法如下:% load clown % subplot(221) % imshow(X/max(X(:))) % title( Original , FontWeight , bold ) % for n = 2:4 % Iseg = otsu(X,n) % subplot(2,2,n), colormap(gray) % imshow(Iseg) % title([ n = int2str(n)], FontWeight , bo
fromirangaborfilter
- 基于纹理分析的图像分割用滤波实现,需要先输入参数。%The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes
GeoTrans
- 用MFC写的对BMP格式的图像进行几何变换操作的源码。包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转、图像的插值操作。
AV_SDK_USAGE_EXAMPLE_VC++
- AV SDK he application wizard uses \"TODO:\" to indicate parts of the source code you should add to or customize.
LineTrans
- 用MFC写的实现BMP格式图像点运算的源码。包括显示直方图、灰度的线性变换、阀值变换、窗口变换、灰度拉伸和灰度均衡。