Package org.sikuli.script

Examples of org.sikuli.script.Pattern


   * @param path - image file path
   * @param similarity - similarity fraction
   * @return Pattern created from image
   */
  public static Pattern pattern(String path) {
    return new Pattern(new File(path).getAbsolutePath());
  }
View Full Code Here

TOP

Related Classes of org.sikuli.script.Pattern

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.