搜索资源列表
含有zip、lzw、gzip等多种压缩算法的程序
- 含有zip、lzw、gzip等多种压缩算法的程序
watermark source code
- 各式各樣的watermark源碼演算法
X264最新版本091223
- x264是一种免费的、具有更优秀算法的H.264/MPEG-4 AVC视频压缩编码格式。它同xvid一样都是开源项目,但x264是采用H.264标准的,而xvid是采用MPEG-4早期标准的。由于H.264是2003年正式发布的最新的视频编码标准,因此,在通常情况下,x264压缩出的视频文件在相同质量下要比xvid压缩出的文件要小,或者也可以说,在相同体积下比xvid压缩出的文件质量要好。它符合GPL许可证。 x264-snapshot-20091222-2245是最新的版本之一
MPEG2编解码源码
- 此编码在tm5模型的基础上由peter进行了修改,降低了算法复杂度,提高了实时性。
faceRecog基于OpenCV的人脸识别系统
- 使用了Gabor+LDA算法,包含人脸检测、对齐、光照预处理、识别模块
各类运动估计算法
- 里面介绍了各种的运动估计算法源码,三步,璘行等,四步
FIR低通滤波器
- FIR低通滤波器算法
傅立叶变换经典算法
- 经典快带傅立叶变换与反变换算法,可实现一维和二维
图像检索的K值聚类
- 图像检索的K值聚类算法
一个实现图像旋转的算法
- 一个实现图像旋转的算法
gauss.混合高斯背景建模算法
- 混合高斯背景建模算法,包含了阴影消除方面的一些处理。,AppWizard has created this gauss application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
YuvField.rar
- 从YUV420文件中抽出奇偶场保存为YUV文件,对开发Deinterlace等算法很有用,YUV420 extract from the document saved as YUV parity field documents, such as deinterlace on the development of useful algorithms
avi.rar
- 视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 该框架支持的视频只限于RGB非压缩Windows AVI格式,可以通过“文件”菜单下打开视频来打开视频文件。,Video Demo algorithm includes: 1. Static background prediction in the context of target detection 2. The conte
sift
- sift是一种特征检测算法,这里的sift算法是用C++实现的。-sift is a feature detection algorithm, where the sift algorithm is implemented using C++.
StereoEvaluating
- OpenCV支持的三种双目立体视觉算法BM,SGBM,GC综合比较,输出视差效果-Evaluating BM,SGBM,GC algorithm..
Mixingmethod
- 混音算法,除去本路语音,最多支持10路语音-Mixing method, remove the voice of the Road
ImageCoding
- 图像编解码VC++程序,有各种图像编解码算法!-The image the codec VC++ program, a variety of image encoding and decoding algorithms
handtracksourcecode
- 一个手指跟踪的算法的c++代码实现,利用的思想是模板匹配-A finger tracking algorithm c++ code
SHINE
- Shine mp3定点编码库是一个在保证音质可以接受的情况下尽量简化Mp3编码算法的工具。故它的速度一般情况下是可以接受的。音质从实验看来还算不错。-Shine mp3 encoding library is a fixed point to ensure an acceptable sound quality as much as a tool for simplifying Mp3 encoding algorithm. Therefore, the speed of it under no
EVRC编解码算法描述及编解码源码
- EVRC是CDMA中使用较为广泛的一种语音编码格式,压缩包中包括了算法描述和代码