63 ProgressCallback
cb = {};
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MRNormalDenoising.h:34
new unsafe ref float gamma
new unsafe MR.Std.Function_BoolFuncFromFloat cb
new unsafe ref bool fastIndicatorComputation
new unsafe ref float guideWeight
new unsafe ref int normalIters
new unsafe MR.? UndirectedEdgeBitSet outCreases
new unsafe ref bool limitNearInitial
new unsafe ref float maxInitialDist
new unsafe ref int pointIters
new unsafe ref float beta
Definition MRMesh/MRMeshTopology.h:19
Definition MRMesh/MRMesh.h:23
std::vector<T>-like container that requires specific indexing type,
Definition MRVector.h:19
Definition MRCameraOrientationPlugin.h:8
MRMESH_API void updateIndicatorFast(const MeshTopology &topology, Vector< float, UndirectedEdgeId > &v, const FaceNormals &normals, float beta, float gamma)
MRMESH_API void denoiseNormals(const Mesh &mesh, FaceNormals &normals, const Vector< float, UndirectedEdgeId > &v, float gamma)
MRMESH_API Expected< void > meshDenoiseViaNormals(Mesh &mesh, const DenoiseViaNormalsSettings &settings={})
MRMESH_API void updateIndicator(const Mesh &mesh, Vector< float, UndirectedEdgeId > &v, const FaceNormals &normals, float beta, float gamma)