Hadoop和图像的3D渲染 [英] Hadoop and 3d Rendering of images

查看:309
本文介绍了Hadoop和图像的3D渲染的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须做出一个项目分布在3D图像的渲染。我可以使用标准的算法。这样做的目的是要学习的hadoop而不是图像处理。因此,任何一个可以建议我应该用什么语言C ++或Java和一些标准实现了3D渲染。任何其他帮助将是非常有用的。

I have to make a project Distributed rendering of a 3d image. I can use standard algorithms. The aim is to learn hadoop and not image processing. So can any one suggest what language should I use c++ or java and some standard implementation of a 3d renderer. Any other help would be highly useful ..

推荐答案

Hadoop的使用的Map / Reduce 对于其数据处理功能。该数据被分成可管理的块来处理(映射阶段),然后重新组合,给出的结果(reduce阶段)。

Hadoop uses Map/Reduce functions for its data processing. The data gets split up into manageable chunks for processing (Map phase), then recombined to give the result (Reduce phase).

有数据处理特定的语言(见和的蜂巢),也可以使用的的Java,C ++,蟒蛇等

There are specific languages for data processing (see Pig and Hive), or you can write your own M/R scripts using Java, C++, python etc.

我不知道图像处理任何事情,但如果你要使用Hadoop的第一个任务是找出如何下来打破你的问题分解成可以传递给M / R过程块。 迈克尔·诺尔的的Map / Reduce教程可以帮助您开始。

I don't know anything about image processing, but if you're going to use Hadoop your first task will be to figure out how you can break your problem down into chunks which can be passed to the M/R process. Michael Noll's Map/Reduce tutorial may help you get started.

心连心

这篇关于Hadoop和图像的3D渲染的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆