Science Score: 57.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
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.5%) to scientific vocabulary
Keywords
Repository
Bagel: JavaScript library for image manipulation
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Bagel: JavaScript library for image manipulation
This library has two purposes, (a) to provide functions to perform image manipulation; (b) to run Bagel image generation.
Bagel (Bubbles Along Gaussians Evolving radialLy) is a set of tools to create a filter which is composed of gaussian rings at various distances from the center. The locations are randomly chosen among the log_2(width) positions with steps of 1/k with k the smooth parameter.
Preliminary work were presented in Willenbock et al. (2010). This set of tools expands on this work by providing functional JS code, and by offering a slightly different sampler based on a log_2 space of frequencies.
You can find a live demo page at: http://dcousin3.github.io/Bagel/Bagel.htm This page lets you test various functions using a rudimentary interface.
License
Bagel is distributed under a CC 4.0 BY NC license with the dditional restriction that
non-humans (bots and automated web scraping algorithms) are not allowed to use, adapt,
or modify code here unless explicitely approved by the right holders.
One exception is the function invFFT_1D_radix2 which is distributed under a MIT license.
References
Cousineau, D., & Collin, C. (2023) Bagel: JavaScript library for image manipulation [software] version 1.3.3. URL: http://dcousin3.github.io/Bagel/
Willenbockel et al. (2010) Journal of Experimental Psychology: Human perception & performance. doi: 10.1037/a0016465
Owner
- Name: Denis Cousineau
- Login: dcousin3
- Kind: user
- Company: Université d'Ottawa
- Repositories: 11
- Profile: https://github.com/dcousin3
I am a cognitive psychologist afflicted by the Frankenstein syndrome, that is, to recreate intelligent minds from inert materials.
Citation (CITATION.cff)
cff-version: 1.2.0
title: 'Bagel: JavaScript library for image manipulation'
message: 'If you use this software, please cite it as below.'
type: software
authors:
- given-names: Denis
family-names: Cousineau
email: denis.cousineau@uottawa.ca
affiliation: Université d'Ottawa
orcid: 'https://orcid.org/0000-0001-5908-0402'
- given-names: Charles
family-names: Collin
affiliation: Université d'Ottawa
orcid: 'https://orcid.org/0000-0003-1678-4754'
repository-code: 'http://dcousin3.github.io/Bagel/'
abstract: >-
Bagel (Bubbles Along Gaussians Evolving radialLy) is a set
of tools to create a filter which is composed of gaussian rings
at various distances from the center. The locations are randomly
chosen among the lg(width) positions with steps of 1/k with k the
smooth parameter.
keywords:
- Image processing
- Fourier transformation
- Bagel
license: CC-BY-NC-4.0
version: 1.4.0
date-released: '2023-12-28'
GitHub Events
Total
Last Year
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Denis Cousineau | D****u@u****a | 19 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0