资源列表
0102050202
- 计算机图形学设计,实现画线、画圆、画多边形,用DDA算法实现画线,用Bresenham 算法实现画圆。还有实现区域的填充和多边形的裁剪,填充用种子填充算法,多边形的裁剪用的是Sutherland_Hodgman算法!本程序只是实现这些算法,如要使用,还可以进行完善!谢谢!-computer graphics design, realization of line drawing, Circle, drawing polygons, DDA algorithm used for line draw
Inverse_filter
- 逆滤波处理,对给定图像进行逆滤波处理,并显示处理过图像-inverse filter, given the inverse filter image processing, and display the processed image
weina_filter
- 维纳滤波变换,给定图像,进行维纳滤波变换,并显示变换后图像-Wiener filter transform, given images, Wiener filter transform, and display the image transform
bool_transformation
- 图像二值化处理,给定图片,用算法进行二值化-image binarization, given photographs, using algorithms Binarization
contrast_stretch
- 图像对比度拉伸,提供两幅图片,可以按所选对比度进行拉伸-image contrast stretching, two photographs, can be selected by contrast stretch
phasecong2
- Peter Kovesi的相位一致检测角点和边缘-Peter Kovesi phase unanimously corner detection and edge
tuansheji_system
- 一个功能比较齐全的图案设计系统,vc++测试通过,希望能对大家有用!-a function of a relatively complete system designs, vc test passed, we hope that the useful!
0025
- 《面向对象的MFC图象处理》 Windows提供了一些DIB函数,但未在MFC里封装;精通VC++.NET图象处理编程一书分析了这些函数,由此进而设计了一套函数,定义了类CDib使用,使用类CDib读、存、显示图象的示例 -"object-oriented image processing MFC" Windows DIB provides some function, but in MFC Lane Packaging; VC proficient.NET imag
vc_digital_image_processing_code
- GeoTrans目录下为封装Dll的Visual C++项目。其中封装了10个常用图像处理的API函数,方便VC、VB、Delphi等开发工具调用-GeoTrans directory for Packaging Dll Visual C projects. Compliant with the 10 commonly used image processing API function, the convenience of the VC, VB, Delphi and other devel
8_kinds_of_image_enhance
- 8种常用图像处理算法(函数)毕业设计的一部分代码-eight kinds of image processing algorithm (functions) graduated part of the design of code
ESegment
- 程序功能为将bmp彩色图片中的背景去除,留下图片的主要内容。该程序采用graph-based的图像分割算法,分割效果良好。 在命令行下通过传递参数运行:ESegment sigma k min input output 其中:ESegment为编译得到的程序名; sigma为平滑系数,一般取0.5~2之间的值; k一般取图片长、宽(像素)之间的值; min表示分割出的最小块的大小,取正整数即可 input为输入的bmp图片名 output为输出的bmp图片名-proc
Imagegeometryalgorithm
- 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-images of geometric transformation open a bitmap, Geometric Transform command line compiler process followi