Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/404.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 将图像转换为3D.stl图像_Javascript_Jquery_Css_Html_3d - Fatal编程技术网

Javascript 将图像转换为3D.stl图像

Javascript 将图像转换为3D.stl图像,javascript,jquery,css,html,3d,Javascript,Jquery,Css,Html,3d,我想开发一个软件程序,它可以实现以下功能 1.a person takes a picture of an object 2. add the picture to a software program that will convert the single picture into a 3d picture. 3. this picture then must be converted into a .stl file to print it as a 3d object. 我想用HTML

我想开发一个软件程序,它可以实现以下功能

1.a person takes a picture of an object
2. add the picture to a software program that will convert the single picture into a 3d picture.
3. this picture then must be converted into a .stl file to print it as a 3d object.

我想用HTML5和css实现这些功能。请告诉我应该使用哪个插件将图像转换为3d。是否可以将图像转换为.stl???

无法将2D图像准确转换为3d图像。你需要从多个有利位置拍摄2D图像来创建精确的3D图像。。。。这是一个很老的问题,但答案是否定的