JuliaImages / JuliaImages/juliaimages.github.io
documentation on deprecating Integer type in favor of Normed
Open
@johnnychen94 is already working on this.
Since Apr 28, 2019.
- Dominant language
- Julia
- Stars
- 33
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
In JuliaImages images are stored using the following three datatypes:
FixedPointNumbers.Normed, e.g.,N0f8,N0f16AbstractFloat, e.g.,Float32,Float64Bool
⚠️ We don't represent images as array of Integer (except Bool)
We also need some documentation explaining the wrap around behavior of N0f8
related issues:
https://github.com/JuliaImages/ImageCore.jl/pull/76#discussion_r279187928
https://github.com/JuliaImages/ImageCore.jl/issues/72
https://github.com/JuliaMath/FixedPointNumbers.jl/issues/41
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.