-
kuangjia11
matlab图像处理,可以提取图像轮廓,提取效果好。(matlab image processing, image contour can be extracted, extraction effect.)
- 2009-04-21 09:41:15下载
- 积分:1
-
kalmanXYZT.m
卡尔曼滤波(扩展方法)定时定位,自己编写调试。(Kalman filter (extension methods) time positioning, write your own debugging.)
- 2013-10-11 21:38:40下载
- 积分:1
-
Feature_extraction
用于运动人体的图像特征提取,提取的特征包括,高宽比,速度,紧密度,灰度共生矩阵,hu矩,主成分分析,离散余弦变化,图像的预处理等。(Image feature extraction for moving human body includes features such as aspect ratio, speed, tightness, gray level co-occurrence matrix, Hu moments, principal component analysis, discrete cosine transform, image preprocessing and so on.)
- 2018-03-22 16:21:21下载
- 积分:1
-
Joint entropy
计算两个离散变量x和y的联合熵z = H(x,y)。 输入:x,y:两个相同长度的整数向量输出:z:联合熵
可以使用,有利于学习目的(Compute joint entropy z=H(x,y) of two discrete variables x and y. Input: of x, y: two integer vector of the same length Output: z: joint entropy
good for learning purposes)
- 2020-06-23 11:20:01下载
- 积分:1
-
#2D_voronoi建立及使用方法
说明: 使用MATLAB生成二维voronoi图的代码,可以用作后续二维voronoi的多晶模型建立(The code of two-dimensional Voronoi diagram generated by MATLAB can be used to build the polycrystalline model of two-dimensional voronoi.)
- 2021-01-06 22:38:53下载
- 积分:1
-
traffic-sign-recognition
复杂场景中的红色交通标志牌检测与识别,结合颜色与圆形的标志牌定位,然后提取特征,最后用模板匹配的方法实现识别,内附图片和程序说明,对初学者有帮助(Red detection and recognition of traffic signs in complex scenes, the combination of colors and circular signs positioning, and feature extraction, the last with template matching methods to achieve recognition, included pictures and a description of the procedures for beginners)
- 2012-12-30 15:32:40下载
- 积分:1
-
IMAGE-matching
用MATLAB来实现简单图像特征点提取和匹配(Using MATLAB to implement a simple image feature extraction and matching)
- 2011-06-08 20:21:50下载
- 积分:1
-
CS_Primary_tutorial
CS压缩传感的初级教学代码,使用OMP重构,已注释,包括1维信号,2维图像的重构,分别使用dct和小波稀疏,列扫描和分块法进行omp重构(CS compressed sensing primary teaching code using OMP remodeling, already commented, including a 1-dimensional signals, 2-dimensional image reconstruction, respectively, using the DCT and wavelet sparse column scanning and sub-block method omp Reconstruction)
- 2012-11-26 11:45:07下载
- 积分:1
-
WaveletImageFusion-master
说明: 基于小波变换,小波分解的图像融合算法,完整代码(Image fusion algorithm based on wavelet transform and wavelet decomposition, complete code)
- 2020-04-23 18:15:41下载
- 积分:1
-
Interpolation
利用低通滤波器对图像进行插值放大:按放大的倍数对原图像进行插零,插零后的图片与低通滤波函数进行卷积,原先插入的零的位置自动替换为适当的插值,如此图像就已经插值放大了,图像质量还不错。(Double the number of pixels of each row and column by adding a zero value pixel between each pixel of the image.Then operate with two kinds of low-pass filters to get the enlarged image.)
- 2010-02-17 05:00:44下载
- 积分:1