搜索资源列表
-
4下载:
在matlab平台上实现的关于图象线性变换和几何畸变校正算法的程序,有一定的工程用途,强烈推荐下载-in Matlab platform to achieve the linear transformation of image and geometric distortion correction algorithm procedures, a certain project uses highly recommend downloading
-
-
0下载:
这是一个小波降噪的Demo,这个Demo在降噪的基础上还对降噪后的图像进行了补偿复原,使降噪效果大大增强。大家在做类似项目的时候可以参考一下。-This is a wavelet noise reduction Demo, the Demo on the basis of the noise after noise reduction is also compensated image recovery, so that noise reduction effect of greatly enh
-
-
0下载:
Support Vector Machine Classifier(SVM)
基于支持向量基的图像分类方法,程序变得很好,国外网站上下的,是一个完整的工程-Support Vector Machine Classifier (SVM) based on support vector-based image classification methods, procedures have become very good, abroad site from top to bottom, is a
-
-
0下载:
用的是局部颜色特征,再说细点是用里面的区域颜色直方图的方法。把图像归一化到256X256,把图像分成4X4块,计算16个区域的颜色直方图、、、
最后计算相似度是用欧氏距离.-Using local color feature, repeat fine-point is inside the regional color histogram method. The normalized image to 256X256, the image is divided into 4X4 blocks
-
-
0下载:
对于感兴趣图像的提取是工程中经常用来缩小图像,进一步识别所进行的一个重要环节。而利用图像分割则是一种很有效的方法。本课题要求同学对图像分割原理进行学习,在此基础上利用编程语言进行程序的编写,利用图像阈值分割,水线阈值法等方法进行图像分割,并对不同的增强效果进行比较分析。含程序-Interested in images for the extraction is often used to reduce the project images, and further carried out to
-
-
0下载:
这是一个MATLAB GUI源代码,实现黑白图像的滤波处理,MATLAB版本为7.6-this is a source code of matlab gui, which manage to filter the gray image.the version of matlab can not be older than v7.6
-
-
0下载:
project on medical image processing and some source code
-
-
0下载:
图像分割,签名及多边形估计。数字图像处理课程作业。-Image segmentation, signature and polygonal approximation. Class project.
-
-
0下载:
Images require substantial storage and transmission resources, thus image compression is advantageous to reduce these requirements. The report covers some background of wavelet analysis, data compression and how wavelets have been and can be used for
-
-
0下载:
初始化 R_Lmatlab代码deblur部分-initial the deblur part of a matlab project dealing with restoration of the blured image
-
-
0下载:
本程序是基于matlab的image matching, 希望大家做图像匹配的都可以用的到,尤其是做做三维重建方面的。-Based on the image matching technique for matlab programming, it can help those who are currently doing some image matching project.
-
-
0下载:
image processing matlab project car plaque detection code
-
-
0下载:
image processing exam matlab project car plaque detection code
-
-
0下载:
图像检索的 matlab代码 方法常见-Select the image bitmap file you wish to search for in the databse
Press Select.
Press Search.
-
-
0下载:
基于 MATLAB的图像处理毕业设计,实现对图像的基本的操作-MATLAB-based image processing graduation project, to achieve the basic operation of the image
-
-
0下载:
用MATLAB实现了GrabCut的图像分割的源代码供参考-Using MATLAB to achieve the GrabCut image segmentation of the source code for reference
-
-
0下载:
字母识别项目 二进小波和非线性变换的图像增强项目(Letter Recognition Project Binary Wavelet and Nonlinear Transform Image Enhancement Project)
-
-
2下载:
在matlab中实现了导向滤波,可用于彩色和黑白图像的平滑(This project implement guided filter in matab, both gray and color image are adapted)
-
-
6下载:
本课题为基于MATLAB的小波变换dwt和离散余弦dct的多方法对比数字水印系统。带GUI交互界面。有一个主界面GUI,可以调用dwt方法的子界面和dct方法的子界面。流程包括,读取宿主图像和水印图像,嵌入,多种方法的攻击(剪切,加噪,旋转等),提取,最后利用psnr峰值信噪比进行评价不同攻击下,鲁棒性的好坏。(This project is based on MATLAB wavelet transform DWT and discrete cosine DCT multi method co
-
-
2下载:
该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。
二、算法介绍
①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组;
②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进
-