Class GrayCodePattern

    • Constructor Detail

      • GrayCodePattern

        protected GrayCodePattern​(long addr)
    • Method Detail

      • create

        public static GrayCodePattern create​(int width,
                                             int height)
      • getProjPixel

        public boolean getProjPixel​(java.util.List<Mat> patternImages,
                                    int x,
                                    int y,
                                    Point projPix)
      • getNumberOfPatternImages

        public long getNumberOfPatternImages()
      • getImagesForShadowMasks

        public void getImagesForShadowMasks​(Mat blackImage,
                                            Mat whiteImage)
      • setBlackThreshold

        public void setBlackThreshold​(long value)
      • setWhiteThreshold

        public void setWhiteThreshold​(long value)