#include <MRMesh/MRCameraPointsTriangulation.h>
Public Attributes | |
| const VertBitSet * | region = nullptr |
| vertices where the depth is smoothed, nullptr means all vertices | |
| EdgeWeights | edgeWeights = EdgeWeights::Cotan |
| weights of edges in the equations, computed on the mesh projected in the image plane | |
| float | bdStabilizer = 10 |
| stabilizer of every boundary vertex of the mesh: the more the value, the bigger attraction of the vertex to its measured depth | |
| float | innerStabilizer = 1 |
| average stabilizer of inner vertices | |
| AreaStabilizer | innerStabilizerType = AreaStabilizer::AreaSq |
| distribution of innerStabilizer among inner vertices | |