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.
Kinect for Windows 1.8
Initializes a new instance of the CameraPoseFinder class with the specified parameters.
Syntax
public static CameraPoseFinder FusionCreateCameraPoseFinder (
CameraPoseFinderParameters cameraPoseFinderParameters
)
Parameters
- cameraPoseFinderParameters
Type: CameraPoseFinderParameters
CameraPoseFinderParameters object that defines the number of poses and feature sample locations that this CameraPoseFinder will use.
Return Value
Type: CameraPoseFinder
The newly created CameraPoseFinder.
Exceptions
Exception type | Condition |
---|---|
ArgumentException | One of the following occurred:
|
ArgumentNullException | The cameraPoseFinderParameters parameter is null. |
InvalidOperationException | One of the following occurred:
|
OutOfMemoryException | The memory required for camera pose finder processing could not be allocated. |
Requirements
Namespace: Microsoft.Kinect.Toolkit.Fusion
Assembly: Microsoft.Kinect.Toolkit.Fusion (in microsoft.kinect.toolkit.fusion.dll)
See Also
Reference
CameraPoseFinder Class
CameraPoseFinder Members
Microsoft.Kinect.Toolkit.Fusion Namespace