ilya-palachev / polyhedra-correction-library

Code of my qualification and PhD works: reconstruction and correction of 3D polyhedra from shadow contours

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polyhedra correction Library

For more information see Introduction to the graduate work. Polyhedron is a repository for correcttion spatial polyhedra that arrises from 3D-modeling of diamonds. Current methods for creating of 3D-models cause great calculation errors. So we need to have algorithms to correct them.

1). Some auxuliary techniques:

1.1). Intersection of polyhedron with plane (done)

2). Local correction

2.1). Joining nearest facets which have almost the same plane (done).

2.2). Moving one point and then the correction of polyhedron, because after movement flatness of some facets is corrupted (done).

3). Global correction.

3.1). Minimization of summary error of approximation (we are approximating shadow contours which appear during photographing the diamond) -- in progess.

About

Code of my qualification and PhD works: reconstruction and correction of 3D polyhedra from shadow contours

License:GNU General Public License v3.0


Languages

Language:C++ 84.7%Language:MATLAB 5.0%Language:CMake 4.3%Language:Mathematica 3.5%Language:C 1.4%Language:Shell 0.8%Language:Python 0.3%