Scan 3d object and reconstruct model

asked 2020-06-15 05:33:21 -0600

Jay1984 gravatar image

Hello, is it possible to scan an object e.g. human body with an 3D scanner and reconstruct it as model/mesh with opencv? I want scan a human by a structure core sensor as a 3D model/mesh.

If it's possible is there maybe an example of it?

Thanks in advanced.

edit retag flag offensive close merge delete

Comments

berak gravatar imageberak ( 2020-06-15 06:17:49 -0600 )edit

I have to use it because is for a medical device. We are measuring some circumference and so on.

Jay1984 gravatar imageJay1984 ( 2020-06-15 06:47:28 -0600 )edit
1

Solely for middleware between scan data and 3d file formats? I would ask another question.

kpachinger gravatar imagekpachinger ( 2020-06-15 07:11:24 -0600 )edit
1

Yes it should be a middleware. I have already software which processes mesh files(STL) from other sources. I want to use a structure core sensor to create a mesh(stl) of a human body. For example with Skanect it is possible walk around at an object and create a mesh at the end. I want have the same, too, just in my software.

Jay1984 gravatar imageJay1984 ( 2020-06-15 07:51:37 -0600 )edit

opencv does not have any of it

berak gravatar imageberak ( 2020-06-15 08:44:42 -0600 )edit
1

The vendor would have an API or documentation. The examples of camera arrays I have seen for tomography are highly precise, specific, and expensive. It's the juncture of coordinated data that's involved and not format conversion.

kpachinger gravatar imagekpachinger ( 2020-06-15 09:17:39 -0600 )edit