搜索资源列表
ImageProcessingProgram
- 包含多种图象变换,图象边缘提取的图象处理程序-It includes all kinds of image processing programme concerning image transformation, edge extracting .
Hough变换的源程序
- Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is \"sit
用小波变换对图象进行灰度处理的程序
- 显示小波变换的小程序,精确的解释了小波变换的理论,想学习小波变换的要看看啊 -this is a little program showing the wavelet.it explained the theory of wavelet precisely.those who want to learn something about wavelet may need it.
VC++用小波变换对图象进行灰度处理的源代码
- 该系统是通过小波变换对图象进行灰度处理, 和以往的算法有明显的区别!-this system process image with wavelet,very distinct from the previous algrithm.
图象处理教程
- 图象处理就是对给定的图象进行某些变换,从而得到清晰图象的过程。-image processing is the right to conduct certain image transformation, and thus a clear picture of the process.
bezbspline
- 这是一个BEZIER曲线,包括2维和三维的图象变换 B样条曲线也集中在里面了。-This is a Bezier curve, including two-dimensional and three-dimensional images transform B-spline curves are concentrated in the inside.
图象的几何变换
- 图像几何变换VC实现- The picture geometry transforms VC to realize
Image
- 基于VC的位图图像处理程序,可实现以下功能: 1.图象参数统计:最大值,最小值,均值,直方图; 2.对比度增强:直方图均衡; 3.图象平滑:中值滤波; 4.图象锐化: Sobel算子; 5.图像旋转:将图像旋转任意角度并显示; 6.图象变换:将图象分块(8*8),作DCT变换,并作IDCT;
图象FFT
- 可以打开和保存位图,还可以对其进行FFT变换及反FFT变换-can open and save bitmap, but also for its anti-FFT transform and FFT
基于VC开发的图像小波变换源程序
- 该程序能实现数字图象处理中的很多功能,例如图象复原,小波变换等等!-procedures to achieve the digital image processing of many functions, such as image restoration, wavelet transform, etc.!
图象变换大小
- 自己做的一个图象变换大小程序,看看就懂.-A simple program for changing size of image by myself.
数字图象处理(几何变换,边缘检测,图象增强)
- 数字图象处理源码集(几何变换,边缘检测,图象增强)-source digital image processing sets (geometric transformation, edge detection, image enhancement)
图象的几何变换算法2
- 此代码实现了图象的平移,旋转,镜像,转置,缩放等几何变换算法.-This program achieves geometrical transform algorithm of images levle-remove,circumrotation,Mirror,transpose,zoom and so on.
图象的几何变换3
- 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在
图象的灰度变换
- 图像的灰度变化程序源码-gray image change procedures FOSS
image_code
- 基于空间域图象变换的矢量量化图象编码方法----论文-Space-based transform domain image vector quantization image coding method---- Papers
3DMath-Graphics
- 墨西哥人写的3D图象变换程序,有很多复杂的数学方法在其中,图象非常奇幻-Mexicans wrote 3D image transformation process, there are many complicated mathematical method in which images are fantastic
ImageStudio111
- 图象变换例子 -Image Transform example
digital_image
- 型数字图象处理源码 大型数字图象处理,如图象分割,边缘识别,各种变换等 -Source digital image processing large-scale digital image processing, such as image segmentation, edge identification, such as the various transformation
基于小波变换的纹理图象分割算法研究_郇正良 (1)
- 这篇论文对小波变换提取纹理分割介绍的特别详细,能够使新手更快的理解和上手。(Research on texture Image Segmentation algorithm based on Wavelet transform)