搜索资源列表
Findcontours
- 算法实现对二值图像区域轮廓的查找和标定。使用了opencv库.
SIFTPRO
- 图像匹配点查找代码。用c++写的sift查找特征点的算法代码。思路清晰,注释明确。
fingerprint
- 自动指纹识别系统,Gabor滤波,OPTA细化算法,奇异点查找校准
PhotoEdit
- 自己用VC6开发的处理bmp图像程序,显示图像的直方图、黑白转换、灰度图转换、旋转、锐化处理、平滑处理、曝光处理、浮雕处理、逆反处理、霓虹处理、马赛克处理、扩散处理、柔化处理、查找边缘、滤波等等 提供所有这些处理的算法,所有实现的源代码,是学习VC图像处理很好的实例。
sift
- 这段代码是SIFT算法的C++代码,sift算法主要用于查找两张图像的共同特征点-SIFT algorithm for C++ code
datastructure
- 数据结构常用算法,以网页的形式给出,很实用,方便查找,可以用在人脸检测,识别上-data structure algrithm,
objectseek
- 此算法首先对目标进行查找,进行特征提取,最后对目标进行搜索-This algorithm first targets to find, feature extraction, the final search on the target
Bezier
- 三次贝塞尔分段插值(按照Excel曲线算法),计算平滑曲线上任意一点的点坐标的自定义函数BezierFit。 Excel的平滑曲线没有提供这个曲线图的公式,所以通过编程查找曲线上的点坐标。-Cubic Bezier Interpolation (in accordance with the Excel curve algorithm) to calculate any point on a smooth curve point coordinates of the custom function
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.)
Canny
- 利用canny算法 寻找边缘,可以用于边缘倾斜校正。外轮廓查找等-Using canny algorithm to find the edge, the edge can be used to tilt correction. Find other outline
da
- 排序和查找算法检测程序,统计元素移动和比较次数-Sorting and searching algorithms testing procedures, statistics and comparison of the number of mobile elements
duomeiti
- 对于24bit的彩色lena.bmp,设计一个中值区分算法,并由此设计出颜色查找表。同时将之转换成8位索引图.-For 24bit color lena.bmp, to design a value distinction between algorithms, and design a color lookup table. At the same time to convert them to 8 index maps.
SIFT
- 利用Sift算法原理进行图像匹配点查找,实现图像的匹配-Sift algorithm using the principle of image matching points to find, for image matching
AWB
- 自动白平衡算法,可以针对RGB24位图像通过查找表进行快速白平衡运算-Auto white balance algorithm, for RGB24-bit images quickly balance computation through a lookup table
link_domain
- 实现图像中连通域的查找和标记功能,经测试验证,算法可靠。-Find and markup capabilities to achieve the image connected domain, and has been tested to verify that the algorithm is reliable.
GDAL-correlator-master
- GDAL-correlator-master.zip是由C++采用开源代码gdal实现的自动查找两幅图片中相同的特征点的配准算法,surf算法。-GDAL-correlator-master.zip by C++ implementations using the open source gdal registration algorithms automatically find the same two pictures feature points, surf algorithms.
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)