当前位置:
首页
资源下载

搜索资源 - Correlation opencv
搜索资源列表
-
3下载:
基于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
-
-
0下载:
实现相位相关图像配准,编译产生库文件,用于openCV平台。实现了相位相关图像的快速搜索和两幅图像之间的匹配-Implementation phase correlation image registration, create library files compiled for openCV platform. Achieve the rapid phase correlation image search and matching between two images
-
-
1下载:
归一化互相关高速计算模块OpenCV工程,Daniel Eaton已将其生成Matlat Mex文件,比Matlab内建的normxcorr2()效率要高-Normalized cross-correlation of high-speed calculation module, Daniel Eaton have been wrapped the C++ code from OpenCV project and making it available as a MATLAB MEX-file,
-
-
1下载:
用opencv中的codebook法相关函数实现的背景分割程序-The codebook method using opencv in the background correlation function to achieve segmentation procedure
-
-
0下载:
利用openCV的相关函数实现对图像的形态学操作-Use of the correlation function of the realization of openCV image morphology operation
-
-
0下载:
The normalized cross correlation (NCC) implemented in C++ and Matlab
-
-
0下载:
ZNCC Normalized cross correlation
m = zncc(w1, w2)
Compute the zero-mean normalized cross-correlation between the two
equally sized image patches w1 and w2. Result is in the range -1 to 1, with
1 indicating identical pixel patterns.-ZN
-
-
0下载:
采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshi
-
-
0下载:
压缩包包括以下几个功能实现的opencv源代码:canny边缘检测算法实现、高斯背景建模、背景差分法实现边缘检测、图像颜色分布直方图的相关处理、人脸识别算法的实现。-Compressed package includes the following functions to achieve the opencv source code: canny edge detection algorithm, Gaussian background modeling, background subtrac
-
-
0下载:
Opencv images matching by Correlation, ChiSqr, Intersect and Bhattacharyya methods
-Opencv images matching by Correlation, ChiSqr, Intersect and Bhattacharyya methods
-
-
1下载:
opencv中运用meanshift算法进行车辆检测
人脸识别-opencv in the vehicle detection algorithm using face recognition meanshift
-
-
0下载:
opencv 文档,用于查询opencv 相关函数
-Opencv document, opencv for inquires correlation function
-
-
0下载:
opencv 人脸识别的相关函数代码,人脸检测部分实用代码-correlation function code opencv face recognition, face detection part practical code
-
-
0下载:
提供了SAD算法和根据相关性检测算法,把图像分成四个块,很好的(Provides a SAD algorithm and according to the correlation detection algorithm, the image is divided into four pieces, very good)
-
-
0下载:
C algorithm for The normalized cross correlation
-
-
1下载:
本系统利用目前比较成熟的OpenCV的相关函数,进行了基于肤色分割和模板的手势识别的研究,并利用自编的控制函数进行简单的虚实交互,在摄像头一端通过指定的手势动作来控制小车在平面跑道上的启动和停止等动作。(This system uses the correlation function of mature OpenCV at present, studied the skin color segmentation and gesture recognition based on a templa
-
-
0下载:
matlab implements five gray correlation degree computing model, Signal dimension estimates, DC-DC power single-part set-loop control.
-
-
0下载:
OpenCV 模板匹配,matchTemplate方法使用,实测非常不错
平方差匹配法(SQDIFF)
归一化平方差匹配法(SQDIFF NORMED)
相关匹配法(TM CCORR)
归一化相关匹配法(TM CCORR NORMED)
相关系数匹配法(TM COEFF)
归一化相关系数匹配法(TM COEFF NORMED)(OpenCV template matching, matchTemplate method used, the measurement is very
-
-
0下载:
由于纹理是由灰度分布在空间位置上反复出现而形成的,因而在图像空间中相隔某距离的两象素之间会存在一定的灰度关系,即图像中灰度的空间相关特性。灰度共生矩阵就是一种通过研究灰度的空间相关特性来描述纹理的常用方法。
Gray-level co-occurrence matrix from an image
图像的灰度共生矩阵(Because the texture is formed by the repeated appearance of the gray distribution in the
-
-
1下载:
本项目为基于CSRT算法的目标跟踪,使用C++书写,需使用opencv3.4.1及以上版本。已经测试完毕,下载后直接修改opencv路径即可运行。可根据需要自行替换测试视频进行跟踪
关于CSRT的介绍:
In the Discriminative Correlation Filter with Channel and Spatial Reliability (DCF-CSR), we use the spatial reliability map for adjusting the fi
-