那位能给翻译出来不胜感激(200分)

  • 主题发起人 主题发起人 delphilxh
  • 开始时间 开始时间
D

delphilxh

Unregistered / Unconfirmed
GUEST, unregistred user!
1) Using the code provided, add new code to perform gamma correction of an image. The value for gamma should be input to the program at run-time. Full marks will be awarded to a program which runs efficiently (hint: there are only 256 intensity levels possible in these images).
2) Write another program to perform all of the stages of convolution. Full marks will be awarded to a program which performs convolution correctly with any size kernel (including even sizes such as 4x4).
Example filter kernels:
3x3 5x5
1 3 1 1 1 1 1 1
3 9 3 1 1 1 1 1
1 3 1 1 1 1 1 1
(Blur) 1 1 1 1 1
1 1 1 1 1
(Box)

 
1)使用已经提供的代码,增加新的代码对一个图象进行gamma处理。gamma处理的数值
应该在程序的运行时输入进来,全部的标记将被用来判定有效运行的程序。
(提示:在一个图片中只有256个强度数值)
2)写一段程序来执行图象旋转的全部阶段。全部的标记用来来程序进行判定,这个程序
将会正确地按任何(size kernel 不知道什么意思)来旋转。
 
1、用提供的代码,添加新的代码来进行一幅图象的gamma修正。
gamma的值应该在程序运行时输入。 一个有效率的程序将知道全部标志
(提示:这些图象只可能有256层次)

2、写另外一个程序来执行所有的这些旋转的场景。一个任何尺寸核心
的执行正确旋转的程序将感知完整的标志。(包括甚至如4*4的尺寸)
过滤核心的例子:


blur:模糊
box:箱体
 
yanyandt2翻译的比较好
 
1)在提供的程序的基础上添加新的语句来完成图像的灰度修正。修正参数需要在程序运行时输入。最有效率的程序将获得满分。(提示:图像灰度有256阶)
2)写另外一个程序来完成各种阶的回旋图。成正确完成各个核心回旋的程序将获得满分(包括4*4)

呵呵,老师作业
 
Walter 厉害。。。
 
把我的:全部标志改为满分就和walter差不多了
综合我们三个人的结果,你将获得 full masks :)
 
呵呵,英文都这么好呀,我看翻译的都差不多了,我就不再重复了。
 
多谢,收分
 
请问Walter
回旋图什么意思?
 
回旋图我是翻译的convolution。具体要怎么做要看你的作业要求,你要做的是图像处理相关的作业吗?具体要怎么做还是要看具体要求,只看上面的英文我也搞不清要怎样做何要做什么。
 
后退
顶部