MeshLib C++ Docs
Loading...
Searching...
No Matches
MRRelaxParams Struct Reference

#include <MRRelaxParams.h>

Public Attributes

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

Member Data Documentation

◆ force

float MRRelaxParams::force

speed of relaxing, typical values (0.0, 0.5]

◆ iterations

int MRRelaxParams::iterations

number of iterations

◆ limitNearInitial

bool MRRelaxParams::limitNearInitial

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

◆ maxInitialDist

float MRRelaxParams::maxInitialDist

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

◆ region

const MRVertBitSet* MRRelaxParams::region

region to relax


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