搜索资源列表
pic_transport.rar
- 利用临近点法,双线性法,双立方法等插值算法,实现了图像的平移、缩放和旋转功能,Using near-point, bilinear and bicubic interpolation algorithm to realize image translation, scaling and rotation
nedi
- 新型的基于边缘指导的图像插值算法,matlab代码。可以用用,效果不错。-new edge-directed interpolation. IEEE. codes.
Rotate
- 使用MFC编写的图像旋转算法,利用临近插值的方法实现图像旋转,并且旋转后的图像自适应窗口。-Written using the MFC image rotation algorithm, near the interpolation method used to achieve image rotation, and rotate the image after the adaptive window.
Tuxiangchazhisuanfa
- 常见的数字图像处理和几何变换中的算法 主要用于图像旋转和缩放的几种常见的插值算法-常见的数字图像处理和几何变换中的算法 主要用于图像旋转和缩放的几种常见的插值算法
DwindlePic
- 用Java实现的 双线性插值算法的源代码(可运行)-Implemented with Java source code for bilinear interpolation algorithm (runs)
dblinear
- 用matlab实现了彩色图像的缩放,采用的是双线性插值算法!-Matlab achieved using the zoom color images, using bilinear interpolation algorithm!
interpolation
- 双线性插值算法是一种空间域的错误掩盖算法,本程序实现了用双线性插值算法恢复受损图像的matlab程序-Bilinear interpolation algorithm is a spatial domain error concealment algorithm to achieve this program using bilinear interpolation algorithm to restore damaged image matlab program
shuangxianxingchazhisuofangtuxiang
- 本实验采用双线形插值技术进行图像的缩放。该方法输出的像素值是它在输入图像中2*2邻域采样点的平均值,它根据某像素周围4个像素的灰度值在水平和垂直方向两个方向上对其插值。在进行图像缩放时,其考虑到了相邻近的像素点间的关系。这种平均算法具有放锯齿效果,创造出来的图像拥有平滑的边缘,锯齿难以察觉,所以相对于最近邻法,其的效果比较好。在进行程序设计时,程序的输入参数为图像矩阵和结果图像的水平和垂直方向的像素数,可以忽略混叠效应。在程序运行之后可以对其前的实验结果进行比较分析异同,进而更深刻的理解最近邻插
2
- 编写24位彩色图像的平移处理程序;编写基于最近邻插值算法的24位彩色图像放大处理程序;编写基于双线性插值算法的24位彩色图像放大处理程序;编写基于最近邻插值算法的24位彩色图像缩小处理程序;编写基于双线性插值算法的24位彩色图像缩小处理程序;编写基于最近邻插值算法的24位彩色图像旋转处理程序;编写基于双线性插值算法的24位彩色图像旋转处理程序;-The preparation of 24-bit color image translation process the preparation o
disp_fig
- 采用通过提取图像的边缘特征对两幅图像配准,并采用双线性插值算法来提高配准精度。用于两幅图像间变化不大的配准。-Adopted through the extraction of image edge characteristics of two image registration, using bilinear interpolation algorithm to improve registration accuracy. Between two images for little chan
iminerpolation
- 一种新的图像插值算法,此算法不需要先验信息,主要包括聚类分析,模式识别,图像插值三个阶段-A new image interpolation algorithm, the algorithm does not require a priori information, including cluster analysis, pattern recognition, image interpolation in three stages
shuangxianxingchazhi
- 图像旋转的双线性插值算法!实现图像的无损失旋转!
h264_intp
- 图形图像H264插值算法,应用于图像视频处理-H264 graphic image interpolation algorithm is applied to image video processing
Nearest_neighbor_interpolation
- 最近邻算法和双线性插值算法 实现灰度图的缩放 -Nearest neighbor algorithm and the bilinear interpolation algorithm to achieve gray level scaling
Bayer
- 图像的双线性插值算法,VC++编写,作为基础知识掌握。-Bilinear image interpolation algorithm, VC++ written, as basic knowledge.
BackProj
- 图像重建中的紧邻插值,线性插值及双线性插值算法-Image reconstruction close to interpolation, linear interpolation and bilinear interpolation algorithm
picture-zoom-in-out
- 图像插值算法,有详细说明,效果与显卡默认插值相当-Image interpolation algorithm, a detailed descr iption of the results and graphics default interpolation rather
Interpolation
- /************************************************************************* * 函数名称: * Interpolation() * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数) * LONG lHeight - 源图像高度(象素数) * FLOAT x - 插值元素的x坐标 * FLOAT y
ICBI
- 一种基于双立方插值的新型图像插值算法,较好的保存边缘信息-Based on bicubic new image interpolation algorithm, the preservation of edge information better
双线性插值算法
- 双线性插值c++实现,环境为vs2013(]bilinear interpolation)