搜索资源列表
图像识别第一部(共三步)
- 图像与处理、边缘检测、放大、识别全过程,带有Matlab的GUI
图像处理的偏微分方程方法源码
- 《图像处理的偏微分方程方法》系统地讨论了偏微分方程在图像处理中的应用,内容包括图像滤波、复原、分割、放大、图像增强、彩色增强等。全书突出了理论与实践紧密结合的特点。该资料是书中若干典型数值方案的实验性MATLAB程序和可供实验用的图像素材。
图像的读入、显示与放大缩小图像的存储(MFC)
- 图像的读入、显示与放大缩小图像的存储(MFC),适合初学者
放大图像
- 实现图像的局部放大,用MATLAB语言编的小程序
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.
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
Matlab
- MATLAB最近临插值算法和线性插值算法,完全代码,关于matlab的插值算法图像放大-MATLAB interpolation algorithm and a recent clinical linear interpolation algorithm, complete code, matlab interpolation algorithm on the image to enlarge
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
bilinear_interpolat2
- 双线性插值matlab代码。 子函数: bilinear_interpolat2()采用双线形插值实现图像放大 参数说明: I_in - 输入待放大图像 N - 放大系数 I_out - 返回的放大图像-双线性插值matlab代码。 子函数: bilinear_interpolat2()采用双线形插值实现图像放大 参数说明: I_in - 输入待放大图像 N - 放大系数 I_out - 返
Sparse-and-Redundant-Representations
- 这本教科书,介绍了稀疏和多余的申述,对信号和图像处理应用的重点。的理论和数值基础处理前的应用进行了讨论。信号源的数学建模一起讨论如何使用适当的模型,如去噪,恢复,分离,插值和外推法,压缩,采样,分析和合成,检测,识别,多任务。这次报告会是优雅和迷人的。-Sparse and Redundant Representations From Theory to Applications in Signal and Image Processing
对两幅图片进行图像匹配
- 基本功能主要分为2大模块:一个是数字图像处理模块,另一个是数字图像匹配模块。在数字图像处理模块中,用户可以对数字图像进行简单的处理,可以对图像进行放大,缩小,翻转,灰度处理。在数字图像匹配模块中,用户可以对两张图像进行匹配并显示匹配结果。
新建文件夹
- 可以使文件中的图像放大两倍,采用双线性插值不失真。(The image magnified two times)
GTest
- 用双线性插值的方式放大图像的代码及示例图片(Bilinear interpolation magnified image)
图像几何变换处理
- 图像的几何变换: 改变图像的大小或形状。比如图像的平移、旋转、放大、缩小等,这些方法在图像配准中使用较多。 图像变换: 通过数学映射的方法,将空域的图像信息转换到频域、时频域等空间上进行分析。比如傅里叶变换、小波变换等。(Image several transformation processing)