Skip to content

amiller/legoscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

LegoScan

Lego Viewer and depth image generator
------
Required libraries:
	pyglet
	pyopengl
	pylab
	bunch
	PIL
	simplejson
	
	also pyreg
	
	
---------
How to run:

	From the lego directory, 
		python -m pyreg.server modelviewer.py
	
	Click and drag to rotate
		
	To pick a different lego
		tasks.choose_task('redbracket')  # or 'blackship', 'yellow3' ... anything in data/tasks
		
	To take a depth cam snapshot:
		snapshot(); imshow(depthim)
		
		
	Now try this:
		ipython
		run -i offscreen
		solvepose()
		

About

3D reconstruction for lego

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published