MeshLib
 
Loading...
Searching...
No Matches
MR::RelaxParams Struct Reference

#include <MRRelaxParams.h>

+ Inheritance diagram for MR::RelaxParams:

Public Attributes

int iterations = 1
 number of iterations
 
const VertBitSetregion = nullptr
 region to relax
 
float force = 0.5f
 speed of relaxing, typical values (0.0, 0.5]
 
bool limitNearInitial = false
 if true then maximal displacement of each point during denoising will be limited
 
float maxInitialDist = 0
 maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false
 

Member Data Documentation

◆ force

float MR::RelaxParams::force = 0.5f

speed of relaxing, typical values (0.0, 0.5]

◆ iterations

int MR::RelaxParams::iterations = 1

number of iterations

◆ limitNearInitial

bool MR::RelaxParams::limitNearInitial = false

if true then maximal displacement of each point during denoising will be limited

◆ maxInitialDist

float MR::RelaxParams::maxInitialDist = 0

maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false

◆ region

const VertBitSet* MR::RelaxParams::region = nullptr

region to relax


The documentation for this struct was generated from the following file: