marvin

Marvin Image Processing Framework provides features for processing images and videos in real-time

License

License

GroupId

GroupId

com.github.downgoon
ArtifactId

ArtifactId

marvin
Last Version

Last Version

1.5.5
Release Date

Release Date

Type

Type

pom
Description

Description

marvin
Marvin Image Processing Framework provides features for processing images and videos in real-time
Project URL

Project URL

https://github.com/downgoon/marvin
Source Code Management

Source Code Management

https://github.com/downgoon/marvin

Download marvin

Filename Size
marvin-1.5.5.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.downgoon/marvin/ -->
<dependency>
    <groupId>com.github.downgoon</groupId>
    <artifactId>marvin</artifactId>
    <version>1.5.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.downgoon/marvin/
implementation 'com.github.downgoon:marvin:1.5.5'
// https://jarcasting.com/artifacts/com.github.downgoon/marvin/
implementation ("com.github.downgoon:marvin:1.5.5")
'com.github.downgoon:marvin:pom:1.5.5'
<dependency org="com.github.downgoon" name="marvin" rev="1.5.5">
  <artifact name="marvin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.downgoon', module='marvin', version='1.5.5')
)
libraryDependencies += "com.github.downgoon" % "marvin" % "1.5.5"
[com.github.downgoon/marvin "1.5.5"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

  • MarvinFramework
  • MarvinPlugins
  • MarvinSamples

Marvin Image Processing Framework

Java Image Processing Framework forked from gabrielarchanjo/marvinproject

Pure Java cross-platform image processing framework that provides features for image and video frame processing, multi-threading image processing, GUI integration, extensibility via plug-ins, unit text automation among other things.

WEBSITE: http://marvinproject.sourceforge.net/

Maven Dependency

<dependency>
  <groupId>com.github.downgoon</groupId>
  <artifactId>MarvinPlugins</artifactId>
  <version>1.5.5</version>
</dependency>

<dependency>
  <groupId>com.github.downgoon</groupId>
  <artifactId>MarvinFramework</artifactId>
  <version>1.5.5</version>
</dependency>

QuickStart

  • clone and import into IDE
git clone https://github.com/downgoon/marvin

Dependency Tree: MarvinSamples => MarvinPlugins => MarvinFramework => JavaCV

Versions

Version
1.5.5