搜索资源列表
图像识别第一部(共三步)
- 图像与处理、边缘检测、放大、识别全过程,带有Matlab的GUI
bmp图像浏览器
- 实现bmp图像文件的读入和存取,同时能对bmp文件进行基本的编译,如:放大、截取-This programme can read and save bmp image meanwhile it can operate the bmp image file basically ,for example, zoom and cut the image.
SRC008_wavelet_interpolation
- 利用小波变换更好地放大图像,该算法是先构造一个用Besov范数估计图像正则性的变分泛函,然后在小波域中最小化变分泛函得到放大图像。小波变换后的高频分量具有丰富的细节边缘信息,因而能够重构出高质量的图像,而且文中新算法具有运行时间短、速度快的特点。
sicplay
- 用来对2维信号的频域进行sinc插值处理,以放大图像。插值的结果较为理想
图像的局部放大
- 用c#实现图像的局部放大,一个很好的例子绝对值得收藏-c # with the image magnification of a good example worthy collection
图像处理的偏微分方程方法源码
- 《图像处理的偏微分方程方法》系统地讨论了偏微分方程在图像处理中的应用,内容包括图像滤波、复原、分割、放大、图像增强、彩色增强等。全书突出了理论与实践紧密结合的特点。该资料是书中若干典型数值方案的实验性MATLAB程序和可供实验用的图像素材。
LoadPic
- 用VC++编写的图片查看程序,支持多种格式图像,可对图片按比例放大缩小,完美的解决了放大缩小图片时的闪屏问题~
GeoTrans.灰度图像的各种操作源代码
- 数字图像处理中,灰度图像的放大、缩小,平移和旋转功能实现的源代码,分别采用最近邻插值法和双线性插值方式实现。,Digital image processing, the gray-scale image to enlarge, narrow, pan and rotate functions of the source code, respectively, using nearest neighbor interpolation and bilinear interpolation way.
双线性差值法实现了图像了放大和缩小
- 双线性差值法实现了图像了放大和缩小,可作参考,Bilinear difference method to achieve the image of the zoom in and out, can make reference to
enlarge
- 基于opencv的图像放大,利用线性插值的方法放大图像-Opencv image-based amplification, using linear interpolation method to enlarge the image
edge-directedinterpolation
- 利用vc++实现图像放大,改算法采用基于协方差特征的方法-Use vc++ Image to enlarge, change algorithm based on the covariance characteristics of the method
xiangsufuzhituxiangsuofang
- 本实验是一个采用基于像素复制的方式来进行图像缩放的程序,它分别由两个小程序组成,图像缩小和图像放大,程序的输入为一个图像矩阵和缩放因子(为整数)。图像的缩放是对图像进行的一种几何变换,通过对图像对应矩阵得操作来实现对图像大小的改变。像素复制方法的图像缩放的原理主要是对原来输入图像的整行或是整列像素进行简单的复制与删除,达到改变图像的大小的目的,-Used in this experiment is a pixel-based approach to copy image scaling proc
tuxiang
- 读入图像 图像加 图像减 灰度图象 灰度转二值 图像放大 图像旋转 选定区域 填充区域-Read into the images by gray-scale image Add image to gray image binary image enlarge image rotation filling selected areas of regional
Disply
- 显示位图文件,并能对图像做二值化、放大图像,缩小图像等操作-display bmp
ShowPic
- VC++编程 实现图像的打开、关闭,并能实现图像放大缩小技术-VC++ programming to achieve the image to open, close, and can narrow the technological realization of the image to enlarge
zphoto
- VC++局部放大图像演示实例,WEB上有不少类似的应用,一般都使用插件实现,用VC实现倒是还没有见过,不过应该也不复杂,其实也就是一个放大镜效果,鼠标移动到图片上,会把接近的区域按比例放大,本例子中添加了两个快捷功能,点鼠标左键是缩小图像,右键是放大图像。 -VC++ examples of enlarged image presentation, WEB on the many similar applications, using plug-ins are generally achie
Mag_Color_Snake
- 使用双线性内插或二次曲面内插放大图像,然后使用彩色自蛇模型去除边缘模糊和锯齿效应-Using bilinear interpolation or quadratic surface interpolation to enlarge the image, then use the color removed from the snake model and the sawtooth effect of edge blur
Sparse-and-Redundant-Representations
- 这本教科书,介绍了稀疏和多余的申述,对信号和图像处理应用的重点。的理论和数值基础处理前的应用进行了讨论。信号源的数学建模一起讨论如何使用适当的模型,如去噪,恢复,分离,插值和外推法,压缩,采样,分析和合成,检测,识别,多任务。这次报告会是优雅和迷人的。-Sparse and Redundant Representations From Theory to Applications in Signal and Image Processing
GTest
- 用双线性插值的方式放大图像的代码及示例图片(Bilinear interpolation magnified image)
matlab数字图像处理系统
- matlab具有完备的图形处理功能、友好的用户界面以及功能强大的图形处理工具箱,能够实现对数字图像的编辑和处理工作,实现功能包括数字图像的读取、存储、显示、去色、图像翻转、局部放大、透明度调整、去噪、平滑、锐化、压缩、边缘检测等操作。 本文的主要内容如下: 1.研究图像处理技术,包括图像处理技术的分类、数字图像处理的特点,主要内容以及应用。 2.分析MATLAB软件及其在图像处理中的应用。 3.完成系统的总体设计,各功能模块设计。由于篇幅有限,本文重点论述了图像变换模块的设计,对已有的算