File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ you are interested in most.
37
37
* Image visulization are supported by [ various packages] (@ref sec_visualization)
38
38
* Image saving and loading are supported by packages under [ JuliaIO] (@ref sec_imageio)
39
39
* high-level algorithms
40
+ * [ DitherPunk.jl] ( https://github.com/JuliaImages/DitherPunk.jl ) provides various image dithering operations.
40
41
* [ ImageBinarization.jl] ( https://github.com/zygmuntszpak/ImageBinarization.jl ) provides various
41
42
image binarization algorithms.
42
43
* [ ImageContrastAdjustment.jl] ( https://juliaimages.org/ImageContrastAdjustment.jl/stable/ ) \* supports
@@ -66,4 +67,8 @@ The following is an incomplete list of third-party packages that are widely used
66
67
operations for image-related machine learning tasks.
67
68
* [ Flux.jl] ( https://github.com/FluxML/Flux.jl ) is a deep learning toolbox in Julia.
68
69
70
+ There are also some other packages outside JuliaImages that you might want to take a look at:
69
71
72
+ * [ MIRT.jl] ( https://github.com/JeffFessler/MIRT.jl ) the Michigan Image Reconstruction Toolbox. As its name indicates, it is
73
+ a toolbox to solve image reconstruction problems.
74
+ * [ ImageClipboard.jl] ( https://github.com/hyrodium/ImageClipboard.jl ) enables you to copy&paste image from/to your clipboard.
You can’t perform that action at this time.
0 commit comments