资源列表
pictureprogram
- C语言图形处理 每一C程序都必须有一main()函数,可以根据自己的爱好把它放在程序的某个地方。有些程序员把它放在最前面,而另一些程序员把它放在最后面,无论放在哪个地方,以下几点说明都是适合的-C language graphics every C program must have a main () function. under their loving procedures put it somewhere. Some programmers put it in front, while
decompress_test
- Jpeg的解压缩算法的分析和实现一个很简单也很精练的程序-Jpeg compression algorithm analysis and the realization of a very simple and streamlined procedures
ImageViewPPC
- ppc图像浏览工具,基于wtl开发,支持滚动,详细信息,以及注册-machines tools, based on the Windows Template Library, and support the rolling, detailed information and registration
mapxtremeforjava
- MapXtreme for Java开发教程-for MapXtreme Java Development Guide
pic_process
- 这是一个关于图象处理的小程序,内含直方图,镜像等图象处理的功能,功能不是很完整-This is an image processing on the small program includes histogram, such as mirror image processing functions, function is not complete
Thinned
- java开发的二值图像细化算法程序,能够从二值图像中提取图像骨架-java development of the binary image thinning algorithm procedures, from the binary image extracted image skeleton
ICOEdit
- Visual Basic编写的ICO编辑软件源码,界面和功能都非常专业。-written in Visual Basic source ICO editing software, interface and functions are very professional.
NeHe.OpenGL.Tutorial
- NeHe中文版OpenGL教程电子书籍,包含讲解 -Chinese version of OpenGL Guide e-books contain brief
AsurveyColoimagesegement
- 计算机视觉方面的(也相应包含很多图像处理和模式识别方面的),-of Computer Vision (also corresponding with many image processing and the pattern recognition),
bianmashiyan
- 数字图像处理实验 根据原图像的直方图,发现背景和目标的分割值大约在130左右,并将灰度图像转为二值图像,分割效果比较理想。 图像处理实验(六)图像压缩与编码 实验目的: 学习JPEG压缩编码 实验内容: 一.实现基本JPEG的压缩和编码分三个步骤: 1. 首先通过DCT变换去除数据冗余; 2. 使用量化表对DCT系数进行量化; 3. 对量化后的系数进行Huffman编码。-digital image processing experiments based on
imhist
- 直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-color histogram amendments and command line compiler transformation process following vcvars32 rc bmp.rc c l colorope.c
tansform
- 是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 -corruption, inflation, thinnin