License |
License |
---|---|
Categories |
CategoriesOpenCV Business Logic Libraries Computer Vision |
GroupId | GroupIdai.eye2you |
ArtifactId | ArtifactIdopencv-android |
Last Version | Last Version4.5.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionOpenCV
A library that does X, Y, and Z
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
opencv-android-4.5.2.pom | |
opencv-android-4.5.2.aar | 36 MB |
opencv-android-4.5.2-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ai.eye2you/opencv-android/ -->
<dependency>
<groupId>ai.eye2you</groupId>
<artifactId>opencv-android</artifactId>
<version>4.5.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ai.eye2you/opencv-android/
implementation 'ai.eye2you:opencv-android:4.5.2'
// https://jarcasting.com/artifacts/ai.eye2you/opencv-android/
implementation ("ai.eye2you:opencv-android:4.5.2")
'ai.eye2you:opencv-android:aar:4.5.2'
<dependency org="ai.eye2you" name="opencv-android" rev="4.5.2">
<artifact name="opencv-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='ai.eye2you', module='opencv-android', version='4.5.2')
)
libraryDependencies += "ai.eye2you" % "opencv-android" % "4.5.2"
[ai.eye2you/opencv-android "4.5.2"]