搜索资源列表
proj04_02
- 中心化后的傅里叶谱,傅里叶频谱和平均值,计算图像的平均值-Fourier spectrum and average value
Z_Hu_lwen
- 用MATLAB求Hu矩,并且可以求得一系列图像的Hu矩平均值-Hu moments with MATLAB demand, and can be obtained by a series of images of Hu moments mean
kmeansimagesegmentation
- 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.
junzhilvbo
- 均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素(以目标象素为中心的周围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
junzhilvbo
- 均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素(以目标象素为中心的周围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
119128680matlab.imnoise.conv2
- 均值滤波器,对图像做均值滤波。均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素,再用模板中的全体像素的平均值来代替原来像素值。-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
PCA-renlianshibie
- 采用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.
Image-sharpness
- 图像清晰度分析,基于平均值法,数值模拟,matlab-Image resolution analysis, based on average method, numerical simulation of matlab
CT-image-processing
- 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.
Q
- 本文以室内、外不同空间的人数统计为背景,研究基于图像的人员计数技术,对某时段内进出摄像机视野中指定区域的人数,或指定区域内在景人数进行统计。主要研究内容有以下几点: (1)人员计数方案论证:本文分析对比了不同人员计数算法,研究分析了基于像素、 基于Hough变换的人员计数算法的优缺点。 (2)基于像素统计的人员计数系统实现:①分别采用近似中值背景模型和高斯混合背景模型提取前景图像;②采用基于HSV颜色空间变换的方法对前景中的阴影进行抑制;③用前景像素数除以人数得到一个人的像素平均值,
picture_mosaic
- 通过加权平均值法可以对图像进行完美融合,供大家参考学习,共同进步- Perfect fusion of image
去条纹
- function [data_new_new ] = verstripewipe_new1( date, opt ) % -------去除垂直条纹(全局去条纹法)--------------- %Input: % data:要去除噪声的数据矩阵,M-by-N-by-D % opt:对于有黑色背景的图像,把去条纹对背景带来的影响去掉:1,否则:0 % Output: % data_new_new:去除条纹噪声后的数据矩阵 %if ~exis