CameraPoseFinder Class
Encapsulates camera pose finder creation, updating, and pose-finding functions.
CameraPoseFinder has the following members.
| Name | Description |
|---|---|
| CameraPoseFinder | Overloaded. Initializes a new instance of the CameraPoseFinder. |
| Name | Description |
|---|---|
| CameraPoseFinderParameters | Gets the parameters associated with the CameraPoseFinder. |
| StoredPoseCount | Gets the number of poses stored by the CameraPoseFinder. |
| 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. |
Community Additions
ADD
Show: