资源列表
ImageClustering
- 实现对彩色图像的量化,也就是减少图像的颜色个数,是数字图像处理的一种。
Phong-model
- 图形学,实现了著名的光照模型Phong模型,可以表示反射折射,镜面反射等光学现象
DrawFill
- 图形学,填充和裁剪算法,采用著名的Sutherland裁剪算法和扫描线填充算法。
HideSurfaceV0.9
- 图形学消隐算法,采用扫描线算法,算法简单,而且执行效率特别高。
PDFlib-6.0.3p5-Windows
- 很专业很强的pdf处理库,如果你拥有了这个库文件,pdf对你来说已经没有了难度。而且可以通过它了解更多作者的信息。
BPnetwork
- 数字图像模式识别技术及工程实践\\源代码\\第03章 常用的模型和算法介绍
peizhun
- 在vc平台上开发的图像处理程序,能实现典型的变换、配准
tuxiangsuofang
- 这是用于数字图象处理的小程序,它能实现图象放大和放小的功能,很好用。源码
image_process
- This file include some image process program: void ImResize(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg, int nFixSize) bool CalMoments(float Moments[7], IMAGEDATA *pSrImg) void RGB2Gray(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg) void Im2Bw(IMAGEDATA *pR
DCT_transform
- This file include the DCT and IDCT transform of an image. void show_DCT( void ) void DCT_8x8( float* data ) void IDCT_8x8( float* data ) void BDCT( float* input,int rows,int cols ) void BIDCT( float* input,int rows,int cols ) void get_8x8
image_comparaison
- This file include how to compute the PSNR between two images.
image_spatial_process
- image preprocessing for JPEG compression. This file include: void filter2() void get_8x8() void set_8x8() void sym_extension() void zero_extension() void peri_extension() void get_middle()