Contains managed classes for Kinect Fusion.
Classes
.png) |
CameraParameters |
This class is used to store the intrinsic camera parameters. These parameters describe the optical system of the camera lens and sensor. |
.png) |
CameraPoseFinder |
Encapsulates camera pose finder creation, updating, and pose-finding functions. |
.png) |
CameraPoseFinderParameters |
Defines the number of poses and feature sample locations used by the CameraPoseFinder class. |
.png) |
ColorMesh |
Provides access to the vertices, normals, triangle indexes, and vertex colors of the mesh that is created when meshing a ColorReconstruction volume. |
.png) |
ColorReconstruction |
Encapsulates reconstruction volume creation, updating, and meshing functions with color. |
.png) |
FusionColorImageFrame |
A frame used specifically for 32bit RGBA-based images. It provides access to the dimensions, format and pixel data for a frame. |
.png) |
FusionDepthProcessor |
The FusionDepthProcessor class encapsulates all operations on depth processing. |
.png) |
FusionFloatImageFrame |
A frame used specifically for float-based images. It provides access to the dimensions, format and pixel data for a depth frame. |
.png) |
FusionImageFrame |
Contains a Fusion Image Frame. |
.png) |
FusionPointCloudImageFrame |
A frame used specifically for float-based point cloud images. It provides access to the dimensions, format and pixel data for a depth frame. |
.png) |
MatchCandidates |
Used by the CameraPoseFinder.FindCameraPose method to provide access to the matched camera poses and their similarity measurements. |
.png) |
Mesh |
The Mesh object is created when meshing a Reconstruction volume. This provides access to the vertices, normals and triangle indexes of the mesh. |
.png) |
Reconstruction |
Reconstruction encapsulates reconstruction volume creation updating and meshing functions. |
.png) |
ReconstructionParameters |
Contains the parameters for a KinectFusion reconstruction. |
Structures
.png) |
Vector3 |
Vector3 is a 3-element vector, typically used for storing 3D points or normals. |
Enumerations