Offers simple solutions for challenges that can be encountered in the psychology labs.
Project description
EasyLab
Offers simple solutions with GUI. From a folder, it can resize images, change their extensions, applies spatial frequencies, and remove backgrounds...
Purpose of the project
- The purpose of the project is to offer simple solutions to solve some of the problems that arise when working with big image datasets.
- The project is a work in progress, and it is not finished yet. Since it offers GUI, it is very practical to use it.
Features
- Resize images
- Change extension
- Apply spatial frequencies (low pass, high pass with Butterworth filter)
- Apply Gaussian blur
- Apply grayscale filter (RGB to Gray)
- Rename images (with a desired prefix)
- Remove background from images (Utilizes deep learning, so it is slow depending on the size of the images)
- Apply Histogram Equalization
- Apply CFA (Color Filter Array) filter
installation
- Install easylab with pip:
pip install easylab
Usage
it is very simple to use the project.
For the open GUI, use the following command:
from easylab import easylab
then open the gui with:
easylab.easylabgui()
This basically starts the GUI. First, select the input folder then select the output folder. Then just select the options you want to apply to the images. Rename images will change all image names from the input folder with the input prefix. Don't forget to add an extension if you use rename option.
Javascript
I will also add some javascript to the online version. You can find js demos on the easylab website here
E-prime scripts
get the trail list (Image names for the E-Prime) or create a jitter: https://altunenes.github.io/EasyLab/filenames
Contributing
Contributions are welcome!
- Enes Altun Main Author
Current look
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
Built Distribution
File details
Details for the file easylab-2.4.tar.gz
.
File metadata
- Download URL: easylab-2.4.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.9.7 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31381451d3a92de010655112c77928cd07a341399f9ba4fde3fea5d68486e2b3 |
|
MD5 | 3e883a1d11836250b7070368ced7e46e |
|
BLAKE2b-256 | f0d77ca3e69285ec1239b826388cb67cded20bae0651ae7c3d7978b4aa5a4fa9 |
File details
Details for the file easylab-2.4-py3-none-any.whl
.
File metadata
- Download URL: easylab-2.4-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.9.7 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1660a343ae186896e2ccb00da1dabe7468fb7049bedebaada907465c5315b240 |
|
MD5 | 19919bdf206967d9bd05f6f920d579b0 |
|
BLAKE2b-256 | c61f7df6b90a453a15c432e9e05c5d75af5d87fb7eead4091d7fd3d7920ba438 |