搜索资源列表
-
0下载:
数字图像处理中,灰度图像的放大、缩小,平移和旋转功能实现的源代码,分别采用最近邻插值法和双线性插值方式实现。,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.
-
-
0下载:
使用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.
-
-
0下载:
实现图像的几何变换:平移,镜像变换、转置、缩放、旋转和插值等等。-Image of the geometric transformations: translation, image transform, transpose, zoom, rotate, and interpolation and so on.
-
-
0下载:
基于傅立叶-梅林变换的matlab编写的配准系统,运行fm_gui.m后即出现演示界面,左侧的两个图形框选择待配准的两幅图像,图像可以进行缩放旋转变换。右侧的列表框"Window"下可以选择滤波窗,"Rotation"、"Scale"、"Log-polar"可分别选择旋转、缩放、以及对数极坐标变换所用的插值方法,按键"REGISTER"下的滑动
键可选备选的峰值点总数,点击"REGISTER"按键,
对应的下方图形框即显示配准后的两幅图像,最下方的"Translation"、"Rotat
-
-
0下载:
实现图像空间旋转,灰度插值操作,插值方法分别是最近邻法和二次线性法。-Achieve the image space rotation, gray-level interpolation operation, interpolation methods are nearest neighbor method and the second linear method.
-
-
0下载:
/*************************************************************************
* 函数名称:
* RotateDIB2()
* 参数:
* LPSTR lpDIB - 指向源DIB的指针
* int iRotateAngle - 旋转的角度(0-360度)
* 返回值:
* HGLOBAL - 旋转成功返回新DIB句柄,否则返回NULL。
* 说明:
* 该函数用来以图
-
-
0下载:
/*************************************************************************
* 函数名称:
* RotateDIB()
* 参数:
* LPSTR lpDIB - 指向源DIB的指针
* int iRotateAngle - 旋转的角度(0-360度)
* 返回值:
* HGLOBAL - 旋转成功返回新DIB句柄,否则返回NULL。
* 说明:
* 该函数用来以图像
-
-
0下载:
利用matlab对图像进行旋转处理的程序代码。以及图像插值算法的原理-Using matlab rotate the image processing code. And the principle of image interpolation algorithm
-
-
0下载:
MATLAB实现图像读入,彩色图像转换成灰度图像,以及插值法计算得到旋转图像。-Read into MATLAB for image, color images into grayscale images, and rotate the image calculated by interpolation.
-
-
0下载:
本代码是关于图像旋转的,可以方便地将任意一个输入图像平均地旋转16个方向,并进行插值。-The code is about the image rotation, which can take an input image rotate 16 directions and get output 16 images with interpolation.
-
-
0下载:
dicom文件的读取与三维重建(三次参数插值),然后进行旋转、投影、颜色变换进行三维空间上的观察-read dicom file and 3D reconstruction (three parameter interpolation), then rotate, projection, color transform on the observation of three-dimensional space
-
-
0下载:
这是对图片进行旋转的程序,只需设置图片的位置和旋转的角度便可以进行旋转,采用的是最近邻插值算法。-This is a program to rotate the picture, simply set the location of the picture and the angle of rotation can be rotated using the nearest neighbor interpolation algorithm.
-
-
0下载:
该函数用来以图像中心为中心旋转DIB图像,返回新生成DIB的句柄。
* 调用该函数会自动扩大图像以显示所有的象素。函数中采用双线性插
* 值算法进行插值-This function is used to rotate the image center DIB image, returns the new generation DIB handle.* Calling this function will automatically expand the image to displa
-
-
0下载:
分别使用最近邻方法和双线性差值方法实现图像的平移、旋转、缩放-Develop a geometric transform program that will rotate, translate, and scale an image by specified amounts, using the nearest neighbor and bilinear interpolation methods, respectively
-
-
0下载:
实现二维图像的旋转并使用4点平均插值,输出的图像矩阵具有相同的大小,行列均为原图像的对角线长度-Rotate 2-dimensional images using 4-means interpolation. The output image matrices have the same size, whose row and column both have the length of the diagonal of the original image.
-
-
0下载:
image rotate and interpolation,在图像倾斜校正中很有用,需要进行旋转和插值操作。-image rotate and interpolation
-
-
0下载:
原创C语言实现双线性插值的图像旋转函数,可修改参数实现不同功能。-Original C language implementation of bilinear interpolation function, image rotation can modify the parameters to achieve different functions.
-
-
0下载:
反响映射+双线性插值图像旋转实现算法(opencv)-Response mapping image rotation+ bilinear interpolation algorithm (opencv)
-