Python Face Structures¶
-
oneML.faceAPI.BBox : public object
Class for Bounding Box.
Attributes:
- top: top coordinate
- bottom: bottom coordinate
- left: left coordinate
- right: right coordinate
-
oneML.faceAPI.BBoxVector : public object
List of BBox objects.
-
oneML.faceAPI.Landmark5 : public object
Struct for landmark in face.
Public Functions
-
__eq__
(self, lm)¶ check whether the given FaceLandmark is equal to this instance
:type lm: oneML::face::FaceLandmark< 5 > :param lm:: FaceLandmark to be compared :rtype: boolean :return: bool
-
Struct of landmarks containing an array of 5 x points and an array of 5 y points
Warning
doxygenclass: Cannot find class “oneML::faceAPI::Landmark106” in doxygen xml output for project “oneML” from directory: /builds/sertiscorp/mle/edge/oneml/build/docs/doxygen/xml
Struct of landmarks containing an array of 106 x points and an array of 106 y points
-
oneML.faceAPI.Landmarks5Vector : public object
List of Landmark5 objects.
-
oneML.faceAPI.IntVector : public object
List of int values.
-
oneML.faceAPI.
Pose_Undefined
= _oneMLfacePython.Pose_Undefined¶
-
oneML.faceAPI.
Pose_Front
= _oneMLfacePython.Pose_Front¶
-
oneML.faceAPI.
Pose_Left
= _oneMLfacePython.Pose_Left¶
-
oneML.faceAPI.
Pose_Right
= _oneMLfacePython.Pose_Right¶
-
oneML.faceAPI.
Pose_Up
= _oneMLfacePython.Pose_Up¶
-
oneML.faceAPI.
Pose_Down
= _oneMLfacePython.Pose_Down¶