CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 图像 平均值

搜索资源列表

  1. proj04_02

    1下载:
  2. 中心化后的傅里叶谱,傅里叶频谱和平均值,计算图像的平均值-Fourier spectrum and average value
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:25.67kb
    • 提供者:grant
  1. Z_Hu_lwen

    0下载:
  2. 用MATLAB求Hu矩,并且可以求得一系列图像的Hu矩平均值-Hu moments with MATLAB demand, and can be obtained by a series of images of Hu moments mean
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:142.83kb
    • 提供者:zhujianwen
  1. kmeansimagesegmentation

    0下载:
  2. k-means算法实现图像分割 根据输入的类别数量来计算类别平均值-k-means algorithm for image segmentation This program gets an image and the desired number of partitions and finds the means of the different classes and provides a classified image.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:219.51kb
    • 提供者:zhaoyu
  1. junzhilvbo

    0下载:
  2. 均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素(以目标象素为中心的周围8个象素,构成一个滤波模板,即去掉目标象素本身)。再用模板中的全体像素的平均值来代替原来像素值。-Mean filter is a typical linear filtering algorithm, it refers to the image on the target pixel to a template, the template including its surr
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3.83kb
    • 提供者:cmk
  1. junzhilvbo

    0下载:
  2. 均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素(以目标象素为中心的周围8个象素,构成一个滤波模板,即去掉目标象素本身)。再用模板中的全体像素的平均值来代替原来像素值。-Mean filter is a typical linear filtering algorithm, it refers to the image on the target pixel to a template, the template including its surr
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:48.23kb
    • 提供者:cmk
  1. 119128680matlab.imnoise.conv2

    0下载:
  2. 均值滤波器,对图像做均值滤波。均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素,再用模板中的全体像素的平均值来代替原来像素值。-Mean filter, the image so mean filter. Mean filter is a typical linear filter algorithm, which is the target pixel on the image to a template that includes the adj
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:156.79kb
    • 提供者:樊星
  1. PCA-renlianshibie

    0下载:
  2. 采用PCA提取人脸特征,先计算M个图像的平均值脸,再求出各特征值脸。-Using PCA for face feature extraction, first calculate the average face image of M, and then find the face value of each characteristic.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:282.82kb
    • 提供者:wangdanni
  1. Image-sharpness

    0下载:
  2. 图像清晰度分析,基于平均值法,数值模拟,matlab-Image resolution analysis, based on average method, numerical simulation of matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.44kb
    • 提供者:陈小刚
  1. CT-image-processing

    0下载:
  2. CT图像的处理。显示图像后可鼠标选定区域,计算该区域CT值的最大值、最小值、平均值。-CT image processing. After the display image area can be selected with the mouse, calculate the maximum value of the area CT, minimum, average.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:171.08kb
    • 提供者:林心画
  1. Q

    1下载:
  2. 本文以室内、外不同空间的人数统计为背景,研究基于图像的人员计数技术,对某时段内进出摄像机视野中指定区域的人数,或指定区域内在景人数进行统计。主要研究内容有以下几点: (1)人员计数方案论证:本文分析对比了不同人员计数算法,研究分析了基于像素、 基于Hough变换的人员计数算法的优缺点。 (2)基于像素统计的人员计数系统实现:①分别采用近似中值背景模型和高斯混合背景模型提取前景图像;②采用基于HSV颜色空间变换的方法对前景中的阴影进行抑制;③用前景像素数除以人数得到一个人的像素平均值,
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:35.59kb
    • 提供者:rankin
  1. picture_mosaic

    0下载:
  2. 通过加权平均值法可以对图像进行完美融合,供大家参考学习,共同进步- Perfect fusion of image
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:120.05kb
    • 提供者:冯勋桥
  1. 去条纹

    0下载:
  2. function [data_new_new ] = verstripewipe_new1( date, opt ) % -------去除垂直条纹(全局去条纹法)--------------- %Input: % data:要去除噪声的数据矩阵,M-by-N-by-D % opt:对于有黑色背景的图像,把去条纹对背景带来的影响去掉:1,否则:0 % Output: % data_new_new:去除条纹噪声后的数据矩阵 %if ~exis
  3. 所属分类:matlab例程

搜珍网 www.dssz.com