Share via


CameraPoseFinder Class

Encapsulates camera pose finder creation, updating, and pose-finding functions.

Syntax

public ref class CameraPoseFinder sealed
public sealed class CameraPoseFinder
var cameraPoseFinder = Microsoft.Kinect.Fusion.CameraPoseFinder;

Members

CameraPoseFinder has the following members.

Constructors

Name Description
CameraPoseFinder Overloaded. Initializes a new instance of the CameraPoseFinder.

Properties

Name Description
CameraPoseFinderParameters Gets the parameters associated with the CameraPoseFinder.
StoredPoseCount Gets the number of poses stored by the CameraPoseFinder.

Methods

Name Description
FindCameraPose Retrieves the poses in the camera pose finder database that are most similar to the current camera input.
LoadCameraPoseFinderDatabase Loads a previously-saved camera pose finder database from disk.
ProcessFrame Adds the specified camera frame to the camera pose finder database if the frame differs enough from poses that already exist in the database.
ResetCameraPoseFinder Clears the CameraPoseFinder.
SaveCameraPoseFinderDatabase Saves the camera pose finder database to disk.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

Microsoft.Kinect.Fusion Namespace