Class Finder.Finder2

  • Enclosing class:
    Finder

    protected static class Finder.Finder2
    extends Object
    • Method Detail

      • init

        protected static void init()
      • isValid

        public boolean isValid()
      • find

        protected static org.sikuli.script.Finder.FindResult2 find​(org.sikuli.script.Finder.FindInput2 findInput)
      • findChanges

        public static List<Region> findChanges​(org.sikuli.script.Finder.FindInput2 findInput)
      • contoursToRectangle

        public static List<Region> contoursToRectangle​(List<org.opencv.core.MatOfPoint> contours)
      • isOpaque

        public static boolean isOpaque​(BufferedImage bImg)
      • makeMat

        public static org.opencv.core.Mat makeMat​(BufferedImage bImg)
      • makeMat

        public static org.opencv.core.Mat makeMat​(BufferedImage bImg,
                                                  boolean asBGR)
      • makeMat

        public static org.opencv.core.Mat makeMat()
      • makeMat

        public static org.opencv.core.Mat makeMat​(org.opencv.core.Size size,
                                                  int type,
                                                  int fill)
      • getNewMat

        protected static org.opencv.core.Mat getNewMat()
      • getNewMat

        protected static org.opencv.core.Mat getNewMat​(org.opencv.core.Size size,
                                                       int type,
                                                       int fill)
      • matMulti

        protected static org.opencv.core.Mat matMulti​(org.opencv.core.Mat mat,
                                                      int channels)
      • extractMask

        protected static List<org.opencv.core.Mat> extractMask​(org.opencv.core.Mat target,
                                                               boolean onlyChannel4)
      • getBufferedImage

        public static BufferedImage getBufferedImage​(org.opencv.core.Mat mat)
      • getBufferedImage

        public static BufferedImage getBufferedImage​(org.opencv.core.Mat mat,
                                                     String type)