Class QRCodeDetectorAruco

    • Constructor Detail

      • QRCodeDetectorAruco

        protected QRCodeDetectorAruco​(long addr)
      • QRCodeDetectorAruco

        public QRCodeDetectorAruco()
      • QRCodeDetectorAruco

        public QRCodeDetectorAruco​(QRCodeDetectorAruco_Params params)
        QR code detector constructor for Aruco-based algorithm. See cv::QRCodeDetectorAruco::Params
        Parameters:
        params - automatically generated
    • Method Detail

      • getDetectorParameters

        public QRCodeDetectorAruco_Params getDetectorParameters()
        Detector parameters getter. See cv::QRCodeDetectorAruco::Params
        Returns:
        automatically generated
      • setDetectorParameters

        public QRCodeDetectorAruco setDetectorParameters​(QRCodeDetectorAruco_Params params)
        Detector parameters setter. See cv::QRCodeDetectorAruco::Params
        Parameters:
        params - automatically generated
        Returns:
        automatically generated
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class GraphicalCodeDetector
        Throws:
        java.lang.Throwable