All Projects → RaiMan → Sikulix1

RaiMan / Sikulix1

Licence: mit
SikuliX version 2.0.0+ (2019+)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Sikulix1

Faceai
一款入门级的人脸、视频、文字检测以及识别的项目.
Stars: ✭ 9,207 (+814.3%)
Mutual labels:  opencv, tesseract-ocr
Idcardocr
离线环境下第二代居民身份证信息识别
Stars: ✭ 328 (-67.43%)
Mutual labels:  opencv, tesseract-ocr
Mmcamscanner
Simulation of CamScanner app With Custom Camera and Crop Rect Validation
Stars: ✭ 728 (-27.71%)
Mutual labels:  opencv, tesseract-ocr
Opencv Tutorials
Tutorials for learning OpenCV in Python from Scratch
Stars: ✭ 36 (-96.43%)
Mutual labels:  opencv
Blackout
NaNoGenMo 2016 entry #2
Stars: ✭ 36 (-96.43%)
Mutual labels:  tesseract-ocr
Hololensarucounity
Marker tracking on HoloLens built on Aruco, OpenCV and Unity
Stars: ✭ 39 (-96.13%)
Mutual labels:  opencv
Gank.uwp
http://gank.io 第三方客户端UWP版
Stars: ✭ 41 (-95.93%)
Mutual labels:  windows-10
Camera calibration api
A simple Python API for single camera calibration using opencv
Stars: ✭ 36 (-96.43%)
Mutual labels:  opencv
Convolutionalemotion
A deep convolutional neural network system for live emotion detection
Stars: ✭ 40 (-96.03%)
Mutual labels:  opencv
Computer Vision
Computer vision sabbatical study materials
Stars: ✭ 39 (-96.13%)
Mutual labels:  opencv
Ipcamera Cpython Interface
兼容主流海康和雄迈IPC的适用于C++和python的帧数据获取接口
Stars: ✭ 38 (-96.23%)
Mutual labels:  opencv
Face Mask Detection
Face masks are crucial in minimizing the propagation of Covid-19, and are highly recommended or even obligatory in many situations. In this project, we develop a pipeline to detect unmasked faces in images. This can, for example, be used to alert people that do not wear a mask when entering a building.
Stars: ✭ 37 (-96.33%)
Mutual labels:  opencv
Lambda Packs
Precompiled packages for AWS Lambda
Stars: ✭ 997 (-0.99%)
Mutual labels:  opencv
Mosaicer
OpenCV & Tensorflow
Stars: ✭ 36 (-96.43%)
Mutual labels:  opencv
Hacking Scripts
Hacking Scripts contains amazing and awesome scripts written in Python, JavaScript, Java, Nodejs, and more. The main aim of the repository will be to provide utility scripts that might make everyday life easy.
Stars: ✭ 41 (-95.93%)
Mutual labels:  opencv
Snapchat Filter
3 facial filters on a webcam feed using OpenCV & ML - face swap, glasses and moustache
Stars: ✭ 35 (-96.52%)
Mutual labels:  opencv
Grabcutweb
Full web grabcut example using opencvjs
Stars: ✭ 40 (-96.03%)
Mutual labels:  opencv
Win10bloatremover
Configurable CLI tool to easily and aggressively debloat and tweak Windows 10 by removing preinstalled UWP apps, services and more. Originally based on the W10 de-botnet guide made by @adolfintel.
Stars: ✭ 37 (-96.33%)
Mutual labels:  windows-10
Pyimagevideo
write animated GIF, multipage append TIFF, AVI OGV video in Python
Stars: ✭ 36 (-96.43%)
Mutual labels:  opencv
Facerecog
Face Recognition using Neural Networks implemented using Keras
Stars: ✭ 39 (-96.13%)
Mutual labels:  opencv
SikuliX

Great thanks for the new logo @Waleed Sadek


What is SikuliX
SikuliX automates anything you see on the screen of your desktop computer running Windows, Mac or some Linux/Unix. It uses image recognition powered by OpenCV to identify GUI components and can act on them with mouse and keyboard actions. This is handy in cases when there is no easy access to a GUI's internals or the source code of the application or web page you want to act on. More details


Java: recommended is Java 11 - but you need at least Java 8 (best place to get it: AdoptOpenJDK)
non-LTS versions like Java 15 might create problems that should be reported

Windows: Works out of the box

macOS/Linux you have to make Tesseract OCR available (for HowTo look here).

Linux OpenCV ibraries are bundled and should work on Ubuntu-like flavors. In case of problems you have to find a solutiuon.


Latest stable version is 2.0.5

Important: Read about changes/issues/enhancements

List of fixes

Get SikuliX ready to use

For use in Java Maven projects the dependency coordinates are:

<dependency>
  <groupId>com.sikulix</groupId>
  <artifactId>sikulixapi</artifactId>
  <version>2.0.5</version>
</dependency>

Development environment

  • Java 11 (current JDK LTS release)
  • Java 8 (Oracle) for comatibility test
  • Source and target level for Java is version 8 as long as supported by Oracle
  • Maven project
  • Windows 10 latest (Pro 64-Bit)
  • macOS 11.2 on Intel machines
  • Ubuntu 18.04 in WSL on Windows 10 (basic tests only, headless)
  • Ubuntu 18.04 running in Oracle VM VirtualBox 6.1 on Windows 10
  • Using IntelliJ IDEA CE in all environments

Contributions are welcome and appreciated

  • for bugreports and requests for features or enhancements use the issue tracker here
  • for bugfixes related to the latest release version you should create a pull request against the release branch (currently release_2.0.x), so your fix will be in the next bug-fix release (see milestones).
  • for smaller bugfixes and/or feature enhancements related to the running development (currently branch master as version 2.1.0-SNAPSHOT and dev_... branches) you should create a pull request against the target branch
  • a pull request should target only one branch. It is the resposibility and job of the maintainer to apply the changes to other branches in case
  • for more complex revisions and/or enhancements you should ask for a development branch together with a short description of your ideas

Please respect the following rules and guidelines when contributing

  • Start with smaller fixes. E.g. choose an issue from the issue tracker and try to fix it. Or fix issues you encounter while using SikuliX.
  • Only fix cosmetic stuff if it's related to an issue you want to fix.
  • Before you change stuff like dependencies / overall code style and so on, talk with the maintainer beforehand.
    Sometimes there is a a reason that things are as they are (... and sometimes not :-)).
  • Try to accept the individual coding styles of the acting contributors, even if some of the stuff might be sub-optimal in your eyes.
    But feel free to talk about your ideas and the reasons behind.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].