搜索资源列表
chepaidingweixidong
- 1.采集到的车牌照图片使用的是24位RGB的BMP位图,即真彩图。需要将其转化为256级灰度图像。 2.将灰度图像转换成为二值图像。 3.去除噪声采用的方法:中值滤波、直方图均衡。 4.数学形态学的基本思想是用具有一定形态的结构元素去度量和提取图像中的对应形状以达到对图像分析和识别的目的。-1. Collection of vehicle license plate image using a 24-bit RGB bitmap in BMP, that is true color.
yuchuli
- 是对编译器预处理的模拟实现,运行环境vc++,功能去除程序中多余空格和注释-Is a pre-simulation to achieve the compiler, operating environment, vc++, function to remove extra spaces and comments procedure
LSA
- 潜在语义分析 LSA(latent semantic analysis)潜在语义分析,也被称为LSI(latent semantic index),是Scott Deerwester, Susan T. Dumais等人在1990年提出来的一种新的索引和检索方法。它解决了传统的关键词直接索引方法的同义词问题。该方法提出了潜在语义空间,即将文档投影到潜在语义空间中,通过文档间的位置关系判断文档的相似度。在该空间中,具有同义词的文档相互靠近,同时去除了文档中的噪音,提高了检索的精确度。(-LSA 为
WordAnalyse
- 用java编写的C语言词法分析器,完成了去除预处理命令,去除注释,词法分析等功能。-Jmichelle C language of lexical analyzer, finished removing pretreatment command, remove comments, lexical analysis etc. Function.
stripcc-0.2.0.tar
- 在网上下载的源码中,很多源码为了考虑移植性,加入了大量的条件编译,使得我们查看代码容易看花眼。 stripcc能根据makefile规则,去除不被编译的代码段,让代码清爽起来。此工具适用于使用makefile的任意C/C++代码工程。-Download source, a lot of source code in order to consider the portability by adding a lot of conditional compilation allows us to