搜索资源列表
计算两个矩阵的欧式距离
- 计算两个矩阵的欧式距离,opencv,对模式识别有帮助!-Two matrices of Euclidean distance calculation
Stereo-Vision
- 计算机视觉作业,实现两幅图片中的极线、极点计算和基础矩阵的求取。-Computer vision homework.It is to calculate the polar, pole and the fundamental matrix calculation between two image.
18241674calcPCA
- 利用Visualc++简单快速计算矩阵的特征值和特征向量 -Using Visualc++ is simple and fast calculation of eigenvalues and eigenvectors
tag
- 利用灰度共现矩阵,sift特征和HSV颜色特征实现的图像相似度计算-Use of gray level co-occurrence matrix, sift characteristics and HSV color features to achieve the image similarity calculation
OpenCV_CalcHist
- 直方图是计算机视觉中一个很重要的工具,OpenCV里面提供了不少有关直方图处理的函数。其中最基本的是计算直方图的函数calcHist()。有关直方图在前面的博文中也有所介绍:基础学习笔记之opencv(4):直方图使用学习。不过目前由于本人课题研究上需要计算多张图片的一维直方图特性,且每张图片对应有自己不同的掩膜矩阵,开始以为OpenCV中提供的calcHist()函数能够实现这个功能,因为其中一个重载函数中有一个参数为InputArrayOfArrays,咋一看会觉得这不就是可以处理多张图片的
CV4
- 立体视觉相关的程序,这部分需要先了解图像和摄像机之间的对立关系,并对极线几何比较了解,先把原理熟悉了以后,具体到编程上就会轻松一点,整体还是比较耗时的。具体来说,程序使用SSD得到匹配点,然后根据匹配点计算出基本矩阵,最后计算出匹配点相关的极线-Stereo vision procedure, this part of the need to understand the antagonistic relationship between the image and the camera, an
main8
- 计算图像矩,以及根据图像矩阵进行图像的分类-Calculation of image moments, and the image based on the image classification of the matrix
test
- 用于生成seam carving需要使用的图像能量矩阵。使用cvSobel函数进行对图像的计算。-Seam carving for generating an image to use the energy matrix. CvSobel function calculation using the image.
OpenCV_1.0
- 一款非常好的国外图形图像处理软件源代码包,可执行文件,需要安装。内部包含图像分层、边缘处理、二值化等算法。也包含了矩阵计算的很多算法。看后受益非浅。-A very good image abroad, graphics processing software source code package, an executable file, need to install. Contains images of internal delamination, edge treatment, such
HOG_OpenCV
- HOG即histogram of oriented gradient, 是用于目标检测的特征描述子,该技术将图像局部出现的方向梯度次数进行计数,该方法和边缘方向直方图、scale-invariant feature transform类似,不同的是hog的计算基于一致空间的密度矩阵来提高准确率。Navneet Dalal and Bill Triggs首先在05年的CVPR中提出HOG,用于静态图像or视频的行人检测。-HOG i.e. histogram of oriented gradien
myGLCMtest
- 计算一副图像的共生矩阵,并输出其特征值。-Calculate image co-occurrence matrix, and outputs its eigenvalues.
glcm2
- 通过opencv计算图像的灰度共生矩阵,计算特征值-Image is computed by opencv GLCM calculating eigenvalues
imagestitching
- 实现了图像的简单拼接。首先寻找特征点,然后计算描述子(特征向量),对寻找到的特征点进行匹配,并塞选匹配结果,然后计算透视 矩阵,将其中一幅图进行透视变换,然后将图片合成。对一些简单的图片比较有效。仅供参考学习。(Realize the simple stitching of the image. First, find the feature point, and then calculate the descr iptor (eigenvector), match the feature po
pose-estimation
- 视觉里程计算法中计算相机的旋转矩阵和平移矩阵(The rotation matrix and the translation matrix of the camera are calculated in the visual odometer calculation)