搜索资源列表
计算几何C语言描述
- 计算几何算法的C语言实现,还不错, 不过有些难度,感兴趣的朋友可以看看。-computational geometry algorithm C language, quite good, but some are more difficult, interested friends can see.
MorphologicalThin
- 本代码实现了形态学细化。 特点:中间过程可以存储在输入中,因此节省存储空间;并且附有注解,便于理解;附有参考文献,有算法描述。This function implements the morphology thinning. Input pSrc is a float matrix in the range of [0, 1]. It supports in-place operation.Ref: Z. Guo and R. W. Hall, \"Parallel Thinning w
Geoalgs
- 计算几何经典算法介绍,特别是对线段求交的算法描述,可谓经典之极
Real-Time_Shot_Change_Detection_Over_Online_MPEG-2
- 基于mpeg2视频留的实时的镜头边界检测算法描述
siftp28pE7p94pA8pE4p
- SIFT用于图像全景拼接的源码,内附算法描述,很好用。-SIFT source code for image panorama stitching, containing algorithm descr iptions, easy to use.
DM642-picture
- 合众达DM642程序设计的图像处理算法描述-Triangle of DM642 programming image processing algorithms described
daisy
- daisy是08年新提出来的特征描述符算法,常用在图像匹配等领域中。文件包含算法的PDF文档和算法提出者编写的相应matlab程序,大家可以根据自己的需要来利用。-A Fast Local Descr iptor for Dense Matching,2008.
BiokeySDK315ProgrammingManual
- 本电子资料是Biokey+SDK3[1].5程序开发手册,讲述了BIOKEY指纹识别算法描述、BIOKEY SDK结构、ACTIVEX控件参考、DEMO程序说明。-This electronic information is Biokey+ SDK3 [1] .5 program development manual describes BIOKEY algorithm descr iption, BIOKEY SDK structure, ACTIVEX controls reference,
Computetgraphicsprocessingalgorithms
- 对图像处理进行了比较详细的描述,特别是算法方面的,可以给很多帮助!-Image processing carried out on a more detailed descr iption, in particular algorithms area, can give a lot of help!
shadow2
- 提出一种分块阴影检测算法,并描述了算法的实现,实验表明该算法克服了传统的边缘检测算法的缺点,阴影检测效果比传统算 法更好。 -A shadow detection algorithm block, and describes the algorithm, experiments show that the algorithm is to overcome the traditional shortcomings of the edge detection algorithm, shado
siftDemoV4
- 作为一种匹配能力较强的局部描述算子,SIFT算法的实现相当复杂,但从软件开发的角度来说,只要会使用其中几个比较重要的函数就行了。这里要感谢David Lowe这个大牛,不但提供了一种强悍的特征匹配算法,还给出了C++的实现代码,后来有人用C#实现了这个算法,需要的朋友可到网上自行下载。 -As a strong ability to match the partial descr iption of operator, SIFT algorithm to achieve very compl
Nonlocal_Operators_for_inverse_problems_NLIP_v1.zi
- 非局部图像处理算法描述代码,以及其应用于图像复原的测试代码,是C语言和MATLAB的混合编程。-Non-local image processing algorithms described in code, as well as its test code in image restoration is a mixture of C programming language and MATLAB.
similarity
- 自相似特征(self-similarity)描述子的提取代码,算法见“Matching Local Self-Similarities across Images and Videos”-Self-similar characteristics (self-similarity) describe the extraction of sub-code, algorithms, see " Matching Local Self-Similarities across Images and
sanweimubiaoshibie
- 用骨架法,支持向量机发对三维目标识别的最新博士论文,写的很好,也有具体的算法描述和实验结果。-With the skeleton method, support vector machines made the latest of three-dimensional target recognition doctoral dissertation, write well, but also a specific descr iption of the algorithm and experime
BellmanFord
- Bellman ford 算法描述即实现-Bellman ford algorithm descr iption of achieving
tuxiangchuliTMS320C6713
- 多传感器图像处理平台系统的搭建和算法描述-Multi-sensor image processing platform structures and algorithm descr iption
MARPH
- 对图像变形的一些基本算法的介绍和功能的描述等 -about marphing
CV5
- 增量直线拟合(incremental line fitting)算法描述多个物体-Incremental line fitting (incremental line fitting) algorithm for multiple objects described
ACO
- 蚁群算法在图像处理中的应用,描述蚁群算法的具体应用方法,在图像处理中的应用。是理论结合实际的好论文。-Ant colony algorithm in image processing applications, describe the specific application of ant colony algorithm method, image processing applications. Is a good theory with practice papers.
test4
- 算法描述 SIFT特征不只具有尺度不变性,即使改变旋转角度,图像亮度或拍摄视角,仍然能够得到好的检测效果。整个算法分为以下几个部分: (1)构造尺度空间:DoG尺度空间 (2)检测DoG尺度空间极值点 (3)去除不好的特征点 (4)给特征点赋值一个128维的方向参数。每个关键点都包含三个信息:位置、尺度和方向。 (5)关键点描述子的生成: 首先将坐标轴旋转为关键点的方向,以确保旋转不变性。以关键点为中心取8×8的窗口。 (6)最后进行特征匹配。(Algorithm descr i