资源列表
sztxhqcljsjyy2
- 数字图像获取处理及实践应用 主要是图像基本处理功能的实现-digital image processing and access to practical application is mainly basic image processing functions to achieve
sztxmssbjsjgcsj
- 数字图像模式识别技术及工程实践 学习识别有用-digital image pattern recognition technology and engineering practice learning to identify useful
分形图象制作器
- --- --- -分形图像制作---- --- --- - fractal images produced
kfill
- 种子填色算法,turbo c 2.0环境-seed coloring algorithm, 2.0 turbo c
smtp1 MFC实现
- 用MFC开发的可隐蔽发件人姓名的免smtp邮件客户端程序。-with MFC can be concealed the names of the authors - free smtp mail client program.
均衡化等
- “增强处理”按钮下,分别为规范化处理和均衡化处理。 函数在响应对应的函数下,在1View.cpp下分别为void CMy1View::Onjunheng() 和void CMy1View::Onguifan()。-"Enhancement" button, respectively, for a standardized management and balanced treatment. Function in response to the correspond
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
detectpic
- 用c语言实现的用差影法检测图像,用模板匹配图象-with the language used poor video image detection with template matching image
Quxians1
- b样条曲线绘制。很小的文件,功能相对来说比较简单。-b-spline curve drawing. Small paper, function is relatively simple.
MFC实现多边形画图填充
- MFC实现多边形画图和填充,对学习图形学有一定的好处哟!-MFC polygon drawing and filling, to learn graphics have certain advantages yo!
Bresenham高效画线算法
- 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication is one of the ways, but each p
ImageFFT2
- VC编写的高效的图象2D快速傅立叶正变换程序,编译通过.适合256色bmp图象变换.效果和matlab的fft2()没法比,但是程序值得借鉴.适合图象处理初学者,有助于理解傅立叶变换在图象处理中的重要作用.-VC efficient preparation of the image is 2D fast Fourier transform procedures compile. Bmp for 256-color image transformation. Results and Matlab