当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - image processing project in matlab
搜索资源列表
-
0下载:
本代码是把二值图像转换成边缘检测图像国,是通过C语言和M语言混编的。,This code converts a BW image to an Edge Detected image in C with MEX. This code implements convolution with Sobel kernels to do the edge detection. I put this together for a school project and I couldn t find any g
-
-
0下载:
模式识别大作业题目和实习代码:
(1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。
(2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。
(3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
-
-
0下载:
hai I m doing digital image processing project in matlab. so I wnat source code for edge dector algorithm, color histogram and texture algorithm using matlab related source code.
-
-
0下载:
it is a image processing project which can find special and certain object with certain shapes in the images. it obtain the P and S for each object and compare P/S ratio to template image and object.
Sobel use for P and finding edges and Labeling a
-
-
1下载:
工业机器人的图像处理,动画控制其他MATLAB工具箱(虚拟现实工具箱)Matlab的许多功能。 所附文件包含在Simulink模型,转换成图像信号,数据处理,以控制机器人动画-In this project I try to use many features of Matlab like image processing , animation control (Virtual Reality Toolbox) with other Matlab toolboxes. The attached
-
-
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
-
-
0下载:
i need matlab code regrading my project in image processing
-
-
0下载:
its a digital image processing project in matlab image recognition
-
-
0下载:
this is a digital image processing project of image segmentation in matlab with .m code files
-
-
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下载:
ProjectEvaluation and Comparison of Canny Edge Detector and Edge Detection by Kirsch’s operation in matlab a didital image processing project
-
-
0下载:
corner detection a digital image processing project in matlab .m files included including presentation
-
-
0下载:
image cropping in matlab a digital image processing project with .m files and presentation
-
-
0下载:
In order to fulfill the implementation of this project there are three main objectives that need to be achieved:
1. To learn and apply a technique for object recognition for single and multiface detection.
2. To examine the principal compon
-
-
0下载:
this project is coming under the matlab software in the field of image processing
-
-
1下载:
《数字图像处理》课程Matlab项目框架
已测试,可适用于Matlab8.0及以后版本
Project 1.
实践主要内容:
1) 实现直方图均衡化. (3分)
读入一幅图像, 进行直方图统计, 求图像的均值和二阶矩.
2) 实现直方图规定化.
读入两幅图像, 分别进行直方图统计, 以其中一个为规定化直方图实现另一图像的直
方图规定化.-" Digital Image Processing" course the Matla
-
-
0下载:
使用matlab编写的图片处理工程,可以对图片进行加躁处理,实现噪声的添加-The use of image processing project written in MATLAB, you can add noises of images, add noise
-
-
2下载:
在matlab中实现了导向滤波,可用于彩色和黑白图像的平滑(This project implement guided filter in matab, both gray and color image are adapted)
-
-
1下载:
该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。
二、算法介绍
①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组;
②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进
-