类 BasicFaceRecognizer

    • 构造函数详情

      • BasicFaceRecognizer

        protected BasicFaceRecognizer​(long addr)
    • 方法详情

      • getNumComponents

        public int getNumComponents()
        参见:setNumComponents
        返回
        自动生成
      • setNumComponents

        public void setNumComponents​(int val)
        getNumComponents 参见:getNumComponents
        参数
        val - 自动生成
      • getThreshold

        public double getThreshold()
        参见:setThreshold
        返回
        自动生成
      • setThreshold

        public void setThreshold​(double val)
        getThreshold 参见:getThreshold
        参数
        val - 自动生成
      • getProjections

        public java.util.List<Mat> getProjections()
      • getLabels

        public Mat getLabels()
      • getEigenValues

        public Mat getEigenValues()
      • getEigenVectors

        public Mat getEigenVectors()
      • getMean

        public Mat getMean()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        覆盖
        finalize 在类 FaceRecognizer
        抛出
        java.lang.Throwable