搜索资源列表
Findcontours
- 算法实现对二值图像区域轮廓的查找和标定。使用了opencv库.
SIFTPRO
- 图像匹配点查找代码。用c++写的sift查找特征点的算法代码。思路清晰,注释明确。
2007082914455420932
- 我的八叉树算法,包括节点数据结构,查找算法
fingerprint
- 自动指纹识别系统,Gabor滤波,OPTA细化算法,奇异点查找校准
PhotoEdit
- 自己用VC6开发的处理bmp图像程序,显示图像的直方图、黑白转换、灰度图转换、旋转、锐化处理、平滑处理、曝光处理、浮雕处理、逆反处理、霓虹处理、马赛克处理、扩散处理、柔化处理、查找边缘、滤波等等 提供所有这些处理的算法,所有实现的源代码,是学习VC图像处理很好的实例。
sift
- 这段代码是SIFT算法的C++代码,sift算法主要用于查找两张图像的共同特征点-SIFT algorithm for C++ code
kdtree
- K-D树源码,不错的空间查找算法,在三维重建和匹配中应用较多!-KD tree source, good space search algorithm, in the three-dimensional reconstruction and matching the application of more!
Graphics4
- 图形算法合集4:快速线性插值、半色调技术、使用lookup查找表的快速卷积、Nurbs曲面三角化等等。-Graphical Collection 4: rapid linear interpolation, halftoning techniques, the use of look-up table lookup fast convolution, Nurbs surface triangulation and so on.
zdlj(VB)
- 应用于GIS地图中,查找最短路径算法源码(VB)-Applies GIS map to find the shortest path algorithm source code (VB)
susan1
- 苏三算法,查找图像的边缘及角点检测,很实用,比起C++代码简单易懂-susan arithmetic
Otsualgorithm
- 经典的OSTU的算法,实现对图像阈值的查找并对图像进行二值化分割显示-OSTU classic algorithms, to achieve the threshold on the image search and image segmentation show binarization
datastructure
- 数据结构常用算法,以网页的形式给出,很实用,方便查找,可以用在人脸检测,识别上-data structure algrithm,
Graham
- 应用Graham算法查找散乱点集凸包,该程序演示了2D凸包的查找。按W键随机生成散乱点,并显示查找的最终凸包。-Find the convex of scatter points by graham algorithm. Press w key to generate random points, and the convex will be displayed.
Match
- 基于sift的图像间匹配点查找算法,经测试可以可以适应各种图像状况(包括各种仿射变换)。-Sift-based image matching points between the search algorithm, the tests can be adapted to a variety of image conditions (including affine transformation.)
da
- 排序和查找算法检测程序,统计元素移动和比较次数-Sorting and searching algorithms testing procedures, statistics and comparison of the number of mobile elements
ImageProcessing
- GIS地体图像配准、特征控制点查找算法+demo工程-GIS in body image registration, feature control point search algorithm
Graph
- 本工程实现了Dyjeksra最短路径算法,构造图Graph,可用于查找算法等。-This project offers an algorithm that realised Dyjeksra Shortest-Route through creating a graph and it can be used as searching algorithom.
src
- 一种快速匹配的算法,实现在图像中以置信度来查找对象。(find objects in an image with a confidence percentage.)
sift
- sift不变特征变换匹配算法,可以在不同的尺度空间上查找关键点,是个很完整的程序。(The algorithm is about Sift,which is complete.)
边缘检测算法的一种实现
- 自己写的一种查找图像边缘的方法,效果还不错(a way to find the edge of a picture by myself, and it can reach good result)