| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.openimaj |
| Идентификатор | Идентификаторimage-annotation |
| Версия | Версия1.3.10 |
| Тип | Типjar |
| Описание |
ОписаниеThe OpenIMAJ Image Feature Extraction Library
Methods for describing automatic image annotators
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| image-annotation-1.3.10.pom | |
| image-annotation-1.3.10.jar | 34 KB |
| image-annotation-1.3.10-sources.jar | 26 KB |
| image-annotation-1.3.10-javadoc.jar | 220 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openimaj/image-annotation/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>image-annotation</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/image-annotation/
implementation 'org.openimaj:image-annotation:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj/image-annotation/
implementation ("org.openimaj:image-annotation:1.3.10")
'org.openimaj:image-annotation:jar:1.3.10'
<dependency org="org.openimaj" name="image-annotation" rev="1.3.10">
<artifact name="image-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='image-annotation', version='1.3.10')
)
libraryDependencies += "org.openimaj" % "image-annotation" % "1.3.10"
[org.openimaj/image-annotation "1.3.10"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.openimaj : image-feature-extraction | jar | 1.3.10 |
| org.openimaj : machine-learning | jar | 1.3.10 |
| org.openimaj : core-experiment | jar | 1.3.10 |
| org.openimaj : core-web | jar | 1.3.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |