Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains managed classes for Kinect Fusion.
Classes
Name | Description | |
---|---|---|
![]() |
CameraParameters | This class is used to store the intrinsic camera parameters. These parameters describe the optical system of the camera lens and sensor. |
![]() |
CameraPoseFinder | Encapsulates camera pose finder creation, updating, and pose-finding functions. |
![]() |
CameraPoseFinderParameters | Defines the number of poses and feature sample locations used by the CameraPoseFinder class. |
![]() |
ColorMesh | Provides access to the vertices, normals, triangle indexes, and vertex colors of the mesh that is created when meshing a ColorReconstruction volume. |
![]() |
ColorReconstruction | Encapsulates reconstruction volume creation, updating, and meshing functions with color. |
![]() |
FusionColorImageFrame | A frame used specifically for 32bit RGBA-based images. It provides access to the dimensions, format and pixel data for a frame. |
![]() |
FusionDepthProcessor | The FusionDepthProcessor class encapsulates all operations on depth processing. |
![]() |
FusionFloatImageFrame | A frame used specifically for float-based images. It provides access to the dimensions, format and pixel data for a depth frame. |
![]() |
FusionImageFrame | Contains a Fusion Image Frame. |
![]() |
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. |
![]() |
MatchCandidates | Used by the CameraPoseFinder.FindCameraPose method to provide access to the matched camera poses and their similarity measurements. |
![]() |
Mesh | The Mesh object is created when meshing a Reconstruction volume. This provides access to the vertices, normals and triangle indexes of the mesh. |
![]() |
Reconstruction | Reconstruction encapsulates reconstruction volume creation updating and meshing functions. |
![]() |
ReconstructionParameters | Contains the parameters for a KinectFusion reconstruction. |
Structures
Name | Description | |
---|---|---|
![]() |
Vector3 | Vector3 is a 3-element vector, typically used for storing 3D points or normals. |
Enumerations
Name | Description | |
---|---|---|
![]() |
FusionImageType | The Kinect Fusion image types. |
![]() |
HRESULT | The HRESULT definition which is used in Kinect Fusion. |
![]() |
ReconstructionProcessor | The Reconstruction Processor type. |