Open Studentshen opened 5 years ago
output include calibration parameters,for instance, camera distortion,camera intrinsic matrix,...
output include calibration parameters,for instance, camera distortion,camera intrinsic matrix,...
Could you please give me an example?thank you.
maybe it's useful. https://github.com/theICTlab/3DUNDERWORLD-Structured-Light-Scanner
a good one,u can generate 3D with matlab. http://mesh.brown.edu/byo3d/source.html
a good one,u can generate 3D with matlab. http://mesh.brown.edu/byo3d/source.html
Thank you very much! What should I input for the "--output" parameter of SLS?
That's how you specify the filename of the output file e.g. SLS.log, in the readme.
That's how you specify the filename of the output file e.g. SLS.log, in the readme.
Thank you! how about the Left camera configuration file, is it in the "data" folder?
There was indeed a mistake in the README.md and code. I have fixed them. But I'll have to verify the changes later today. They should be the output file of the point cloud data.
-R, --rightconfig Right camera configuration file (string) -o, --output Right camera configuration file (string)
what does the "--output" should be? Thank you very much.