You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
johnnychen94
changed the title
add documentation on deprecating Integer type and in favor of FixedPoint{Normed}
add documentation on deprecating Integer type in favor of FixedPoint{Normed}
Apr 28, 2019
johnnychen94
changed the title
add documentation on deprecating Integer type in favor of FixedPoint{Normed}
add documentation on deprecating Integer type in favor of Normed
Apr 28, 2019
Folks around me say the documentation is hard to read and understand. The first time I read the documentation in Aug 2018, I felt the same.
I'm planning to reorganize the current materials of JuliaImages documentation at some time point, this issue serves as a memo.
I worry about that too. It will definitely help if other people work on it, it's always a bit dangerous when the person who writes the code also writes the documentation.
johnnychen94
changed the title
add documentation on deprecating Integer type in favor of Normed
documentation on deprecating Integer type in favor of Normed
Apr 28, 2019
In JuliaImages images are stored using the following three datatypes:
FixedPointNumbers.Normed
, e.g.,N0f8
,N0f16
AbstractFloat
, e.g.,Float32
,Float64
Bool
Integer
(exceptBool
)We also need some documentation explaining the wrap around behavior of
N0f8
related issues:
JuliaImages/ImageCore.jl#76 (comment)
JuliaImages/ImageCore.jl#72
JuliaMath/FixedPointNumbers.jl#41
The text was updated successfully, but these errors were encountered: