-
Notifications
You must be signed in to change notification settings - Fork 9
/
Project.toml
32 lines (28 loc) · 1.04 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name = "ImageTracking"
uuid = "7632190a-71f5-11e9-04ef-99e081817785"
version = "0.3.0"
[deps]
AxisAlgorithms = "13072b0f-2c55-5437-9ae7-d433b7a33950"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
AxisAlgorithms = "0.3, 1"
CoordinateTransformations = "0.5, 0.6"
Images = "0.25, 0.26"
Interpolations = "0.10, 0.11, 0.12, 0.13, 0.14"
LinearAlgebra = "1"
StaticArrays = "0.10, 0.11, 0.12, 1"
Statistics = "1"
julia = "1.6"
[extras]
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
[targets]
test = ["ImageMagick", "OffsetArrays", "Random", "Test", "TestImages"]