搜索资源列表
image-textual-analysis
- 计算图像纹理共生矩阵及共生矩阵相关系数、熵等几个特征值,供后续的分类识别应用。提供了友好的操作界面。觉得最好的应用就是用于人脸识别的样本训练。-calculated image texture symbiotic matrix and symbiotic correlation coefficient matrix, some features, such as entropy values for the follow-up to the recognition and classificat
Correlation
- 上传的是Convolve算法,在图象处理系统中经常用到,也许对你有参考价值-upload the Convolve algorithm, the image processing system frequently used, perhaps for your reference value
相关系数编程实习
- 图像的相关系数是衡量两幅图像的相关程度的,本代码直接通过选定区域计算出相关系数!-image correlation coefficient is a measure of two images of the code directly through selected regional correlation coefficient calculated!
MATLAB_Image_subpixel_Mutual_i
- MATLAB实现基于互相关的亚像素级图像配准源代码,MATLAB_Image_subpixel_Mutual_info,MATLAB-based cross-correlation of sub-pixel image registration source code, MATLAB_Image_subpixel_Mutual_info
Phase_Correlation 基于OpenCV和FFTW实现的相位相关图像匹配程序
- 基于OpenCV和FFTW实现的相位相关图像匹配程序,需要OpenCV和FFTW库文件的支持。本程序并没有用到OpenCV中的DFT,而是用了FFTW中的FFT,所以速度要快很多。-Based on OpenCV and the FFTW implementation phase correlation image matching procedures, require OpenCV and FFTW library files. This procedure does not use Ope
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
picture
- 基于灰度的两幅图像配准算法,两个程序,可以实现相关系数和PFC算法-Based on Gray' s two image registration algorithm, the two procedures, the correlation coefficient can be achieved and the PFC algorithm
mycorr1
- matlab图像相关性计算,根据相关性系数计算公式编写-matlab image correlation calculated correlation coefficients according to formula preparation
FINAL
- 图像拼接原代码,VC++,图像拼接在制作全景图的过程中具有重要作用。对多幅图像进行特定模式投影后,用约束的相位相关度法求取水平垂直偏移量,然后寻找最佳缝合线,实现图像拼接,最后采用多分辨率算法对全图进行拼接处理去除曝光差异和鬼影。整个过程用VisualC++加以实现,实验结果验证了算法的有效性。-The original code image mosaic, VC , image mosaic panorama in the production process plays an impo
stereo_modefilt
- 基于SAD(square absolutely differences)的新的图像相关算法,并且最后使用WTA(winner take all)作为评估算法-Based on SAD (square absolutely differences) of the new image correlation algorithm, and the final use of WTA (winner take all) for evaluating the algorithm
cross_correlation
- 关于图像配准中的交叉相关的实现,可以直接调用。-About Image Registration in the implementation of cross-correlation can be directly called.
spilt1
- 数字影像相关系数匹配算法的vc实现 功能全部实现-Digital image correlation matching algorithm to achieve the vc
Image-Correlation-Tracking
- 数字图像相关计算和跟踪算法的Matlab实现 这个程序实现从一系列图像中计算图像应力,可以计算出水平和垂直的应力。-Source Code for Digital Image correlation and Tracking Calculate displacement and strain from a series of images
Cross-Correlation-Target-Image-Detection
- 正交相关目标检测,采用正交相关方法检测指定目标在图像中的位置。适用于计算机视觉中的视频目标检测、视觉目标检测、目标定位、视觉目标跟踪、视频目标跟踪、图像匹配、图像配准等工作。-cross relation detection is used to detect object in image for in the field computer vision such as visual object detection, motion detection, object localization
correlCorresp
- 寻找相应的特点,在一副图片的基础是许多光流、立体的视觉和图像间的配准算法。一个发现匹配方法简单,取一小块一个图像,计算其滑动互相与其他的形象,并找到一个高峰。此表格提供了课堂的实现方法。-Finding corresponding features in a pair of images is the basis of many optic flow, stereo vision and image registration algorithms. One straightforward app
testpipei_1
- 基于灰度的归一化匹配算法:将原图以及匹配图灰度化,算出相关系数后得到匹配区域。-Based on Gray' s normalized matching algorithms: the original image and the gray level of matching graph, calculate the correlation coefficient obtained after the matching area.
src
- 一个Java实现的基于内容的图像检索工具包,可用来提取图像的颜色特征、纹理特征(Gabor Filter)以及形状特征,并在此基础上判断图像相关性。-Java implementation of a content-based image retrieval toolkit, which can be used to extract the image' s color features, texture features (Gabor Filter), and shape feature
Image-Correlation
- 图像相关滤波器代码,主要用于object tracking,近期实例有KCF和SRDCF。-Image correlation filter code, mainly for object tracking, recent examples have KCF and SRDCF.
Image-correlation-detection
- 当两幅图像存在平移关系时相关算法检测结果为一个δ函数,存在较尖锐的检测峰值,所以能实现图像的精确匹配。而当两幅图像毫不相关时,检测结果不会有明显的峰值。因此可以利用这一点来区别两幅图像是否相关。利用该算法粗估算两幅图像之间的平移差,返回水平方向平移差到xtran,返回垂直方向平移差到ytran-Image correlation detection
Image-Correlation-for-Shape--Motion
- 一本国外关于数字图像相关法的书籍,比较全面地介绍了数字图像相关法的基本原理,以及该方法在目前各行业领域的应用情况。(A foreign book on digital image related methods, a more comprehensive introduction to the basic principles of digital image correlation method, and the application of the method in the current