搜索资源列表
-
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
-
-
1下载:
《数字图像处理》课程Matlab项目框架
已测试,可适用于Matlab8.0及以后版本
Project 1.
实践主要内容:
1) 实现直方图均衡化. (3分)
读入一幅图像, 进行直方图统计, 求图像的均值和二阶矩.
2) 实现直方图规定化.
读入两幅图像, 分别进行直方图统计, 以其中一个为规定化直方图实现另一图像的直
方图规定化.-" Digital Image Processing" course the Matla
-
-
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下载:
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均衡处理,然后进行三通道重组;
②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进
-