Class BasicFaceRecognizer

    • Constructor Detail

      • BasicFaceRecognizer

        protected BasicFaceRecognizer​(long addr)
    • Method Detail

      • getNumComponents

        public int getNumComponents()
        SEE: setNumComponents
        Returns:
        automatically generated
      • setNumComponents

        public void setNumComponents​(int val)
        getNumComponents SEE: getNumComponents
        Parameters:
        val - automatically generated
      • getThreshold

        public double getThreshold()
        SEE: setThreshold
        Returns:
        automatically generated
      • setThreshold

        public void setThreshold​(double val)
        getThreshold SEE: getThreshold
        Parameters:
        val - automatically generated
      • 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
        Overrides:
        finalize in class FaceRecognizer
        Throws:
        java.lang.Throwable