Skip to main content

Computer vision image analyses for monkey screenshots.

Project description

monkey-vision

##################################
###        monkey vision       ###
##################################

Computer vision image analyses for monkey screenshots. This module can analyze app screenshots and provide information about all the intractable components in the image.

Install

Install the package. If you prefer you can use a virtual environment. (Check docs/README.md)

 $ pip install monkey_vision

To get a specific version or to check for updates please refer to the Links section.

Exposed api

  1. Image analysis, get image event point. Will return the list of possible interaction coordinates (event points) visible in the provided screenshot.
 $ monkey_vision -r imagePath
 $ monkey_vision --run imagePath
  1. Percentage compare between two images: Will return an array of the percentage comparison of the base image, the first argument, with the rest of the arguments.
 $ monkey_vision -m imagePath1 imagePath2 ... imagePathN
 $ monkey_vision --match imagePath1 imagePath2 ... imagePathN
  1. Percentage compare between two images focusing on a particular area of the image. This functionality works similarly to the normal percentage compare. The first argument of the focused percentage match is the center coordinate of the comparison area.
 $ monkey_vision -fm XX YY imagePath1 imagePath2 ... imagePathN
 $ monkey_vision --focusedMatch XX YY imagePath1 imagePath2 ... imagePathN
  1. Help:
 $ monkey_vision -h
 $ monkey_vision --help

Links

  • Production releases are published at PyPI.
  • For test or/and unstable versions check out TestPyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

monkey_vision-0.1.2.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

monkey_vision-0.1.2-py3-none-any.whl (17.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page