搜索资源列表
计算几何算法
- 计算几何常用算法,包括点是否在多边型中,判定两条直线是否相交,平面最近点对-computational geometry algorithm commonly used, including whether a multilateral type in determining whether the intersection of two straight, the nearest point on Plane
SoftAssign_Procrustes_Matching
- 提供一个算法类,算法实现基于Softassign结合Procrustes距离的点对匹配方法-provide an algorithm category, Algorithm-based Softassign Procrustes distance from the light points of matching method
Thin-plate_Registration
- 使用薄板样条函数,完成点对的非刚体配准方法。此类提供算法的封装。-use thin-plate spline function, the completion point of the non-rigid registration method. Algorithm for such packaging.
code
- 利用形态学方法寻找图像中互相重叠的点 对其进行分类并最后消除。-using morphological methods for image overlapping points classification and its final elimination.
对BMP图像的点运算
- 实现了对BMP图像的点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等基本处理
invariant_moment
- 摘要:提出了一种基于兴趣点不变矩(IPIM)的图像拼接技术。利用Harris 角检测器获取图像中的兴趣点,计算 兴趣点邻域的平移、旋转及尺度不变矩,通过比较各兴趣点邻域不变矩的欧式距离提取出初始特征点对,根据 几何变换模型剔除伪特征对,最后利用正确映射模型实现图像的拼接。实验表明,该方法对平移以及任意角度 的旋转具有良好的鲁棒性,对于具有小尺度变换的图像仍然具有很好的拼接效果。
数字图像处理角点检测程序
- 可以检测图像角点并标示,很好的程序,希望能对你有所帮助
sift-match.sift特征点提取代码
- sift特征点提取代码和对两幅图像提取特征点后进行特征点匹配,可用于图像拼接等。c和matlab代码都有,sift feature point extraction code and the two images after the extraction of feature points matching feature points that can be used, such as image stitching. both c and matlab code
EpipolarGeometryToolbox.rar
- matlab编写的对极几何约束算法,用来剔除角点跟踪过程中的离散点,matlab prepared for a very geometric constraint algorithm, used to remove corner to track discrete points in the process of
cvfitline.rar
- 直线拟合。给定1D,2D,3D点对,就能通过程序实现点对的最小二乘法直线拟合。,fitline
IplimageProcessFunction.rar
- opencv中对图像进行灰度化,二值化,边缘检测等,以及一些标定,,opencv
sanjiaopoufen
- 在VS2008和opencv下,对2D/3D点(云)数据实现三角剖分,运算速度快,实时性好,计算精度高,并对三角剖分进行了优化,可以处理复杂点集的三角剖分,可以用于人脸识别的工作-In the VS2008 and opencv, the pairs of 2D/3D points (cloud) data to achieve triangulation, calculation speed, real-time performance is good, high precision, and
similarityext
- 基于遥感光学图像的宽网道路检索,能够快速的实现半自动道路提取,给出种子点对输入方向进行快速检索-Optical remote sensing images based on a wide network of roads retrieval, the realization of fast semi-automatic road extraction, given the input direction of the seed point for rapid retrieval
pyramid
- 基于金字塔对灰度图像进行分层,按由粗到精的方法对左右航片进行特征提取,根据特征点对影像对进行影像匹配!-Based on the Pyramid of the stratified gray-scale images, according to the coarse-to-fine method of flight films about feature extraction, according to feature points on the image to image matching
IDA
- 对两幅图像特征点对匹配算法的一个实现,采用了09年pami一文章的观点,算法名称IDA(Incremental Dissimilarity Approximations)-Feature points of two images of an implementation of matching algorithm used pami a 2009 article, views, the algorithm name of IDA (Incremental Dissimilarity Approx
IDAc
- 对两幅图像特征点对匹配算法的一个实现,采用了09年pami一文章的观点,算法名称IDA(Incremental Dissimilarity Approximations),C语言实现版本-Feature points of two images of an implementation of matching algorithm used pami a 2009 article, views, the algorithm name of IDA (Incremental Dissimilarit
Dataregistrationin3-Dscanningsystems
- 通过引入特征点和改进最近点迭代法, 提出了一种 在三维扫描系统中对三维点云数据进行配准的方法。该方法 通过对特征点的提取, 首先得到一组匹配点对, 然后运用 SVD 矩阵分解算法求出转换参数R 和T, 进而以此作为最 近点迭代法的初始值, 并对最近点的求法和迭代截止条件作 了改进, 得到了很好的配准效果。该文论述了该方法的基本 原理, 并通过不同视觉下物体三维测量点云数据配准的应用 实例证明了该方法的有效性。-A 3-D meas uring dat a r egis
WaveletTransform
- 提出一种基于小波变换的图像配准方法。该方法首先用小波变换提取边缘特征点, 同时构成小波金字塔影像。在最高层利 用角度相关系数确定基准图像和配准图像之间的旋转角度, 经多分辨分级搜索匹配得到最终匹配特征点对, 利用这些特征点对待 配准图像进行配准纠正。实验结果表明, 改进方法有较好的效果, 可用于广泛应用领域。-Proposed a wavelet-based image registration method. In this method, using wavelet transfor
Harris角点检测
- 对图像进行Harris角点检测,实现平台未visual C++(Corner detection of image Harris)
基于SIFT算法的图像特征点提取与匹配
- 文章深入研究了 SIFT 特征点提取的原理及过程,以基于 K-D 树结构的近邻算 法对呈线性变换的两幅图像在不同视角和噪声干扰情况下进行了特征点的粗匹 配,并通过随机抽样一致性算法(Random Sample Consensus)进行特征点的提纯,删 除例如错误的匹配特征点对。针对粗匹配后误匹配点对较多导致的 RANSAC 算法 效率降低、运算时间变长的情况,论文以视差梯度约束对粗匹配点对进行预筛选, 提升了 RANSAC 算法的效率。根据匹配点对空间位置关系得出图像之间的变换模 型;最后将图像