Project Perfect Mod Forums
:: Home :: Get Hosted :: PPM FAQ :: Forum FAQ :: Privacy Policy :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::


The time now is Thu Apr 18, 2024 8:53 am
All times are UTC + 0
Building a 3D scanner - real world objects into meshes
Moderators: Global Moderators, Offtopic Moderators
Post new topic   Reply to topic Page 1 of 1 [12 Posts] Mark the topic unread ::  View previous topic :: View next topic
Author Message
Equiredox
Rocket Infantry


Joined: 29 Jun 2005

PostPosted: Wed Dec 05, 2007 11:20 pm    Post subject:  Building a 3D scanner - real world objects into meshes Reply with quote  Mark this post and the followings unread

If I was to put a decent amount of time into writing an article, with plans, schematics and software, for producing your own cheap 3D scanner, would anyone be interested in building it for themselves?

The objective is being able to scan a real object (such as an apple, model car or a toy soldier) and produce it in 3DS (or similar) format on a computer.

Back to top
View user's profile Send private message Skype Account
IcySon55
Commander


Joined: 19 Nov 2003
Location: Overworld

PostPosted: Wed Dec 05, 2007 11:51 pm    Post subject: Reply with quote  Mark this post and the followings unread


Back to top
View user's profile Send private message Send e-mail Visit poster's website Skype Account
Equiredox
Rocket Infantry


Joined: 29 Jun 2005

PostPosted: Thu Dec 06, 2007 12:01 am    Post subject: Reply with quote  Mark this post and the followings unread

IcySon55 wrote:
Why waste the time and effort?

https://www.nextengine.com/


A homebrew make - a cheap alternative to people forking out 2 grand (but obviously won't be as good as the commercial make), and those that like hobby electronics.

Back to top
View user's profile Send private message Skype Account
Aro
Alcohol Fueled


Joined: 10 Sep 2006

PostPosted: Thu Dec 06, 2007 11:10 am    Post subject: Reply with quote  Mark this post and the followings unread

Quote:
Why waste the time and effort?


Neutral

Quote:
$2,495


I Think this is why. Very Happy

Back to top
View user's profile Send private message
IcySon55
Commander


Joined: 19 Nov 2003
Location: Overworld

PostPosted: Thu Dec 06, 2007 4:41 pm    Post subject: Reply with quote  Mark this post and the followings unread

In the end, time and money spent building your own will be well over $2500.

_________________

Back to top
View user's profile Send private message Send e-mail Visit poster's website Skype Account
Equiredox
Rocket Infantry


Joined: 29 Jun 2005

PostPosted: Fri Dec 07, 2007 1:24 am    Post subject: Reply with quote  Mark this post and the followings unread

IcySon55 wrote:
In the end, time and money spent building your own will be well over $2500.


I wasn't thinking of building one as good as the commercial scanners.

The princible is quite easy to understand, and shouldn't take too much work.

1.) Get a directed beam of light (say a Red LED or laser)
2.) Direct it at the object being scanned, but make sure it is parallel to the floor and has no slope in height.
3.) Have a camera directed at the object at a different angle to the incoming beam (but it can see where the beam hits the object).
4.) When the directed light hits the object (assuming a diffuse surface), the camera will see where it hits (a 'red' dot in the image). Write a function to find where the red dot in the image is (camera connected to the computer) and return the Top and Left coordinates where it was found in the image.
5.) We know the Y (height) and Z (depth) coordinates of the surface point from the light beam, but we need to find the X (width) coordinate. With the camera calibrated, you can create an unproject transform which turns the Top and Left coordinates in the image where the red dot was found, into the X (width) coordinate in 3D space, and whala, you have a reference point for the object's surface. (Similair to how cnc 3 turns your 2D mouse screen coordinates into 3D coordinates when you click on a building or unit).
6.) Reposition the light beam and / or object and get another point

This can scan well behaved surfaces.

Back to top
View user's profile Send private message Skype Account
ViPr
Gauss Rifle Trooper


Joined: 30 Dec 2004

PostPosted: Fri Dec 07, 2007 10:38 am    Post subject: Reply with quote  Mark this post and the followings unread

IcySon55 wrote:
Why waste the time and effort?

https://www.nextengine.com/


impressive but irritating that it can only scan small objects.

Back to top
View user's profile Send private message
Banshee
Supreme Banshee


Also Known As: banshee_revora (Steam)
Joined: 15 Aug 2002
Location: Brazil

PostPosted: Sat Dec 08, 2007 2:05 am    Post subject: Reply with quote  Mark this post and the followings unread

I've watched the presentation of this work on SIBGRAPI where they scan 3D volumes with a mix laser pen and mini cameras.


http://sibgrapi.sid.inpe.br/col/sid.inpe.br/sibgrapi@80/2007/07.23.14.12/doc/leotta-3dScanNoTrack.pdf


Abstract wrote:
Using inexpensive and readily available materials–a calibrated pair of cameras and a laser line projector–a 3D laser range scanner which requires no tracking is implemented in this paper. We introduce a planarity constraint for reconstruction, based on the fact that all points observed on a laser line in an image are on the same plane of laser light in 3D. This plane of laser light linearly parametrizes the homography between a pair of images of the same laser line, and this homography can be recovered from point correspondences derived from epipolar geometry. Points visible from multiple views can be reconstructed via triangulation and projected onto this plane, while points visible in only one view can be recovered via ray-plane intersection. The use of the planarity constraint during reconstruction increases the system’s accuracy, and using the planes for reconstruction increases the number of points recovered. Additionally, an interactive scanning environment is constructed, where incremental reconstruction is used to provide continuous visual feedback. Reconstructions with this method are shown to have higher accuracy than standard triangulation.



That may sound complicate, but it may give you some interesting ideas.

Back to top
View user's profile Send private message Visit poster's website Skype Account
Equiredox
Rocket Infantry


Joined: 29 Jun 2005

PostPosted: Sat Dec 08, 2007 9:42 am    Post subject: Reply with quote  Mark this post and the followings unread

Thanks banshee, this is right up your alley (computer graphics), so your advice / help is definitely appreciated.

Back to top
View user's profile Send private message Skype Account
Equiredox
Rocket Infantry


Joined: 29 Jun 2005

PostPosted: Wed Dec 19, 2007 12:47 pm    Post subject: Reply with quote  Mark this post and the followings unread


Back to top
View user's profile Send private message Skype Account
Banshee
Supreme Banshee


Also Known As: banshee_revora (Steam)
Joined: 15 Aug 2002
Location: Brazil

PostPosted: Wed Dec 19, 2007 3:57 pm    Post subject: Reply with quote  Mark this post and the followings unread

Awesome!!! Really damn awesome!

Back to top
View user's profile Send private message Visit poster's website Skype Account
Ickus
General


Joined: 25 Nov 2002
Location: @__@

PostPosted: Wed Dec 19, 2007 6:39 pm    Post subject: Reply with quote  Mark this post and the followings unread

That is really cool. I am sure my instructors will really get a kick out this. Smile

~~ I wonder if its possible to get similar results as a wacom..Thanks.

_________________
Delirium..

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [12 Posts] Mark the topic unread ::  View previous topic :: View next topic
 
Share on TwitterShare on FacebookShare on Google+Share on DiggShare on RedditShare on PInterestShare on Del.icio.usShare on Stumble Upon
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © phpBB Group

[ Time: 0.1657s ][ Queries: 11 (0.0082s) ][ Debug on ]