Welcome, Unregistered.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Reply
Old 16-Jul-2008, 08:46   #1
spacemonkey
Member
 
Join Date: Jul 2008
Posts: 163
Default Radiohead in 3D

Radiohead recently shot a music video for their song "House of Cards" using LIDAR instead of traditional cameras. More details here...

http://code.google.com/creative/radiohead/

They made some of the data available at...

http://code.google.com/p/radiohead/

Each frame is a .csv file in the following format: (x, y, z, intensity)

-46.874557,92.28398,-252.51682,16
-50.81349,96.73546,-281.1803,15
...

There are 2101 frames total (giving about 70 seconds at 30 fps), for which they were nice enough to provide an .mp3


So, what I'd like to ask is... are there any nice ways to display this .csv point cloud data? I have some elementary familiarity with OpenGL, but don't exactly know how to deal with raw data like this. Is it possible to, for example, interpolate a smooth surface that would cover verteces and apply a shader to it? I'd appreciate any advice and ideas. Thanks.

- spacemonkey
spacemonkey is offline   Reply With Quote
Old 10-Aug-2008, 21:12   #2
Oogst
Registered
 
Join Date: Aug 2008
Location: Netherlands
Posts: 8
Default

Hmm, very interesting that they used this kind of data for a videoclip!

The principal problem of working with this kind of data is that you need something to turn the point cloud into a polygonal mesh surface. Just picking the closest points and making triangles with those, will not necessarily work.

You could also just render the points directly as points, but that will not give surfaces, of course.
Oogst is offline   Reply With Quote
Old 18-Aug-2008, 08:36   #3
Rufus
Member
 
Join Date: Oct 2006
Posts: 214
Default

A bit late, but you should be able to do all the managing of the data and visualization of it using Matlab. You can probably even find some matlab scripts to generate a 3d convex hull mesh given the point cloud.
Rufus is offline   Reply With Quote
Old 22-Aug-2008, 15:24   #4
Sxotty
Senior Member
 
Join Date: Dec 2002
Location: Under a Crushing Burden
Posts: 4,290
Default

Does this give 3-D results (via multiple angles?) or just a surface?

When you use LIDAR from one side you dont get the backs, or sides obviously, just a view from one edge so it might seem strange like they are pressing through a sheet.
__________________
You bought horse armor didn't you?
Sxotty is offline   Reply With Quote

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 19:04.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.