Skip to content

Commit

Permalink
added OpenCV_jll
Browse files Browse the repository at this point in the history
  • Loading branch information
yakir12 committed Dec 26, 2024
1 parent fa4faf9 commit cb7c7c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ version = "0.6.0"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageDraw = "4381153b-2b60-58ae-a1ba-fd683676385f"
ImageBase = "c817782e-172a-44cc-b673-b171935fbb9e"
ImageDraw = "4381153b-2b60-58ae-a1ba-fd683676385f"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OpenCV_jll = "33b9d88c-85f9-5d73-bd91-4e2b95a9aa0b"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand All @@ -33,6 +34,7 @@ ImageIO = "0.6"
ImageTransformations = "0.9, 0.10"
JSON3 = "1.14.1"
LinearAlgebra = "1"
OpenCV_jll = "4.10.0"
PaddedViews = "0.5.12"
Polynomials = "3, 4"
PythonCall = "0.9"
Expand Down
1 change: 1 addition & 0 deletions src/CameraCalibrations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ using LinearAlgebra, Statistics, Random
import ImageIO, FileIO
using PythonCall, ImageBase, StaticArrays, ImageDraw, ImageTransformations
using Rotations, CoordinateTransformations, Polynomials
using OpenCV_jll

using JSON3, StructTypes

Expand Down

0 comments on commit cb7c7c9

Please sign in to comment.