搜索资源列表
zncc
- 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
mean
- 将opencv的meanshift进行简化修改。-Will simplify the modification opencv of meanshift.
MCM
- qt和OPENCV 做均值曲率图像去噪, 主要针对椒盐噪声-qt and the OPENCV do the mean curvature for image denoising, mainly for salt and pepper noise
meanastd
- source code for mean and standard deviation for image in visual c++,opencv
mean-shift
- mean shift segmentation opencv
average
- vs2012+opencv下的算术均值滤波器自编代码-Vs2012+ opencv arithmetic mean filter under the code
Tracking_ASMS
- ASMS仅依靠颜色特征的算法而且速度很快,在VOT2015是20名, 是VOT2015官方推荐的实时算法,平均帧率125FPS。在VOT2016是32名,整体属于中等水平。在经典mean-shift框架下加入了尺度估计,经典颜色直方图特征,加入了两个先验(尺度不剧变+可能偏最大)作为正则项,和反向尺度一致性检查。在相关滤波和深度学习盛行的年代,还能看到mean-shift打榜还有如此高的性价比实在不容易。环境:WIN8.1 64位 +Visual Studio 2015 +OpenCV 3.3.