-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (26 loc) · 922 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
23
24
25
26
27
28
29
30
31
32
name = "MultipleViewGeometry"
uuid = "7cb2d126-0d79-4d10-9b32-74e21e85bc60"
authors = ["Ashwani Rathee"]
version = "0.1.0"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
VideoIO = "d6d074c3-1acf-5d4c-9a43-ef38773959a2"
FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a"
GridDetector = "75c2d37c-541b-4fe4-8435-1b4a52ab0cde"
[extensions]
StereoExt = ["GLMakie", "VideoIO", "FFMPEG"]
CalibrateExt = ["GridDetector"]
[compat]
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]