搜索资源列表
image
- 双线性插值图像放大程序,该程序只对二值图像进行放缩。-Bilinear interpolation image to enlarge the program, the program only for binary image scaling.
algothin
- 主要给出了用小波的二进制进行图像放大的一些程序-Are given for the use of wavelets for image to enlarge some of the binary program
04
- 本程序采用传统的snake模型,改进后通过双线性实现彩色图像放大,效果良好-The program uses the traditional snake model, improved by bilinear achieve color image to enlarge, to good effect
ZOOM
- C语言图像如何放大。首先读取要放大的区域的图像信息,然后利用矩阵的repmat变换对矩阵进行拉伸。本程序可以对图像实现放大功能。-C language image to enlarge. First reading area to zoom the image information, and then use matrix repmat transform matrix stretching. This program can achieve the image magnification.
bilinear_interpolation
- 这个程序采用双线形插值实现图像放大。参数说明: I_in - 输入待放大图像 N - 放大系数 I_out - 返回的放大图像-This program implement bilinearity interpolation to realize image zoom out .
matlab2
- 对“2.1.bmp”图像操作,将其放大至原来大小的1.5倍,采用双线性插值方法放大。 对“2.1.bmp”绕图像中心逆时针旋转20度,采用双线性插值方法。此题目不要使用imresize和imrotate函数,自己写程序完成。 2.对畸变图像进行矫正:”2.2.bmp”为畸变后的图像,已知畸变后图像上的四个点(118,88)(90,140)(139,168)(168,116)对应畸变前的点分别为为(98,98)(98,158)(158,158)(158,68),用对应点约束法求畸变前
image-normalize
- 关于图像尺寸归一化的一个程序,可将源图像放大或者缩小-a program about the size of image normalized , you can enlarge or reduce the source image
giuqing_v74
- sar图像去噪的几种新的方法,音频信号通过LM386放大,GPS和INS组合导航程序。- Several new methods sar image denoising, LM386 audio signal amplification, GPS and INS navigation program.
guitie_v63
- 图像的光流法计算的matlab程序,音频信号通过LM386放大,有信道编码,调制,信道估计等。- Image optical flow calculation matlab program, LM386 audio signal amplification, Channel coding, modulation, channel estimation.
houhai_v19
- 图像的光流法计算的matlab程序,用平面波展开法计算二维声子晶体带隙,音频信号通过LM386放大。- Image optical flow calculation matlab program, Computation Method D phononic bandgap plane wave, LM386 audio signal amplification.
lei_rh16
- matlab程序运行时导入数据文件作为输入参数,音频信号通过LM386放大,中介真值程度度量,基于中介真值程度度量的图像分。- Import data files as input parameters matlab program is running, LM386 audio signal amplification, The true extent of the value of the intermediary measure, measure the true extent of th
siu_ji42
- 利用matlab针对图像进行马氏距离计算 ,音频信号通过LM386放大,图像的光流法计算的matlab程序。- Using matlab to calculate the Mahalanobis distance for the image, LM386 audio signal amplification, Image optical flow calculation matlab program.
CorrectionImage
- 这是在Matlab软件平台下的 GPU程序,进行图像放大的并行运算,使用CUDA来编写程序。(This is in the Matlab software platform under the GPU program, image amplification parallel operation, using CUDA to write programs.)
iaged-standard-const
- 经典程序,实现3种插值算法,可以做到任意比例的图像缩小或者放大,且长宽比例可以不同()