搜索资源列表
GIF文件解码器类原代码gif89a
- GIF文件解码器类原代码gif89a GIF文件解码器类使用说明 本解码器类支持GIF文件格式的89a版本,可支持动画GIF文件! 本原代码未经严格测试,欢迎广大朋友批评指正。 1.使用授权 本原代码文档包括下列文件: gif89a.cpp 解码器类原程序 gif89a.h 解码器类头文件 gif89a.doc GIF文件格式说明 lzw.doc GIF文件所用压缩算法的说明 readme.
My_circle
- 一个画图测试程序,包括圆、方块、线、曲线、贝色而曲线的算法,图形学课程报告-a drawing test procedures, including the yen, squares, lines, curves, color and Bedouin curve algorithms, graphics courses report
otsu_comp
- C语言算法程序,已经过硬件测试,效果很好,用于图象的二值化,自动取得阀值.-C language paper, the hardware has been tested and the results very good for the image of the two values, automatic threshold.
AxisShowPoints
- 做算法测试使用的二维图形显示程序源代码,支持一维,二维数组显示,已及矩阵形式的数据点。含详细使用说明,显示速度很快。
高速屏幕传输
- 高速屏幕传输.分块比较+压缩传输能有效的减少压缩数据量,但缺点也很明显,比较图片的效率肯定没内存流比较高,要加快传输只能找到更好的算法我选择的是后者,开始的时候是直接把截下来的图片分成n块,然后逐块和上一个图片比较,不同就放到流中压缩传送,不过写完测试时很是郁闷,Cpu占用不说,在自己电脑上根本就突破不了16帧,当时就苦想能节约时间的方法(当时做梦都在想^.^),终于在一次被吵醒后来了灵感,每次都要把图片分成n块,这也很占时间啊,有没有更好的办法呢?觉也睡不着了...具体实现就看代码吧^_^
erzhihua
- 一个简单的二值算法的代码,阈值为122,就是最大阈值的一半,里面有测试图片
pca
- ORL-人脸库的pca算法程序。可以测试其人脸识别的时间和准确率
Nosay_FindPath
- 看到一篇有关A*寻路径的算法文章 http://dev.gameres.com/Program/Abstract/Arithmetic/A%20Pathfinding%20for%20Beginners.htm 讲得很不错,很透彻,就动手照虎画猫的做了个小程序,希望对大家有点用处。 不过测试过程中发现简单的按照这个算法,会有些路径成死路的问题,还在研究更好的H值取值算法,也希望能有高手指点一二。
BRESENHAM
- 通过BRESENHAM判定算法,绘制指定端点的直线,用来测试tuborC的图形编程
dsp_matlab300
- 各种图像边缘提取算法的C语言实现及一些测试用图像-It provides abundant c program algorithms for image edge check and pictures for testing.
指纹识别算法SDK测试程序
- 指纹识别算法SDK测试程序,包含了图像增强等与指纹识别相关的主要内容
localized_seg.zip
- 基于水平集的彩色图像分割matlab实现算法(包括源码、测试图像),Based on the level set for color image segmentation algorithm matlab (including source code, test images)
SusanDetection
- 用c++编写了一个角点检测的测试程序,方法是利用最小核值相似区算法实现了图像角点的检测程序。-C++ written by a corner detection test procedure is similar to using the value of the minimum core area algorithm of the image corner detection process.
1079113201
- 任务:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; 要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; -Task: You can enter a maze of any size data, with non-recursive method to derive a path out of the maze, and the path output
adaptivelinearfilter
- 数字图像处理自适应性滤波算法,极力推荐,本人亲自测试!-Adaptive filtering of digital image processing algorithms, highly recommended, I personally tested!
TUXIN
- 图形显示特技算法,VC++6.0源代码,运行测试通过。-Graphical display of a special algorithm
SIFT
- shift影像匹配算法程序,内带测试用途,效果还行,仅供参考-shift image matching algorithm within with test purposes, the effect is okay, for reference only
VCPbpPimprovePworking
- 用VC++实现的,超级好用的神经网络源代码,BP算法,超好用,超简洁 ,,已经测试过可直接运行-With VC++ achieve, super easy to use neural network source code, BP algorithm, super useful, super simple, have been tested can be run directly
Koch-curve-grammar-model-algorithm
- Koch曲线文法模型算法 课程设计做的,全部的源码 已经测试-Koch curve grammar model algorithm curriculum design, all of the source code has been tested
TestRayTracing
- 简单的光线跟踪算法测试,底层基于OpenGL实现(A simple ray-tracing demo)