/marvin

marvin forked from [gabrielarchanjo/marvinproject](https://github.com/gabrielarchanjo/marvinproject)

Primary LanguageJava

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