搜索资源列表
Canny
- 基于OpenCV,实现canny的算法检测
GaussBackGroundModel
- 最基本的混合高斯背景建模matlab源代码,本人用于火灾烟雾检测的毕设代码,已运行成功,很好的检测运动目标的算法。-Effective Gaussian mixture learning for background model to detection moving goal.
code
- 基于感兴趣区的零数字水印的算法及检测算法。-Region of interest based on the zero-digital watermarking algorithm and detection algorithm.
HSMM
- 实现HMM的前向算法,作为HMM三个算法的一部分,其他的包括检测算法和训练算法。-finish the forward of HMM,it is one part of three Arithmetic of HMM.
abs
- 用差分算法求背景的程序 静态背景下帧间差分法目标检测 -With the difference algorithm to solve the background of the program context of inter-frame difference method for static target detection
P006RGB_Decomposition
- 图形图像处理、目标检测算法,matlab图形图象处理,识别探测-Graphics, image processing, target detection algorithm
SUSAN
- susan 检测算法的代码和程序,内带图片可以直接运行提取到特征点-susan detection algorithm code and procedures, with pictures can be run directly to the feature point extraction
cs
- 基于压缩感知思想的图像分块压缩与重构方法 考虑到大多数图像信号信息分布有差异, 编码端, 在对图像分块的基础上, 融合熵估计 和边缘检测方法计算各图像块的信息含量, 再从两个不同的角度进行分类采样: 依据信息量多少将图像块分为平滑、过渡和纹理3 类, 使用不同的采样率采样 依据信息量的分布特征, 采用不同的采样率分配策略进行采样. 在解码端, 根据不同类型的图像块构造不同的线性算子进行重构, 再运用改 进的迭代阈值算法去除块效应和噪声. 实验证明, 算法在提升图像重构质量的同时缩短了
SIFT
- sift算法实现与研究,包括gaussian,DOG尺度空间的构造,极值点的检测,边缘检测,计算方向,形成描述子,关键点的匹配-sift algorithm and Research
siftDemoV4
- sift算法,检测角点,关键点描述,匹配特征点-sift algorithm
相机进行特征点检测算法
- 在相机平面内,提取特征点进行检测,对其进行标记,并输出在控制台上。