南邮-《数字图像处理》-实验一

实验一

实验题目

Matlab Exercises and Image Fundamentals

  1. Matlab exercises.
    a) Create a matrix A, any size and shape you want, and fill it with arbitrary values.
    Compute

    ATA
    and

AAT
. The results should be square, symmetric matrices.
b) Write a Matlab program to produce the first 30 Fibonacci numbers.

  1. It is often useful to generate a synthetic image with known properties that can be used
    to test algorithms. Generate an image composed of two concentric circles as shown
    below. The inner circle should have a radius of 50 pixels and a mean value of 192.
    The outer circle should have a radius of 100 pixels and a mean value of 128. The
    background should have a mean value of 64. Add uniform random noise to each pixel
    in the range -16 … +16 (see Matlab’s rand function). Save the image in “tif” format,
    and make sure the saved image looks correct. Turn in the Matlab program and the
    image that you generated.
    (Hint: recall the equation of a circle: x^2 + y^2 = r^2. These are the points on the
    circle border; to represent points inside the circle, you would you use an inequality.)

实验目的

本实验的目的是通过Matlab编程和图像基础知识,进行实验练习。

实验分析

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值