搜索资源列表
s-g smooth
- sg平滑是对光谱图像进行预处理,减小光谱噪声
MATLAB 图像保密通信技术之Arnold变换
- 图像保密通信技术之Arnold变换 一、作业目的 1.利用Matlab实现数字图像Arnold变换的置乱及恢复。 2.深入学习通讯保密技术,进一步了解图像保密通讯技术。 3.向大家展示实现图像保密技术的方法和技术。 二、作业介绍 近年来,随着网络带宽和速度的极大提高,多媒体数据特别是数字图像的流传和使用越来越广。而人们对安全性和隐私的也愈发关注,
DIP-matlab.背景差分法对运动汽车的检测
- 背景差分法对运动汽车的检测,对检测得到的汽车图像进行预处理和边缘提取,Background difference method for the detection of movement of motor vehicles, the vehicle has been detected image pre-processing and edge extraction
BPshenjingwangyongyuchepaishibie
- 将BP神经网络应用于汽车车牌的自动识别,在车牌图像进行预处理后的基础上,重点讨论了用BP神经网络方法对车牌进行处理-BP neural network will be used in automatic car license plate recognition, license plate images in the pre-treated on the basis of the discussion focused on using BP neural network method for
DCT
- 本文设计基于DCT的人脸识别系统,首先结合当今人脸识别的背景和发展状况讨论了人脸识别的研究内容及在各方面的应用;然后研究了人脸识别进行预处理,讨论了人脸识别预处理的其他方法,分析各种方法的利弊,最后采用DCT(离散余弦变换)实现人脸图像预处理中的降维处理;接下来对人脸图像的特征提取进行了研究,简单叙述了几何特征提取和代数特征提取,同时深入研究了基于DCT和PCA变换的人脸图像特征提取,从而实现是否对人脸识别系统识别率有所提高的研究;对于分类器的选择,本文对两种分类器进行了探讨,即最近邻分类器和B
getminu
- 关于指纹识别的一些利用matlab进行图像预处理的源程序-Some of the use of fingerprint matlab source code for image preprocessing
facedetection
- 对人脸照片进行图像预处理,特征值的提取,分类识别-The image of the face image preprocessing, feature extraction, classification and recognition
yuchuli
- 对采集来的图像进行预处理,去噪、滤波、提取出边缘的图像。-The collected image preprocessing, noise reduction, filtering, extracting the edge image.
work
- 本文的处理手段是对输入的汽车图像进行预处理,运用车牌定位,字符分割,字符识别的方法提取车牌上的数字字符串,并以文本的形式输出。-This treatment method is to enter the vehicle image preprocessing, the use of license plate location, character segmentation, character recognition to extract license plate numbers on th
Median-filterMorphological-filter
- 中值滤波,形态学处理,对图像进行预处理,用的是中值滤波,形态学处理-Median filtering, morphological processing
tool-image--preprocess
- 代码实现了对刀具图像的预处理。并且有完整的word文档进行讲解-image preprocessing.
RLE
- 运用游编编程思想,将图片进行游编编程,主要用于条形码识别前对图像的预处理。用于其他的也可以借鉴。-Tour Code programming ideas using the image to swim compiled programming, mainly for pre-processing of the image of the front bar code recognition. For others can learn from.
preprocess
- 进行图像的预处理,自己写的代码,直接调用,代码正确,很多图像处理都可以用,非常好用-Pretreatment images, write your own code, direct calls, the code is correct, a lot of image processing can be used
Retinal_image_processing
- 通过对视网膜光相干层析图像进行预处理,为进一步的图像识别与分析打下了良好的基础-Through the pretreatment of retinal optical coherence tomography, a good foundation is laid for further image recognition and analysis.
Matlab
- 对干涉条纹实现低通滤波处理,实现消噪声,对图像进行预处理。-Filtering the interference fringes
image preprocessing
- 对彩色图像进行预处理 阈值分割等操作 形成二值图像(Color image preprocessing, threshold segmentation and other operations to form two valued images)
人脸识别matlab 程序
- 人脸图像识别中所应用MATLAB 对图像进行预处理,应用该工具箱对图像进行经典图像处理,通过实例来应用matlab图像处理功能, 对某一特定的人脸图像处理, 进而应用到人脸识别系统。(In face recognition, MATLAB is applied to preprocess the image. The toolbox is applied to the classic image processing of the image. The MATLAB image processi
基于小波变换的klda人脸识别
- 基于小波变换的klda人脸识别,首先用小波变换对原始输入人脸图像进行预处理,再将基于核的线性判别分析应用于人脸识别中的最佳特征抽取,最后使用欧氏距离分类器实现人脸分类。通过对ORL标准人脸库中的人脸图像进行识别实验,本文提出的方法在人脸识别上取得了较高的识别率。
MATLAB指纹识别[GUI界面,报警,门禁系统]
- 本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on
image-Enhence图像增强
- 利用形态学进行图像增强,可用于图像特征提取前的预处理