Items with no label
3335 Discussions

What is the meaning of vertices/ triangles in 3D Scan

SJung11
New Contributor I
2,034 Views

Hello, i;m working with realsense (sr300/ r200)

I want to know what is the meaning of 'Vertices' and 'Triangles'

please.... i'm waiting for your answer!

---------------------------------------------------------------

link1: https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?doc_scan_scanning_options.html Intel® RealSense™ SDK 2016 R2 Documentation

link2: https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?configuration_pxc3dscan.html Intel® RealSense™ SDK 2016 R2 Documentation

0 Kudos
1 Solution
idata
Employee
418 Views

Hello suho,

 

 

Thanks for reaching out!

 

 

I'd like to quote a small paragraph from the first link you shared:

 

 

"...Vertices and Triangles: In order to limit the output mesh (geometric) complexity, set either the maxVertices or maxTriangles according to your usage requirements. If both are set, the mesh complexity is reduced to the point where both are satisfied..."

 

 

What this means is that depending on the amount of vertices and triangles used in a 3D scanning the image recovered will be more accurate.

 

 

I might not be explaining it clear enough, so, I suggest you to read the following document to learn more about triangle meshes:

 

 

http://www.cs.cornell.edu/courses/cs4620/2014fa/lectures/02trimesh1.pdf

 

 

I hope this helps.

 

-Peter.

View solution in original post

3 Replies
idata
Employee
419 Views

Hello suho,

 

 

Thanks for reaching out!

 

 

I'd like to quote a small paragraph from the first link you shared:

 

 

"...Vertices and Triangles: In order to limit the output mesh (geometric) complexity, set either the maxVertices or maxTriangles according to your usage requirements. If both are set, the mesh complexity is reduced to the point where both are satisfied..."

 

 

What this means is that depending on the amount of vertices and triangles used in a 3D scanning the image recovered will be more accurate.

 

 

I might not be explaining it clear enough, so, I suggest you to read the following document to learn more about triangle meshes:

 

 

http://www.cs.cornell.edu/courses/cs4620/2014fa/lectures/02trimesh1.pdf

 

 

I hope this helps.

 

-Peter.
SJung11
New Contributor I
418 Views

thank you!! I read the pdf file.

now, i understand Triangles and Vertices !!!

really really Thank U

0 Kudos
idata
Employee
418 Views

I'm glad to be of help!

 

 

If you ever have any other doubts, please don't hesitate to come back to the community. We'll try to help you in any way we can.

 

 

-Peter.
0 Kudos
Reply