关于灰度图像的作业我要分享

About the job of gray image

双线性梯度 梯度插值 线性透视 几何法求中心 matlab-偏移程序

关注次数: 291

下载次数: 0

文件大小: 285KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

  1. 设计一个程序,对一幅灰度图像的实现如下几何变换,1)放大为原图1.5倍 2)绕中心旋转30度(CW) 3)采用偏移量插值实现一个透视变换. 灰度差值用最近邻插值和双线性插值

  2. 绘制一幅灰度图像的梯度幅度图像(三点法求梯度),针对梯度幅度图像合理的选择一个阈值(通过试验即可)将其二值化,以获得图像边缘检测图像。


English Description:

A program is designed to realize the following geometric transformation for a gray image, 1) Zoom in to 1.5 times of the original image 2) rotate 30 degrees around the center (CW) 3) use offset interpolation to realize a perspective transformation Gray difference uses nearest neighbor interpolation and bilinear interpolation < / P > < / Li > < li > < p > to draw the gradient amplitude image of a gray image (three-point method for gradient). According to the gradient amplitude image, a reasonable threshold (through the experiment) is selected to binarize it, so as to obtain the image edge detection image.


代码预览

作业2.pdf

第二次作业.txt