Skip to content

Build Structured Light Scanner with shifting pattern

Notifications You must be signed in to change notification settings

givenone/SLhaircapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLhaircapture

2019 fall SNU 창의적통합설계 with Morpheus 3D

How to use

  • to install
. make
  • to run normal version of scanner
./scanner 
  • to run shifting version of scanner
./scanner shifting

Things you should change

  • This lines
	strcpy(sl_params->outdir, //TODO : output directory name);
	strcpy(sl_params->object, //TODO : output file name);
	strcpy(sl_params->image_format, //TODO : image file format string );
	strcpy(sl_params->image_format_S,//TODO : shifting based normal image format string);
	strcpy(sl_params->shifting_format,//TODO : shiting based shifting image format string);

	// Read camera parameters.
	sl_params->cam_w         =  3072;
	sl_params->cam_h         =  2048;

	// Read projector parameters.
	sl_params->proj_w      = 800;
	sl_params->proj_h      = 600;

About

Build Structured Light Scanner with shifting pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published