forked from JuliaImages/ImageBinarization.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
22 lines (19 loc) · 833 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name = "ImageBinarization"
uuid = "26325222-130f-11e9-0d93-dff71735e8f2"
authors = ["Dr. Zygmunt L. Szpak <[email protected]>"]
version = "0.1.0"
[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
HistogramThresholding = "2c695a8d-9458-5d45-9878-1b8a99cf7853"
ImageContrastAdjustment = "f332f351-ec65-5f6a-b3d1-319c6670881a"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
[extras]
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
[targets]
test = ["Test", "TestImages", "ImageMagick"]