类 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