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/
<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>
- clone and import into IDE
git clone https://github.com/downgoon/marvin
Dependency Tree: MarvinSamples
=> MarvinPlugins
=> MarvinFramework
=> JavaCV
- image-basic: 图片处理初步之拼图和颜色滤镜
- color-filter: 常见滤镜之灰度,黑白,底片和浮雕
- howto:
how to
step-by-step showcases - showcase: user-story showcases
- 算法与插件
- motion-detection: 运动检测及其DifferentRegions算法解读