搜索资源列表
小波分解在图像放大缩小中的应用
- 小波分解在图像放大缩小中的应用-wavelet decomposition in Image Zooming Application
图像处理插值1[1].2
- 用插值算法实现的图像放大,缩小,灰度图的转换等功能-interpolation algorithm used to enlarge images, narrow, grayscale conversion function
用LOG滤波器提取图像边缘
- LOG滤波器提取边缘 1 用LOG滤波器提取图像边缘 2 比较直接滤波和先缩小原图进行滤波再插补的乘法次数-LOG edge extraction filter with a filter LOG Image Edge Extraction two relatively straightforward first narrow filter and maximum interpolation filtering further multiplication of the number o
实现图片放大缩小旋转
- 在一些看图软件中,通常有对图像动态放大和缩小的功能。这是如何实现的呢?我们通过研究,在VB中实现了这种功能,具体方法如下。 进入VB,新建一工程,在窗体Form1上添加如下控件:一个图像框控件Image1,三个命令按钮Command1,Command2,Command3,其Caption性分别设置为“放大”、“缩小”、“打开”,再加入一个通用对话框控件CommonDialog1,用于选择要打开的文件。-in some flashcards software, the images
imagescale---raw
- 经典程序,实现3种插值算法,可以做到任意比例的图像缩小或者放大,且长宽比例可以不同-classic procedures, three kinds of interpolation algorithm, can do arbitrary proportion of narrow or enlarge images. and the ratio of length to width can be different
imageenlarge
- 图像缩小放大的visual c++源代码。采用MFC开发。-images to enlarge the narrow visual c source code. Using MFC.
图像的读入、显示与放大缩小图像的存储(MFC)
- 图像的读入、显示与放大缩小图像的存储(MFC),适合初学者
图像几何变换
- 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.
13
- 图像缩放,首先读入一张图片,调用相应在的函数进行图像缩小或进去放大-Image scaling, the first time into a picture, call the appropriate function in the image to reduce or enlarge into
ImageExplorer
- 这是一个全功能的图片浏览器,可以放大缩小图片、播放幻灯、抓屏和截图,还可以对图像进行简单处理,内置有几款滤镜程序,还行对图片进行对比度、亮度调节。这是实现的源代码,附有设计文档。-This is a full-featured image viewer, you can zoom images, play slides, screenshots and screenshots, you can also perform simple image processing, built-in filt
xiangsufuzhituxiangsuofang
- 本实验是一个采用基于像素复制的方式来进行图像缩放的程序,它分别由两个小程序组成,图像缩小和图像放大,程序的输入为一个图像矩阵和缩放因子(为整数)。图像的缩放是对图像进行的一种几何变换,通过对图像对应矩阵得操作来实现对图像大小的改变。像素复制方法的图像缩放的原理主要是对原来输入图像的整行或是整列像素进行简单的复制与删除,达到改变图像的大小的目的,-Used in this experiment is a pixel-based approach to copy image scaling proc
2
- 编写24位彩色图像的平移处理程序;编写基于最近邻插值算法的24位彩色图像放大处理程序;编写基于双线性插值算法的24位彩色图像放大处理程序;编写基于最近邻插值算法的24位彩色图像缩小处理程序;编写基于双线性插值算法的24位彩色图像缩小处理程序;编写基于最近邻插值算法的24位彩色图像旋转处理程序;编写基于双线性插值算法的24位彩色图像旋转处理程序;-The preparation of 24-bit color image translation process the preparation o
Disply
- 显示位图文件,并能对图像做二值化、放大图像,缩小图像等操作-display bmp
myshiyan
- 自己设计的图像处理Matlab程序,有灰度图转换,直方图均衡化,图像放大,图像翻转,图像缩小等功能。-Own design Matlab image processing procedures, grayscale conversion, histogram equalization, image zoom, image flip, image narrow functions.
对两幅图片进行图像匹配
- 基本功能主要分为2大模块:一个是数字图像处理模块,另一个是数字图像匹配模块。在数字图像处理模块中,用户可以对数字图像进行简单的处理,可以对图像进行放大,缩小,翻转,灰度处理。在数字图像匹配模块中,用户可以对两张图像进行匹配并显示匹配结果。
flbemi316
- 经典程序,实现3种插值算法,可以做到任意比例的图像缩小或者放大,且长宽比例可以不同()
C++数组图像
- 通过使用数组读入图像数据,并完成上下、左右翻转和缩小操作。(Read image data through the use of the array, and complete the operation of up and down, turn around and reduce the picture.)
matlab灰度图象缩小实验
- 实现了基于MATLAB的灰度图像缩小,可通过修改程序获得想要的性质(Reduction of gray image based on MATLAB.The desired nature can be obtained by modifying the program.)
图像几何变换处理
- 图像的几何变换: 改变图像的大小或形状。比如图像的平移、旋转、放大、缩小等,这些方法在图像配准中使用较多。 图像变换: 通过数学映射的方法,将空域的图像信息转换到频域、时频域等空间上进行分析。比如傅里叶变换、小波变换等。(Image several transformation processing)