搜索资源列表
twoview_reconstruction
- 基于matlab的三维重建代码,提取两幅图片的匹配点-Based on three-dimensional reconstruction of the matlab code, extract the two images match point
epiloar
- 灰度匹配的第一步,可以找到若干个预匹配点-Gray to match the first step, you can find a number of pre-match point
imageprocessing
- 计算机图像视觉匹配程序,将两张图像的相似点坐标点读出-to display the location of the most similar points
Calculate_F_matrix
- 立体视觉 输入匹配点坐标,计算基础矩阵,含多种方法-Computer Vision, Calculate the foundation matrix by various methods
matchfinal
- 在VC环境下实现指纹识别,输入一幅图像(库中存在的)会匹配出对应的图像。包括预处理(二值化、分割、均衡、去噪、增强、细化等),特征值提取,即为提取端点和分叉点坐标,特征匹配,最后输出对应的指纹编号。-In the VC environment realize fingerprint recognition, input an image (library existing) will match the corresponding image. Including pretreatment (b
HNSSCODE
- -提供的主要执行Hierarchichal匹配算法在纸张由Yago appera迪兹说,女性生殖器Salvi,罗伯特·马蒂和琼马蒂。执行的一个例子是: 。/ laserScanNet nameFile1 nameFile2 4 128 1 0.9 0.01 - 7 你可以找到足够的文件在数据子目录(纯文本文件的点坐标的每一组用空格分开,每点一行(三坐标))。 代码结构 代码试图是自说明的,包括(一些)的评论。编程一直保持尽可能简单所以你不会找到模板。然而,您将发现许多许多参数,所
acad2000
- === 命令说明====== zq--上一缩放zoom p zd--动态缩放zoom d ze--范围缩放zoom z z--zoom v--移动move c--复制copy q--平移pan t--偏移offset tt--镜像mirror rt--旋转rotate dss--距离dist aa--圆circle g--直线line gg--多段线pline dt--单行文本dtext r--放弃
daima
- 双目立体匹配,特征点三维坐标计算,双目立体匹配,特征点三维坐标计算。-Binocular stereo matching, feature point 3 d coordinate calculation.Binocular stereo matching, feature point 3 d coordinate calculation.
SURF-based-image-stitching
- SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。
panorama
- 360°全景拼图,柱面坐标变换,检测特征点并用RANSAC去除错匹配,拼接-360 ° panoramic puzzle, cylindrical coordinate transformation, detect feature points and removing wrong with RANSAC matching stitching
opencvtest
- 由双目立体视觉系统匹配到的点来计算物体的真实坐标,对三维物体进行三维重建。-The real coordinate by binocular stereo vision system matching to the point to calculate the object, 3D reconstruction of 3D objects.
RANSAC算法去除误匹配点
- ransac消除错配matlab代码。运行通过,输入两个点集的坐标、迭代次数、阈值参数,输出正确匹配点集坐标。
dot3d
- 一种基于立体匹配的空间坐标计算代码,正确计算空间点三维坐标值。-Based on the calculation method of three-dimensional spatial coordinates match, the correct coordinates of space point calculations
SURFandRANSAC
- 本程序的功能是基于opencv库,用SURF提取特征,并保存描述子,再用随机抽样一致性算法剔除错误的匹配点,保存匹配好的点坐标,效果可以,你也可以换成SIFT或ORB来看效果。-This procedure is the function of feature extraction using SURF, and save the descr iptor matching points and random consistency algorithm to eliminate errors, s
T_11
- 1.编写程序,完成灰度分段线性变换。如下图所示,输入两个点的坐标完成对图像的分段线性对比度拉伸。 2. 学习使用histeq函数,完成 ①对’lena.bmp‘的直方图均衡化; ②以’cameraman.tif’的直方图为模板,将’lena.bmp’做直方图匹配。 3. 不使用histeq函数,自己编写程序完成直方图均衡化,并显示直方图均衡化前后的图像以及其直方图。 4. 不使用histeq函数,自己编写程序完成直方图匹配,显示匹配前后的图像、模板直方
SURF_OPENCV
- 基于opencv实现的surf算法代码 最终输出左右影像特征点图、匹配连线图以及良好匹配点的坐标txt文件(Surf algorithm based on OpenCV)