Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, CameraPointsTriangulationSettings arg0) |
| None | __init__ (self, Matrix3f intrinsics, float weldPixels, VertMap outSmallestMap, VertCoords outProjectedPoints) |
| Matrix3f | intrinsics (self) |
| None | intrinsics (self, Matrix3f arg1) |
| VertCoords | outProjectedPoints (self) |
| None | outProjectedPoints (self, VertCoords arg1) |
| VertMap | outSmallestMap (self) |
| None | outSmallestMap (self, VertMap arg1) |
| float | weldPixels (self) |
| None | weldPixels (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| CameraPointsTriangulationSettings | operator (*args, **kwargs) |
| CameraPointsTriangulationSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_intrinsics = 0 |
| typing | _offsetof_outProjectedPoints = 48 |
| typing | _offsetof_outSmallestMap = 40 |
| typing | _offsetof_weldPixels = 36 |
Generated from: MR::CameraPointsTriangulationSettings
|
static |
| None mrmeshpy.CameraPointsTriangulationSettings.__init__ | ( | self | ) |
| None mrmeshpy.CameraPointsTriangulationSettings.__init__ | ( | self, | |
| CameraPointsTriangulationSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.CameraPointsTriangulationSettings.__init__ | ( | self, | |
| Matrix3f | intrinsics, | ||
| float | weldPixels, | ||
| VertMap | outSmallestMap, | ||
| VertCoords | outProjectedPoints ) |
Implicit aggregate constructor.
| Matrix3f mrmeshpy.CameraPointsTriangulationSettings.intrinsics | ( | self | ) |
camera intrinsic matrix: the image-plane (pixel) position of a point p in camera space is ( K * p ).xy / ( K * p ).z
| None mrmeshpy.CameraPointsTriangulationSettings.intrinsics | ( | self, | |
| Matrix3f | arg1 ) |
|
static |
|
static |
| VertCoords mrmeshpy.CameraPointsTriangulationSettings.outProjectedPoints | ( | self | ) |
if not null, receives the image-plane coordinates of all points as ( x, -y, 1 ) with y mirrored, for welded points these are the coordinates of the averaged position, for invalid cloud points zeros
| None mrmeshpy.CameraPointsTriangulationSettings.outProjectedPoints | ( | self, | |
| VertCoords | arg1 ) |
| VertMap mrmeshpy.CameraPointsTriangulationSettings.outSmallestMap | ( | self | ) |
if not null, receives the result of findSmallestCloseVertices on the image-plane positions: each point is mapped to the point it was merged into (or to itself); left unchanged if weldPixels <= 0
| None mrmeshpy.CameraPointsTriangulationSettings.outSmallestMap | ( | self, | |
| VertMap | arg1 ) |
| float mrmeshpy.CameraPointsTriangulationSettings.weldPixels | ( | self | ) |
points closer than this distance in the image plane are merged into one vertex located at their average position; non-positive value disables merging
| None mrmeshpy.CameraPointsTriangulationSettings.weldPixels | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |