搜索资源列表
21codes_2432617241
- 用vc实现的关于图像旋转变化的代码,比较实用-vc used to achieve the rotation of the image changes in the code, more practical
图形旋转
- 图像旋转程序,可以对图像进行任意角度的旋转(旋转后无图像部分用255赋值)。-image rotation procedures, the images can be arbitrary angle of rotation (after rotating images without using some 255 assignment).
图像旋转(线性)
- 图像旋转(线性插值法)-image rotation (linear interpolation)
rotate
- 基于matlab的彩色图像转成灰度图像,然后进行图像旋转并画布扩大,最后进行均值插值
xuanzhuan
- 通过matlab彩色图像转换成灰度图像,再图像旋转,然后画布扩大,最后均值插值
figure_rotate
- MATLAB环境下任意角度的图像旋转算法,并未做成函数,是以一个例图进行的。
imagetrans
- 医学图像的读取,存储及旋转平移的MATLAB语句实现.-medical image read and transformation.
SimpleImageRotation
- 简单的图像旋转软件,可以嵌套到其它图形图像处理程序中-Simple image rotation software, graphics can be nested into other image processing program
hx
- 一个图像旋转30度的matlab源代码,实现lena图像的旋转,可直接运行,思路清晰-Rotate an image 30 degrees, matlab code, to achieve lena image rotation, can be directly run, clear
image_transform
- 这是关于图像翻转,旋转,缩放等变换的MATLAB源程序,以函数的形式写出来。-This is about image rotation, zooming transform MATLAB source code, written in the form to function.
imageRotate
- 在matlab中,实现图像旋转(两种方法:临近法、双线性法)-In matlab, the realization of image rotation (two methods: near the bilinear method)
im_R
- 通过双线性插值算法实现图像旋转,图像可以是灰度图也可以是RBG图像-Image rotation
plate-tilt-correction
- 车牌倾斜校正程序,将车牌边界与图像边界不平行的图像进行旋转,使其平行,可用于车牌识别。-Plate tilt correction procedure, the plate boundary is not parallel with the image border to rotate the image, a parallel can be used for license plate recognition.
matlab 图像旋转
- 不使用MATLAB内置函数,自己编程实现图像的旋转3.编写程序实现图像旋转功能。将“lena.bmp”图像绕图像中心逆时针旋转20度,并显示结果。要求: (1)不要使用imrotate函数; (2)涉及到坐标映射时采用向后映射; (3)涉及到插值时采用邻近插值和双线性插值,对比结果;
imrotate_my
- 使用反响映射与双线性插值法实现图像旋转,实验结果与MATLAB自带函数结果相同。(MATLAB bilinear imrotate_my)
图像旋转matlab
- 基于matlab的图像旋转,非直接调用函数的图像旋转(Matlab based image rotation, not directly call the function of the image rotation)
图像的运算
- 可实现图像的加减乘除运算(包括两幅图、图与常数、逻辑运算),最值、旋转、仿射变换、投影变换。(Can realize the image operations (including add, subtract, multiply and divide two maps, graphs and constants, logic operation), the most value, rotation, affine transform, projection transform.)
图像旋转 matlab代码 前向反向
- 实现了图像的旋转,利用前向映射与反向映射两种方法分别实现(The rotation of the image is realized, and the two methods are realized by forward mapping and reverse mapping.)
matlab图像运算大全
- 用MATLAB做图像的基本运算,包括灰度变换,窗口技术,平移,旋转,缩放等处理(matlab image process include gray level transformation)
SIFT matlab
- 图像的特征描述,matlab实现,具有尺度不变性,并且对于图像旋转,光照,有较强的鲁棒性。