资源简介
基于雷登变换的图像几何校正代码(Matlab)
代码片段和文件信息
clear all
clc
close all
[inputfilenamedirname] = uigetfile(‘*.*‘);
inputfilename = [dirname inputfilename];
im = imread(inputfilename); % For example: ‘input.jpg‘
im2 = RotationCorrection(im);
imshow(im)
figure imshow(im2)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2536 2010-06-24 13:46 RotationCorrection.m
文件 20321 2007-10-18 11:47 CCWrotation.JPG
文件 18977 2007-10-18 11:46 CWrotation.JPG
文件 237 2007-10-18 11:34 example.m
- 上一篇:有源滤波器
- 下一篇:第5章_MATLAB在电力系统故障分析中的仿真
评论
共有 条评论