dotcounter-2024-07-26
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: camdell
- License: mit
- Language: Python
- Default Branch: main
- Size: 118 KB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
Citation
README.md
Dot Counter
This program counts colored dots (red, yellow, green) can ouptut an image relaying what dot is classified as what color.
Dependencies
See requirements.txt for up to date dependencies
Usage
To output counts of colors
python circount.py images/dots.jpg
To show plots of what color is counted in the image.
python circount.py images/dots.jpg --show
Owner
- Login: camdell
- Kind: user
- Repositories: 1
- Profile: https://github.com/camdell
Citation (CITATION.cff)
cff-version: 1.2.0
title: Dot Counter
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Cameron
family-names: Riddell
email: cameron@dutc.io
GitHub Events
Total
Last Year
Dependencies
requirements.txt
pypi
- matplotlib ==3.9.
- numpy ==1.
- opencv-python *
- scipy *