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 |
Generated from: MR::SmoothCameraMeshDepthSettings
|
static |
| None mrmeshpy.SmoothCameraMeshDepthSettings.__init__ | ( | self | ) |
| None mrmeshpy.SmoothCameraMeshDepthSettings.__init__ | ( | self, | |
| SmoothCameraMeshDepthSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.SmoothCameraMeshDepthSettings.__init__ | ( | self, | |
| VertBitSet | region, | ||
| EdgeWeights | edgeWeights, | ||
| float | bdStabilizer, | ||
| float | innerStabilizer, | ||
| AreaStabilizer | innerStabilizerType ) |
Implicit aggregate constructor.
| 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
| None mrmeshpy.SmoothCameraMeshDepthSettings.bdStabilizer | ( | self, | |
| float | arg1 ) |
| EdgeWeights mrmeshpy.SmoothCameraMeshDepthSettings.edgeWeights | ( | self | ) |
weights of edges in the equations, computed on the mesh projected in the image plane
| None mrmeshpy.SmoothCameraMeshDepthSettings.edgeWeights | ( | self, | |
| EdgeWeights | arg1 ) |
| float mrmeshpy.SmoothCameraMeshDepthSettings.innerStabilizer | ( | self | ) |
average stabilizer of inner vertices
| None mrmeshpy.SmoothCameraMeshDepthSettings.innerStabilizer | ( | self, | |
| float | arg1 ) |
| AreaStabilizer mrmeshpy.SmoothCameraMeshDepthSettings.innerStabilizerType | ( | self | ) |
distribution of innerStabilizer among inner vertices
| None mrmeshpy.SmoothCameraMeshDepthSettings.innerStabilizerType | ( | self, | |
| AreaStabilizer | arg1 ) |
|
static |
|
static |
| VertBitSet mrmeshpy.SmoothCameraMeshDepthSettings.region | ( | self | ) |
vertices where the depth is smoothed, nullptr means all vertices
| None mrmeshpy.SmoothCameraMeshDepthSettings.region | ( | self, | |
| VertBitSet | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |