Extension [ extension #90 pdlib version 1.0.2 ] { - Functions { Function [ function dlib_chinese_whispers ] { - Parameters [1] { Parameter #0 [ array $edges ] } } Function [ function dlib_face_detection ] { - Parameters [2] { Parameter #0 [ string $img_path ] Parameter #1 [ int $upsample_num ] } } Function [ function dlib_face_landmark_detection ] { - Parameters [2] { Parameter #0 [ string $shape_predictor_file_path ] Parameter #1 [ string $img_path ] } } Function [ function dlib_vector_length ] { - Parameters [2] { Parameter #0 [ array $x_arg ] Parameter #1 [ array $y_arg ] } } } - Classes [3] { Class [ class CnnFaceDetection ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $cnn_face_detection_model_path ] } } Method [ public method detect ] { - Parameters [2] { Parameter #0 [ string $img_path ] Parameter #1 [ int $upsample_num ] } } } } Class [ class FaceLandmarkDetection ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $shape_predictor_file_path ] } } Method [ public method detect ] { - Parameters [2] { Parameter #0 [ string $img_path ] Parameter #1 [ array $bounding_box ] } } } } Class [ class FaceRecognition ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $face_recognition_model_path ] } } Method [ public method computeDescriptor ] { - Parameters [3] { Parameter #0 [ string $img_path ] Parameter #1 [ array $landmarks ] Parameter #2 [ int $num_jitters ] } } } } } }