We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8906d3e commit a4277deCopy full SHA for a4277de
build.gradle.kts
@@ -40,7 +40,10 @@ testDependencies {
40
api("org.bytedeco:openblas:$openblasVersion:windows-x86_64")
41
val opencvVersion = "4.10.0-1.5.11-20251001-ihmc" // Hosted on https://robotlabfiles.ihmc.us/repository
42
api("us.ihmc:opencv:$opencvVersion")
43
+ api("us.ihmc:opencv:$opencvVersion:linux-arm64")
44
api("us.ihmc:opencv:$opencvVersion:linux-arm64-gpu")
45
+ api("us.ihmc:opencv:$opencvVersion:linux-x86_64")
46
api("us.ihmc:opencv:$opencvVersion:linux-x86_64-gpu")
47
+ api("us.ihmc:opencv:$opencvVersion:windows-x86_64")
48
api("us.ihmc:opencv:$opencvVersion:windows-x86_64-gpu")
49
}
0 commit comments