Extension [ extension #90 pdlib version 1.0.1 ] { - Functions { Function [ function confirm_pdlib_compiled ] { } Function [ function dlib_chinese_whispers ] { - Parameters [1] { Parameter #0 [ $edges ] } } Function [ function dlib_face_detection ] { - Parameters [2] { Parameter #0 [ $img_path ] Parameter #1 [ $upsample_num ] } } Function [ function dlib_face_landmark_detection ] { - Parameters [2] { Parameter #0 [ $shape_predictor_file_path ] Parameter #1 [ $img_path ] } } } - 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 [ $cnn_face_detection_model_path ] } } Method [ public method detect ] { - Parameters [2] { Parameter #0 [ $img_path ] Parameter #1 [ $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 [ $shape_predictor_file_path ] } } Method [ public method detect ] { - Parameters [2] { Parameter #0 [ $img_path ] Parameter #1 [ $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 [ $face_recognition_model_path ] } } Method [ public method computeDescriptor ] { - Parameters [3] { Parameter #0 [ $img_path ] Parameter #1 [ $landmarks ] Parameter #2 [ $num_jitters ] } } } } } }