Generated from class MR.DenoiseViaNormalsSettings. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe bool | fastIndicatorComputation [get] |
| | use approximated computation, which is much faster than precise solution
|
| |
|
unsafe float | beta [get] |
| | 0.001 - sharp edges, 0.01 - moderate edges, 0.1 - smooth edges
|
| |
|
unsafe float | gamma [get] |
| | the amount of smoothing: 0 - no smoothing, 1 - average smoothing, ...
|
| |
|
unsafe int | normalIters [get] |
| | the number of iterations to smooth normals and find creases; the more the better quality, but longer computation
|
| |
|
unsafe int | pointIters [get] |
| | the number of iterations to update vertex coordinates from found normals; the more the better quality, but longer computation
|
| |
|
unsafe float | guideWeight [get] |
| | how much resulting points must be attracted to initial points (e.g. to avoid general shrinkage), must be > 0
|
| |
|
unsafe bool | limitNearInitial [get] |
| | if true then maximal displacement of each point during denoising will be limited
|
| |
|
unsafe float | maxInitialDist [get] |
| | maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false
|
| |
|
unsafe MR.? UndirectedEdgeBitSet | outCreases [get] |
| | optionally returns creases found during smoothing
|
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromFloat | cb [get] |
| | to get the progress and optionally cancel
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Generated from class MR.DenoiseViaNormalsSettings. This is the const half of the class.
The documentation for this class was generated from the following file: