Welcome![Sign In][Sign Up]
Location:
Search - rotation image matlab code

Search list

[Picture Viewerscr

Description: 自己编写的程序,实现dicom文件显示,窗宽窗位调整;利用双线性插值完成图像的缩放。-I have written procedures, to achieve DICOM documents show that window-width window level adjustment the use of bilinear interpolation image scaling.
Platform: | Size: 44032 | Author: lu | Hits:

[Special Effects200733183621425

Description: 图像旋转的处理源代码,希望对大家有些帮助-Image rotation to deal with the source code, I hope all of you some help
Platform: | Size: 1213440 | Author: 陈建军 | Hits:

[Special EffectsImage-Rotate

Description: 这个matlab程序实现图像的任意角度的顺时针旋转。-The matlab program images at any angle of clockwise rotation.
Platform: | Size: 38912 | Author: yy | Hits:

[Special EffectsMutual-Image-Registration

Description: 使用图像的互信息进行自动图像配准源代码,这个程序通过归一化后的图像互信息进行图像的自动配准。中间通过旋转等进行图像对齐。-The use of images for automatic mutual information image registration source code, the procedure adopted by the normalized mutual information image after image of the automatic registration. Through the rotation between image alignment.
Platform: | Size: 74752 | Author: yy | Hits:

[2D GraphicAffine-Transformation

Description: AffineTransformation computes and applies the geometric affine transformation to a 2-D image. The program main functions are: - Load Image: Load the image to be transformed. - Transform Image: Computes the transformation matrix from the transformation parameters specified by the user, then it applies the transformation to the loaded image. - Save Image: Save the transformed image. - Quit: Exit the program. The transformation parameters are specified by the user by editing the values of the rotation, scale (x and y), and shear (x and y). The translation is not icluded because it can be easily (normalized or) removed from the image by subtracting the shape cetroid. The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
Platform: | Size: 44032 | Author: chouchoumao | Hits:

[Special Effectstuxiangyunsuan

Description: 图像运算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
Platform: | Size: 4096 | Author: 王万国 | Hits:

[Windows DevelopPhoto

Description: 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配; (9) 图象的压缩编码、JPEG压缩编码标准; (10) 图象处理编程工具lead.ocx、DirectDraw及简单的多媒体编程技术。 -Introduction to digital image processing programming books and the book s source code 1) windows bitmap bitmap (ie bmp files) of the structure and color version of the concept (2) image translation, rotation, mirror transform, transpose transform, zoom (3) image smoothing (to noise), sharpening (4) of the penumbral image transfer, jitter technology (5) to amend the image histogram, color transform (6) images the effect of corrosion and expansion, thinning algorithm, skeleton extraction (7) Image edge detection and extraction, hough transform, contour tracking (8) images of the detection, template matching (9) image compression encoding, JPEG compression coding standard (10) image processing, programming tools lead.ocx, DirectDraw and simple multimedia programming technology.
Platform: | Size: 1991680 | Author: 郭东 | Hits:

[Otherimagerotation

Description: DIGITAL IMAGE ROTATION CODE IN MATLAB
Platform: | Size: 15360 | Author: stabs | Hits:

[Special Effectsruzon.tar

Description: 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the highest quality of edge detection methods, than CANNY operator even better results. With edge positioning accuracy, while continuous, full features. Program can be a pixel for each side towards is beneficial for further optimization of applications, such as image segmentation and so on. Specific algorithms may make reference to Stanford University Maikeboshi the published papers. Main idea is to each pixel as the center, the same rotation as the compass edge, has been to find the greatest difference between both sides of the orientation of. Finally all the best to link into the edge towards. Code using VC-driven, the core part of the preparation with matlab
Platform: | Size: 82944 | Author: 黄沛杰 | Hits:

[Software Engineeringmatlabrenyijiaoduxuanzhun

Description: 用matlab实现图像角度旋转代码,可以实现图像的任意角度旋转-Angle of image rotation using matlab code, can achieve any angle image rotation
Platform: | Size: 48128 | Author: yangli | Hits:

[matlabhx

Description: 一个图像旋转30度的matlab源代码,实现lena图像的旋转,可直接运行,思路清晰-Rotate an image 30 degrees, matlab code, to achieve lena image rotation, can be directly run, clear
Platform: | Size: 45056 | Author: 何天玲 | Hits:

[Graph programrotate

Description: 数字图像处理的matlab代码,完成图像的旋转(30度),计算图像的YUB分量等。-Digital image processing matlab code of image rotation (30 degrees), calculated image YUB Component.
Platform: | Size: 175104 | Author: 李修函 | Hits:

[Special Effectsmatlab

Description: Matlab中常用源代码,包含梯度锐化、图像平移、阈值变换、图像旋转、图像滤波等。-Matlab source code commonly used, including gradient sharpening, image shift, threshold transform, image rotation, image filtering.
Platform: | Size: 2875392 | Author: wjj | Hits:

[3D Graphicp4p-problem-matlab-code

Description: 在P4P问题中,当空间4个点共面时,不仅摄像机坐标系与物体坐标系之间 的旋转矩阵R和平移向量t可以线性求解,而且可以同时确定摄像机的有效焦距f和像素比例,该程序设计模拟已知相机矩阵M情况下由已知三维空间点和图像坐标情况求解相机外参数矩阵-When space four points coplanar P4P problem, not only between the camera coordinate system and the object coordinate system rotation matrix R and translation vector t Can be solved linearly, and can determine the camera s effective focal length f and pixel ratio, the program is designed to simulate a known camera matrix M Camera outside the parameters matrix case solved by the known three-dimensional space points and image coordinates
Platform: | Size: 14336 | Author: 乔中强 | Hits:

[Special EffectsImage-registration-matlab-code

Description: 图像配准:介绍经过平移,旋转,尺度变换后,图像的配准!-Image registration: introduced after translation, rotation, scale transformation, image registration!
Platform: | Size: 131072 | Author: feng | Hits:

[Special EffectsImage-rotation

Description: MATLAB实现图像的旋转,有代码,PPT,程序报告,适合初学者-MATLAB Image rotation, there are code, PPT, program reports, suitable for beginners
Platform: | Size: 451584 | Author: 吴荣荣 | Hits:

[Special Effectsimage-interpolation.shear.rotation

Description: BMP图像C结构体分析; 灰度图像双线性、双三次插值; 水平shear和旋转处理; 文档中附有处理的matlab代码-BMP image C structure analysis grayscale image bilinear, bicubic horizontal shear and rotation process document processing with matlab code
Platform: | Size: 1724416 | Author: du han | Hits:

[Special Effectsmatlab-code

Description: backgroundsubtractionGUI.m 实现背景差分方法的基本GUI界面设置 diedaierzhihua.m 用迭代分割的方法实现图像二值化 foreground.m 背景差分方法中前景图的构建 mianhuizhi.m 图像可视化中ct、mri图像的三维面绘制方法 rotate3d.m 图像可视化中对ct、mri图像进行面绘制并旋转 video2image.m 从视频中批量截取多帧图像 weicaise.m 对图像进行伪彩色处理-backgroundsubtractionGUI.m The basic GUI interface settings of background subtraction method diedaierzhihua.m Iterative method for image segmentation binary foreground.m Construction background subtraction method foreground figure mianhuizhi.m 3D faces ct, mri image rendering method rotate3d.m ct, mri surface rendering and image rotation video2image.m From the video batch intercept multiple images weicaise.m Pseudo-color image processing
Platform: | Size: 8192 | Author: 本田透 | Hits:

[Special Effectsmatlab_Image-Processing-Code-

Description: 自己写的基于朱虹老师的数字图像处理的课程的一些MATLAB代码,主要有基于双线性差值的放大和旋转,直方图均衡化,临近差值,Knn去噪,线性展宽,中值滤波-Write your own based on some MATLAB code Course teacher Zhu Hong digital image processing, mainly based on the zoom and rotation bilinear difference, histogram equalization, near the difference, Knn de-noising, linear broadening, median filter
Platform: | Size: 8192 | Author: 张文强 | Hits:

[Windows Develop数字图像处理-matlab代码

Description: matlab使用代码,包括图像读取及灰度变换,图像旋转,边缘检测,直方图均衡化,线性平滑滤波器等(Matlab uses code, including image reading and gray scale transformation, image rotation, edge detection, histogram equalization, linear smoothing filter, and so on)
Platform: | Size: 13312 | Author: lhy_2018 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net