搜索资源列表
用matlab实现的一个图像增强算法
- 采用的方法是,对于一张灰度图,设定一个门限,将其每个色素值的大小与此门限进行比较,如果小于该门限,则认定其属于较暗的部分,对它进行线性的放大,以增加其分辨度,而对于大于门限值的色素点则对其进行相应的压缩处理,以得到一张新的图像。
NEDI图像插值
- New Edge-Directed Interpolation
interpolation.rar
- 几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法,Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
shuangsancichazhi.rar
- 实现双三次插值图像缩放算法,修改k值,即可修改放大倍数或缩小倍数!,To achieve bi-cubic interpolation algorithm for image scaling, modified k values can be modified to enlarge or shrink the multiples of multiples!
image
- 双线性插值图像放大程序,该程序只对二值图像进行放缩。-Bilinear interpolation image to enlarge the program, the program only for binary image scaling.
shuangxianxing
- matlab双线性插值算法实现图像放大源代码-matlab bilinear interpolation algorithm to enlarge the image
Matlab
- MATLAB最近临插值算法和线性插值算法,完全代码,关于matlab的插值算法图像放大-MATLAB interpolation algorithm and a recent clinical linear interpolation algorithm, complete code, matlab interpolation algorithm on the image to enlarge
picture
- 此软件的基本功能主要分为2大模块:一个是数字图像处理模块,另一个是数字图像匹配模块。在数字图像处理模块中,用户可以对数字图像进行简单的处理,可以对图像进行放大,缩小,翻转,灰度处理。在数字图像匹配模块中,用户可以对两张图像进行匹配并显示匹配结果。-The basic function of this software is divided into two major modules: one is the digital image processing module, and the oth
wave-inter
- 小波插值(全小波插值,小波双线性插值,小波双三次插值及其改进)放大图像,提高图像的分辨率;对插值图像做质量评价(峰值信噪比PSNR;均方信噪比SNR)-Wavelet interpolation (full wavelet interpolation, wavelet bilinear interpolation, cubic interpolation and improved method) to enlarge the image and improve image resolution
Bilinearinterpolation
- 双线性插值法,用于图像的放大,将图像放大-Bilinear interpolation for image magnification, the image to enlarge
Geometry01
- 对图像进行加、减、乘、除、放大、缩小的运算-To add, subtract, multiply, divide, enlarge, reduce On the image.
algothin
- 主要给出了用小波的二进制进行图像放大的一些程序-Are given for the use of wavelets for image to enlarge some of the binary program
processing
- 通过设计GUI界面,实现图像的读取、保存、灰度变化、直方图、多种增强、滤波,图像复原、多种边缘检测、图像放大、缩小等 -Through the design of GUI interfaces to achieve the image to read, save, gray change, histogram, a variety of enhancement, filtering, image restoration, multi-edge detection, image scaling
bilinear_interpolat2
- 双线性插值matlab代码。 子函数: bilinear_interpolat2()采用双线形插值实现图像放大 参数说明: I_in - 输入待放大图像 N - 放大系数 I_out - 返回的放大图像-双线性插值matlab代码。 子函数: bilinear_interpolat2()采用双线形插值实现图像放大 参数说明: I_in - 输入待放大图像 N - 放大系数 I_out - 返
PVEInterpolation
- 实现图像的像素放大功能,插值放大法,例如将一副128*128的图像放大为512*512的图像,希望对大家有所帮助-Image pixel zoom function, interpolation magnify
2DWaveletsimpression
- 由于小波及小波包技术可以将信号或图像分层次按小波基展开,所以可以根据图像信号的性质以及事先给定的图像处理要求确定到底要展开到哪一级为止,从而不仅能有效地控制计算量,满足实时处理的需要,而且可以方便地实现通常由子频带、层次编码技术实现的累进传输编码(即采取逐步浮现的方式传送多媒体图像)。这样一种工作方式在多媒体数据浏览、医学图片远程诊断时是非常必要的。另外,利用小波变换具有放大、缩小和平移的数学显微镜的功能,可以方便地产生各种分辨率的图像,从而适应于不同分辨率的图像I/O设备和不同传输速率的通信系
04
- 本程序采用传统的snake模型,改进后通过双线性实现彩色图像放大,效果良好-The program uses the traditional snake model, improved by bilinear achieve color image to enlarge, to good effect
matlab
- 通过像素复制放大或缩小图像实验,imgchang1函数为缩小图像,imgchang2函数为放大图像-By pixel replication zoom in or out experiments, imgchang1 function to narrow the image, imgchang2 function enlarge image
bilinear_interpolation
- 这个程序采用双线形插值实现图像放大。参数说明: I_in - 输入待放大图像 N - 放大系数 I_out - 返回的放大图像-This program implement bilinearity interpolation to realize image zoom out .
对两幅图片进行图像匹配
- 基本功能主要分为2大模块:一个是数字图像处理模块,另一个是数字图像匹配模块。在数字图像处理模块中,用户可以对数字图像进行简单的处理,可以对图像进行放大,缩小,翻转,灰度处理。在数字图像匹配模块中,用户可以对两张图像进行匹配并显示匹配结果。