资源列表
0514001
- 典型的多边形填充算法主要包括扫描线填充算法和轮廓标志域填充算法,适用于矢量多边形文件的填充算 法为扫描线填充算法。论文对原有的多边形扫描线填充算法中的最常用的活性边表和传统扫描线算法进行了分析,结 合活性边表和传统的扫描线填充算法的特点,针对复杂的大数据量的多边形填充时间效率较低的问题,提出了一种改 进的扫描线多边形填充算法一混合填充算法。该算法采用链表和数组结合的数据结构,形成连续的填充轨迹,有效地 提高了时间效率。 -Polygon Filling Algorithm t
136496-test_guide
- 利用MATLAB进行界面设计的一些用用的资料和代码-Use MATLAB to interface design used by some of the information and code
pdf417
- c++环境下的pdf417的编码源程序 附带成品 编译无错 无解码程序-collateral source code pdf417 finished c++ environment
MdiSquares
- 一个用MFC编制的填色小程序,对初学者比较有帮助-MFC with the preparation of a small process of coloring, more help for beginners
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
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.
28
- 维纳滤波C++语言开发,包括测试图片,绝对的经典-Wiener filtering
CG
- 一些常见的算法实现,自己做的,有些地方还需要改进-Some common algorithm that they do need to improve in some areas
IcoToBmp
- 用VC++将ICO文件转换成BMP格式的文件-Using VC++ will be ICO files into BMP file format
kMeans
- k-mean image clustering source code developed using java
fangxiang
- 方向滤波---利用gabor滤波器设计,能够对360度的任何方向进行滤波---- Use the direction of filtering gabor filter design, to the 360-degree filter in any direction
Template_Matching
- A template matching program with example included.