資源簡介
基于雷登變換的圖像幾何校正代碼(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在電力系統故障分析中的仿真
評論
共有 條評論