搜索资源列表
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.
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++.
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
Deinterlace120src
- 视频后处理算法deinterlace的实现,封装为directshow Filter的形式,对于视频显示质量有很好的提高.-Deinterlace video post-processing algorithms to achieve directshow Filter package for the form of video display quality for a very good improvement.
zuidachangfang
- 最大长方体问题 一个长,宽,高分别为m,n,p 的长方体被分割成个m*n*p 个小立方体。每个小立方体内有一个整数。试设计一个算法,计算出所给长方体的最大子长方体。子长方体的大小由它所含所有整数之和确定。-The biggest problem Cuboid a length, width and height, respectively m, n, p of the rectangular cut into m* n* p a small cube. Each cube, there ar
Bit_Saving_Algorithm
- 位存储算法的思想是按顺序存储一个一个以位为单位的数据,我们知道位不可以定义为数组,也不可以在结构体中使用,如何来解决这个问题呢?位存储算法给出了很好的解决办法-Digital storage algorithm is based on a sequence of storage spaces for a unit of data, we know that place can not be defined as an array, it can not be used in the struct
ImageIpainting
- 根据FMM算法用C++实现图像修复功能,可对图像中的特定破损颜色区域进行修补,用周围颜色的平均值来进行填充-According to FMM algorithm C++ Image Restoration function, can damage the image of a particular color patch region, with the average of the color around to fill
AStar
- A*算法寻找最小路径 ,功能多多,呵呵,我自己写的,希望对大家能有所帮助-A* algorithm to find the smallest path, function more, huh, huh, I wrote it myself, in the hope that we can be helpful
OPSIA
- Open Planar Separation Image Analyzer(OPSIA)平面分离图像分析软件中包含的功能有,1D 平面分离图像(如TLC、凝胶电泳图等),可以自动分道和自动峰积分,可以3维化,可以将图像颜色通道分开来分析,可以将数据导出成*.dat文件,等等。里面包含非常多有用的色谱工作站的算法代码,如自动峰积分、最小二乘法等等。 -Open Planar Separation Image Analyzer (OPSIA) is a program for researche
dvdtoavi
- dvd转avi,本算法系在原算法的基础上最新修改而成,修正了原英文版的几个bug,且加入了对于双核系统的支持-Department of the algorithm at the basis of the original algorithm on the latest modifications made to amend the original English version of some bug, and add a dual-core system for the support o
player
- 本系统是一个自制的小型播放器,自己写来玩的。算法系在原算法的基础上修改而成,且加入了对于双核系统的支持-This system is a small self-made player, himself wrote the play. Algorithm Department at the original algorithm on basic modifications made, and add a dual-core system for the support of
find_the_middle_number
- 设X[0:n-1]和Y[0:n-1]为两个数组,每个数组中都有n个已经排好序的数字,试设计一个O(logn)时间的算法,找出X和Y的2n个数的中位数。-Set X [0: n-1] and Y [0: n-1] for the two arrays, each array has n good order have been ranked the number and try to design a O (logn) time algorithm to find of the X and Y i
An_Adaptive_Jitter_Buffering_Algorithm_for_Voice_o
- 当IP语音包的网络时延抖动较小时,一般的语音缓冲算法可以得到较好的语音质量。当网络中存在突发大时延时,就会出现极大丢包率或极大端到端时延,从而难以获得好的语音质量。为此,提出针对突发大时延下的自适应语音缓冲算法。通过估算网络平均时延和学习语音包经过的网络路径上的状态,来确定需要控制端到端时延大小和语音包的丢包率,动态调整Jitter Buffer队列的最小深度和最大深度,从而可以尽量减小语音裂缝(gap)的出现。通过基于听觉模型的客观音质评价(PESQ)仿真计算以及在实际语音网关设备中的应用表明
cr
- 频谱感知是认知无线电的一个重要前提,而能量检测法则是比较成熟的频谱感知算法。它可以有效地凡发现频谱孔,使得认知无线电与周围通信环境相适应-Spectrum sensing cognitive radio is an important prerequisite, and the law of energy detection of the spectrum is a more mature perception algorithm. Where it can be found in the sp
dvd2avi
- VC编程实现DVD到AVI格式的转换,很早时候参考过的一个源码,现在可能有很多类似的版本,这主要实现了DVD格式视频到AVI格式的转换,可能现在会有更好的算法,但以前就是这样做的。-VC Programming DVD to AVI format conversion, early reference to a time source, and now there may be many similar versions, mainly the realization of the DVD fo
VBRandom
- 这是一个VB编写的录音工程,可以简单录音,不过对于算法应还需进一步优化。-This is a recording of the VB project preparation can be a simple recording, but the algorithm should be further optimized.
AfastcompresseddomainvideostreamingSceneSegmentati
- 一种快速的压缩域视频流场景分段算法的介绍及相关知识的介绍-A fast compressed domain video streaming scenario sub-algorithms presentation and introduction of knowledge