Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.49 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.49 KB

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