资源列表
CG
- 一些常见的算法实现,自己做的,有些地方还需要改进-Some common algorithm that they do need to improve in some areas
28
- 维纳滤波C++语言开发,包括测试图片,绝对的经典-Wiener filtering
Digital_Image_Processing
- 实现Gaussian Blur等Convolution操作,Erosion和Dilation等Mophorlogy操作,以及二值化操作等等。-Convolution operation such as Gaussian Blur, Morphology operation such as Erosion and Dialation, as well as the thesholding operation and so on.
BmpPack
- 一个BMP文件压缩打包工具源码. 在LIB目录中包括了一系列相关C++类源码. 其中有INI文件一读写类,字符串类(可计算表达式)图形类.-A BMP file compression tool for source code package. In the LIB directory, including a series of related C++ type source. Which one to read and write INI file type, string type
MdiSquares
- 一个用MFC编制的填色小程序,对初学者比较有帮助-MFC with the preparation of a small process of coloring, more help for beginners
pdf417
- c++环境下的pdf417的编码源程序 附带成品 编译无错 无解码程序-collateral source code pdf417 finished c++ environment
136496-test_guide
- 利用MATLAB进行界面设计的一些用用的资料和代码-Use MATLAB to interface design used by some of the information and code
0514001
- 典型的多边形填充算法主要包括扫描线填充算法和轮廓标志域填充算法,适用于矢量多边形文件的填充算 法为扫描线填充算法。论文对原有的多边形扫描线填充算法中的最常用的活性边表和传统扫描线算法进行了分析,结 合活性边表和传统的扫描线填充算法的特点,针对复杂的大数据量的多边形填充时间效率较低的问题,提出了一种改 进的扫描线多边形填充算法一混合填充算法。该算法采用链表和数组结合的数据结构,形成连续的填充轨迹,有效地 提高了时间效率。 -Polygon Filling Algorithm t
painter
- 图形设计,我的毕业设计初稿。采用vb.net平台,不过功能相对简单。-Graphic design, the first draft of my graduation project. Vb.net platform used, but relatively simple function.
BCurve
- 由于最近工作需要,通过样条曲线来画线,所以自己写了一个样条曲线的算法。希望大家参考。-A result of the recent work by spline curves to draw lines, so to write a spline curve algorithms. I hope your reference.
h264source
- h264标准编解码,有编解码源代码,并有正确的码流-source for h264 codec,included encode and decode source
Digital_Image_Processing_by_MATLAB
- Matlab is perfect tool to process digital imgae.This .rar file includes many .m files with detailed comment.They can complete many operations of DIP.