Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1022 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 1022 Bytes

Digit Clutter

Contains python scripts for generating digit clutter and digit debris stimuli as described here

Prerequisites

Requires the following python packages, scipy, numpy and Pillow. These should be installed if your using the standard Anaconda distribution. If not these will need to be installed with the following command

pip install scipy numpy Pillow

Also requires ImageMagick (the code has been tested on version 7). The download and installation instructions can be found here.

Basic usage

Firstly, just ensure your files are in a directory on your python path. Having a look at the following working example should give an idea of how to generate stimulus sets.

A script is also included that generates 1000 images with the same attributes as the light debris image set described in the paper.