![]() |
SLAMflex SE
0.1.0
SLAMflex provides detection and tracking of dominant planes for smartphone devices. This plane can then be used to show AR content relative to the plane orientation. The detection of plane is performed in the field of view of the smartphone camera. In subsequent frames it is tracked. The interface returns the plane position and orientation.
|
This is the complete list of members for SlamFlexWrapper, including all inherited members.
DetectionState enum name | SlamFlexWrapper | |
SendArrayPointsDelegate(IntPtr pointer, int size) | SlamFlexWrapper | |
SendLogDelegate(string text) | SlamFlexWrapper | |
SendPoseDelegate(float r1, float r2, float r3, double t1, double t2, double t3) | SlamFlexWrapper | |
SendStringDelegate(string s) | SlamFlexWrapper | |
SetNewFrame(IntPtr pointer, int width, int height) | SlamFlexWrapper | inlinestatic |
StartPlaneDetection() | SlamFlexWrapper | inlinestatic |
StartSlam(SendStringDelegate ssd, SendPoseDelegate spd, SendLogDelegate sLogd, SendArrayPointsDelegate arrayPoints) | SlamFlexWrapper | inlinestatic |
StopSlam() | SlamFlexWrapper | inlinestatic |
ViablePlatform() | SlamFlexWrapper | inlineprivatestatic |