Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - image rotation matlab
Search - image rotation matlab - List
Rotates an image by the angle degrees in the % CCW direction. Degrees may be any number. % The function will put degrees in the range 0 % to 360 degrees and then into a range of -45 to 45 % degrees after performing elementary 90 degree rotations.-Rotates an image by the angle degrees in the % CCW direction. Degrees may be any number. % The function will put degrees in the range 0 % to 360 degrees and then into a range of-45 to 45 % degrees after performing elementary 90 degree rotations.
Update : 2025-02-19 Size : 3kb Publisher :

本程序是对一幅图像进行变灰度、旋转、锐化、在图像上画圆或椭圆、直线等操作的程序。 说明:要实现相应功能的操作,需要在输入框内输入正确的表达式。举例如下: 画直线:x1=20,y1=15,x2=150,y2=100 画圆:x=100,y=100,r=20 画椭圆:x=100,y=100,r=20,a=16,b=9 旋转:x=30(度数),ax=100,ay=90 锐化:x=80-this procedure is a gray image change, rotation, sharpening the image on the Circle or ellipse, straight line operational procedures. Note : To realize the corresponding function, the operation needs input box to input the correct expression. For example : painting line : 20 = x1, y1 = 15, = 150 x2, y2 = 100 Circle : x = 100, y = 100, r = 20 paintings elliptical : x = 100, y = 100, r = 20, a = 16, b = 9 rotation : x = 30 (degree), the ax = 100, ay = 90 Sharpening : x = 80
Update : 2025-02-19 Size : 7kb Publisher : 代丛军

Description: Functions for aligning images by rotation and translation: image_registr_MI.m MI2 - calculating Mutual information joint_h - calculating Joint histogram -Description: Functions for aligning images by rotation and translation: image_registr_MI.m MI2- calculating Mutual information joint_h- calculating Joint histogram
Update : 2025-02-19 Size : 4kb Publisher : gz

图像处理方法,图像的旋转matlab程序,希望有用 -image processing, image rotation Matlab procedures in the hope that useful
Update : 2025-02-19 Size : 3kb Publisher : yuhanzhou

这是个matlab实现图象旋转的程序,供大家参考-This is a matlab program to achieve image rotation for the U.S. reference
Update : 2025-02-19 Size : 1kb Publisher : kevin

12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转 12.4.4 图像剪切 12.5 空间变换 12.5.1 仿射变换( affine transformation ) 12.5.2 透视变换 (Perspective Transformation) 12.5.3 空间变换的 MATLAB 函数 12.5.4 空间变换实例 12.6 图像融合 12.7 邻域与块操作 12.7.1 邻域操作 12.7.2 图像块操作 12.8 区域处理 12.8.1 区域选择 12.8.2 区域滤波 12.8.3 区域填充-12.1 image point arithmetic 12.1.1 computing linear point 12.1.2 nonlinear point operations 12.2 image adder computing 12.2.1 Arithmetic 12.2.2 subtraction multiplication 12.2.3 computing division 12.2.4 computing 12.2.5 other computing 12.3 Image 12.4 Image-bit logic operations geometric computing 12.4.1 Image Interpolation 12.4.2 image scaling 12.4.3 image rotation 12.4.4 Shear Image 12.5 Space Conversion 12.5.1 affine transformation (affine transformation) 12.5.2 Perspective Transform (Perspective Transformation) 12.5.3 space transform space transform MATLAB function 12.5.4 Examples 12.6 Image Fusion 12.7 Neighborhood and Block Operation 12.7.1 Operation 12.7.2 neighborhood image processing block operation 12.8 Regional 12.8 area selection 12.8.1. 2 regional filtering area filling 12.8.3
Update : 2025-02-19 Size : 5kb Publisher : tian

matlab编写的对灰度图像的数字水印添加与提取程序。压缩包中有示例图片。可以添加水印,结果肉眼不易分辨出变化,不影响使用。可加入信息长度达10k字节。提取时可验证是否被修改过,如未修改,可提取隐藏信息。可标记修改位置。当图像发生旋转,缩放,少量平移时,仍能提取出强水印信息,以确保图像来源。弱水印识别率高,强水印识别率不是很高,当图像变化较小时,可以工作,变化较大时,强水印也无法提取。-matlab prepared on the gray image to add the digital watermark and extraction procedures. Compression package has sample images. Can add watermarks, the results of the changes are not easily distinguishable from the naked eye, does not affect use. Information can be added up to 10k bytes in length. Verifiable extraction has been modified, if modified, can extract hidden information. Can modify the location of tags. Occurred when the image rotation, zooming, a small amount of translation were able to extract strong watermark information, to ensure that the image source. Weak watermark high recognition rate, strong watermark is not very high recognition rate, when the image changes in small, can work, changes in large, strong watermark can not be extracted.
Update : 2025-02-19 Size : 9kb Publisher : 张亮

DL : 0
基于matlab的彩色图像转成灰度图像,然后进行图像旋转并画布扩大,最后进行均值插值-Matlab-based color image into gray image, and then expand the image rotation and canvas, and finally to mean interpolation
Update : 2025-02-19 Size : 1kb Publisher : zhangdanyang

这个matlab程序实现图像的任意角度的顺时针旋转。-The matlab program images at any angle of clockwise rotation.
Update : 2025-02-19 Size : 38kb Publisher : yy

图像旋转的MATLAB文件,角度可以定义,例子中包含了M源程序以及转换的图片。-MATLAB file image rotation, angle can be defined, for example, contains M as well as the conversion of the image source.
Update : 2025-02-19 Size : 351kb Publisher : 李奥运

MATLAB环境下任意角度的图像旋转算法,并未做成函数,是以一个例图进行的。-MATLAB environment at any angle of image rotation algorithm, is no function, is an example graph of.
Update : 2025-02-19 Size : 1kb Publisher : 高凯

图像几何变换(如旋转)时用到的最近领域和双线性插值方法,-Image geometric transformations (eg rotation), when used in recent field and bilinear interpolation methods,
Update : 2025-02-19 Size : 910kb Publisher : 黄伟麟

高效的图像旋转程序,Matlab语言编写,易读。-Efficient procedures for image rotation, Matlab language, easy to read.
Update : 2025-02-19 Size : 3kb Publisher : 张靖恺

图像运算Matlab代码 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转 12.4.4 图像剪切 12.5 空间变换 12.5.1 仿射变换( affine transformation ) 12.5.2 透视变换 (Perspective Transformation) 12.5.3 空间变换的 MATLAB 函数 12.5.4 空间变换实例 12.6 图像融合 12.7 邻域与块操作 12.7.1 邻域操作 12.7.2 图像块操作 12.8 区域处理 12.8.1 区域选择 12.8.2 区域滤波 12.8.3 区域填充 -Image Computing 12.1 image point Matlab code computing 12.1.1 computing linear point operations 12.2 points 12.1.2 Nonlinear image adder computing 12.2.1 Arithmetic 12.2.2 subtraction multiplication 12.2.3 computing division 12.2.4 computing 12.2 .5 other computing 12.3 Image 12.4-bit logic operations geometric computing 12.4.1 Image Image Interpolation 12.4.2 image scaling 12.4.3 image rotation 12.4.4 Shear Image 12.5 Space Conversion 12.5.1 affine transformation (affine transformation) 12.5.2 Perspective Transform (Perspective Transformation) 12.5.3 space transform space transform MATLAB function 12.5.4 Examples 12.6 Image Fusion 12.7 Neighborhood and Block Operation 12.7.1 Operation 12.7.2 neighborhood image processing block operation 12.8 regional 12.8.1 12.8.2 regional area selection filtering area filling 12.8.3
Update : 2025-02-19 Size : 4kb Publisher : 王万国

DIGITAL IMAGE ROTATION CODE IN MATLAB
Update : 2025-02-19 Size : 15kb Publisher : stabs

基于SIFT的图像配准程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力-SIFT-based image registration procedure is the SIFT feature matching algorithm for matching feature points at home and abroad a hot area of research and the difficulties in matching their ability to deal with translation between two images, rotation, affine transformation to match the case of problems, and even to some extent in any angle images will also be able to match the characteristics of a more stable capacity
Update : 2025-02-19 Size : 603kb Publisher :

DL : 0
rotate any digital image to 3 different degrees with gui in matlab.
Update : 2025-02-19 Size : 2.01mb Publisher : vsv

数字图像处理的matlab代码,完成图像的旋转(30度),计算图像的YUB分量等。-Digital image processing matlab code of image rotation (30 degrees), calculated image YUB Component.
Update : 2025-02-19 Size : 171kb Publisher : 李修函

MATLAB实现图像的旋转,有代码,PPT,程序报告,适合初学者-MATLAB Image rotation, there are code, PPT, program reports, suitable for beginners
Update : 2025-02-19 Size : 441kb Publisher : 吴荣荣

基于FPGA的system generator的图像旋转处理,利用system generator的图像旋转处理程序。本程序是基于system generator下的matlab运行。-FPGA-based image processing system generator rotation, the use of image rotation system generator handler. This procedure is based on matlab run under the system generator.
Update : 2025-02-19 Size : 155kb Publisher : wyj
« 12 3 4 5 6 7 8 9 10 ... 15 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.