#include <MRRelaxParams.h>
Public Attributes | |
int | iterations |
number of iterations | |
const MRVertBitSet * | region |
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 | |
float MRRelaxParams::force |
speed of relaxing, typical values (0.0, 0.5]
int MRRelaxParams::iterations |
number of iterations
bool MRRelaxParams::limitNearInitial |
if true then maximal displacement of each point during denoising will be limited
float MRRelaxParams::maxInitialDist |
maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false
const MRVertBitSet* MRRelaxParams::region |
region to relax