搜索资源列表
-
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下载:
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
-
-
0下载:
project on medical image processing and some source code
-
-
0下载:
image processing matlab project car plaque detection code
-
-
0下载:
image processing exam matlab project car plaque detection code
-
-
0下载:
直方图匹配,四种标准方程的直方图匹配,Uniform,Linear,log, segmoidal-Histogram matching program by matlab, a project of image processing
-
-
1下载:
《数字图像处理》课程Matlab项目框架
已测试,可适用于Matlab8.0及以后版本
Project 1.
实践主要内容:
1) 实现直方图均衡化. (3分)
读入一幅图像, 进行直方图统计, 求图像的均值和二阶矩.
2) 实现直方图规定化.
读入两幅图像, 分别进行直方图统计, 以其中一个为规定化直方图实现另一图像的直
方图规定化.-" Digital Image Processing" course the Matla
-
-
1下载:
本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章~第12章,是两个综合性较强的实例,分别是Visual
-
-
0下载:
用MATLAB搭建的一个小项目界面用于处理遥感图像的配准,除了三组图像数据和方法。-Using MATLAB interface to build a small project for processing of remote sensing image registration, in addition to three sets of image data and methods.
-
-
0下载:
数字图像处理第二版project,傅里叶变换及快速傅里叶变换matlab实现-Digital Image Processing Second Edition project, Fourier transform and Fast Fourier Transform matlab realization
-
-
0下载:
基于 MATLAB的图像处理毕业设计,实现对图像的基本的操作-MATLAB-based image processing graduation project, to achieve the basic operation of the image
-
-
0下载:
模拟图像恢复的MATLAB算法实现,里面有测试的图片,一定可以运行,我调试了很久才调试出来,可以用于DSP图像处理时的常用算法,这个项目是企业项目,希望只用于学习。-MATLAB simulation image restoration algorithm implementation, there are test images, will be able to run, I debug a long time before commissioning it can be used for c
-
-
0下载:
Web-Safe Colors
In order to complete this project, it is necessary that you find a program capable of generating
the RGB component images for a given tif color image. For example, MATLAB s Image
Processing Toolbox can do this, but you can also
-
-
2下载:
在matlab中实现了导向滤波,可用于彩色和黑白图像的平滑(This project implement guided filter in matab, both gray and color image are adapted)
-
-
2下载:
该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。
二、算法介绍
①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组;
②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进
-