搜索资源列表
-
1下载:
二维傅里叶变换,对图像进行二维傅里叶变换处理-Two-Dimensional Fast Fourier Transform
The purpose of this project is to develop a 2-D FFT program "package" that will be used
in several other projects that follow. Your implementation must have the capabilitie
-
-
0下载:
This is a computer vision project implemented in matlab to remove radial distortion from the image
This is a computer vision project implemented in matlab to remove radial distortion from the image
-
-
0下载:
matlab source code for image morphing-matlab source code for image morphing..
-
-
0下载:
Image classification project
-
-
0下载:
This project is under Digital image processing. The project helps us to identify the smoke present in the images, the source code is written by matlab scr ipting.
-
-
0下载:
Block Matching Algorithms for Motion Estimation
This project contains the project report and source code by Aroh Barjatya for Digital Image Processing Class at Utah State University.
Following is a short descr iption of the m files in this
-
-
1下载:
运动估计块匹配算法
以下是工程中m文件的简单注释:
main.m 可通过主函数调用各种基本的块匹配算法
FullSearch.m 全搜索法(又称为Exhaustive Search)
ThreeStepSearch.m 三步搜索法(Three Step Search)
NewTSS.m 新三步搜索法(New Three Step Search Algorithm)
SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
-
-
0下载:
全变差图像处理Matlab程序,for the paper: "Algorithms and Software for Total Variation Image Reconstruction via First-Order Methods, Numerical Algorithms"-Software for Total Variation Image Reconstruction (for Matlab Version 7.5 or later)
"mxTV" is a software
-
-
0下载:
这个工程实现了红绿蓝三个分量的提取,采用了新的方法,比传统的方法要清楚些,并且对红色分量做了DFT变换,用模版来对图像进行加密,为图像加密提供了一种新的思路。代码免费下载,功能优。-The project implements the extraction of three components red, green and blue, using a new method to make it clear than the more traditional methods, and compo
-
-
0下载:
Eigenfaces: PCA tends to find a p-dimensional subspace
whose basis vectors correspond to the maximum
variance direction in the original image space (p N).
We called the new subspace defined by basis vectors “face
space”. First, all training
-
-
0下载:
Matlab project for Image Watermark
-
-
0下载:
this project demo consists of the DCT transform using image compression appllications.
-
-
0下载:
该工程用来对于声音和图像的基本采集,工程中有各种采集的方法以及对于声卡的设置也作出了解释。附有matlab的GUI界面。-The project is used for basic voice and image acquisition, the project collected a variety of methods and settings for the sound card also made explanation. The GUI interface with matlab.
-
-
0下载:
its a digital image processing project in matlab image recognition
-
-
0下载:
this a digital image processing project on canny edge detection and color filter done in matlab .m files included-this is a digital image processing project on canny edge detection and color filter done in matlab .m files included
-
-
0下载:
loseless compression image processing concept
-
-
0下载:
The study of SAR (Synthetic Aperture Radar) image formation using MATLAB it is explained in the following project. The main to use MATLAB in this project was the most important thing to choose it. As MATLAB it is one of the most tools used by enginee
-
-
2下载:
该课题为MATLAB数字仪表图像识别系统。可以识别万用表,压力表,电表,手表等的数字识别,包括小数点。带有一个GUI界面,流程为:灰度,二值化,定位,连通闭环,分割出数字区域,开闭运算,去除小面积,细化,精准定位,分割,识别。(This project is a digital instrument image recognition system based on MATLAB. Can identify multimeter, pressure gauge, electricity mete
-
-
3下载:
该课题为基于MATLAB平台的PCA的人脸识别系统。原理为:从一副生活照中寻找到人脸,分割人脸区域图像,PCA算法进行降维,和库里图片进行对比,输出目标人脸以及相关个人信息。该课题还可以继续二次开发,做成库内外人脸的识别,如果是库外人脸则实现报警等。(This project is a PCA face recognition system based on MATLAB platform. The principle is: find the face from a life photo, s
-
-
2下载:
该课题为基于MATLAB bp神经网络的雾霾天气下交通标志的识别系统。主要分两步骤,一是进行图像去雾,采用暗通道的方法获取光透射率,从而去除雾霾。得到清晰的图片后,利用颜色的方法进行交通标志的定位,众所周知,交通标志基本是红,蓝,黄三色组成,根据RGB不同组合可以定位到不同颜色,因为存在误差,所以需要借助形态学相关知识,将得到的误干扰面积去除,从而实现精准定位。定位后,在原图基础上进行分割出彩色图标,利用bp神经网络方法,进行训练,识别,从而得出结果。本设计配有一个GUI可视化界面,操作简单容易
-