MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.SmoothCameraMeshDepthSettings Class Reference

Public Member Functions

None __init__ (self)
None __init__ (self, SmoothCameraMeshDepthSettings arg0)
None __init__ (self, VertBitSet region, EdgeWeights edgeWeights, float bdStabilizer, float innerStabilizer, AreaStabilizer innerStabilizerType)
float bdStabilizer (self)
None bdStabilizer (self, float arg1)
EdgeWeights edgeWeights (self)
None edgeWeights (self, EdgeWeights arg1)
float innerStabilizer (self)
None innerStabilizer (self, float arg1)
AreaStabilizer innerStabilizerType (self)
None innerStabilizerType (self, AreaStabilizer arg1)
VertBitSet region (self)
None region (self, VertBitSet arg1)

Static Public Member Functions

None __init__ (*args, **kwargs)
SmoothCameraMeshDepthSettings operator (*args, **kwargs)
SmoothCameraMeshDepthSettings operator (*args, **kwargs)

Static Protected Attributes

typing _offsetof_bdStabilizer = 12
typing _offsetof_edgeWeights = 8
typing _offsetof_innerStabilizer = 16
typing _offsetof_innerStabilizerType = 20
typing _offsetof_region = 0

Detailed Description

Generated from:  MR::SmoothCameraMeshDepthSettings

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.SmoothCameraMeshDepthSettings.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.SmoothCameraMeshDepthSettings.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.SmoothCameraMeshDepthSettings.__init__ ( self,
SmoothCameraMeshDepthSettings arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.SmoothCameraMeshDepthSettings.__init__ ( self,
VertBitSet region,
EdgeWeights edgeWeights,
float bdStabilizer,
float innerStabilizer,
AreaStabilizer innerStabilizerType )
Implicit aggregate constructor.

Member Function Documentation

◆ bdStabilizer() [1/2]

float mrmeshpy.SmoothCameraMeshDepthSettings.bdStabilizer ( self)
stabilizer of every boundary vertex of the mesh: the more the value, the bigger attraction of the vertex to its measured depth

◆ bdStabilizer() [2/2]

None mrmeshpy.SmoothCameraMeshDepthSettings.bdStabilizer ( self,
float arg1 )

◆ edgeWeights() [1/2]

EdgeWeights mrmeshpy.SmoothCameraMeshDepthSettings.edgeWeights ( self)
weights of edges in the equations, computed on the mesh projected in the image plane

◆ edgeWeights() [2/2]

None mrmeshpy.SmoothCameraMeshDepthSettings.edgeWeights ( self,
EdgeWeights arg1 )

◆ innerStabilizer() [1/2]

float mrmeshpy.SmoothCameraMeshDepthSettings.innerStabilizer ( self)
average stabilizer of inner vertices

◆ innerStabilizer() [2/2]

None mrmeshpy.SmoothCameraMeshDepthSettings.innerStabilizer ( self,
float arg1 )

◆ innerStabilizerType() [1/2]

AreaStabilizer mrmeshpy.SmoothCameraMeshDepthSettings.innerStabilizerType ( self)
distribution of innerStabilizer among inner vertices

◆ innerStabilizerType() [2/2]

None mrmeshpy.SmoothCameraMeshDepthSettings.innerStabilizerType ( self,
AreaStabilizer arg1 )

◆ operator() [1/2]

SmoothCameraMeshDepthSettings mrmeshpy.SmoothCameraMeshDepthSettings.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

SmoothCameraMeshDepthSettings mrmeshpy.SmoothCameraMeshDepthSettings.operator ( * args,
** kwargs )
static

◆ region() [1/2]

VertBitSet mrmeshpy.SmoothCameraMeshDepthSettings.region ( self)
vertices where the depth is smoothed, nullptr means all vertices

◆ region() [2/2]

None mrmeshpy.SmoothCameraMeshDepthSettings.region ( self,
VertBitSet arg1 )

Member Data Documentation

◆ _offsetof_bdStabilizer

typing mrmeshpy.SmoothCameraMeshDepthSettings._offsetof_bdStabilizer = 12
staticprotected

◆ _offsetof_edgeWeights

typing mrmeshpy.SmoothCameraMeshDepthSettings._offsetof_edgeWeights = 8
staticprotected

◆ _offsetof_innerStabilizer

typing mrmeshpy.SmoothCameraMeshDepthSettings._offsetof_innerStabilizer = 16
staticprotected

◆ _offsetof_innerStabilizerType

typing mrmeshpy.SmoothCameraMeshDepthSettings._offsetof_innerStabilizerType = 20
staticprotected

◆ _offsetof_region

typing mrmeshpy.SmoothCameraMeshDepthSettings._offsetof_region = 0
staticprotected

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