Skip to content

Commit

Permalink
GitHub-Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
olir committed Mar 27, 2018
1 parent 7828e29 commit 68fc211
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Video Stream Analysis and Manipulation Framework for Java and C++, where custom filters can be simply added into the processing pipeline.
A Video Stream Analysis and Manipulation Framework for Java and C++, where custom filters can be simply added into the processing pipeline.

For more visit the [Description on GitHub Pages](https://olir.github.io/Frankenstein/doc/Description.html).


## Status

[![Build Status](https://travis-ci.org/olir/Frankenstein.png)](https://travis-ci.org/olir/Frankenstein/builds) [![Dependency Status](https://www.versioneye.com/user/projects/594a6802368b0800421af505/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/594a6802368b0800421af505)
[![Build Status](https://travis-ci.org/olir/Frankenstein.png)](https://travis-ci.org/olir/Frankenstein/builds)
[![Dependency Status](https://www.versioneye.com/user/projects/594a6802368b0800421af505/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/594a6802368b0800421af505)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.screenflow/frankenstein/badge.png)](https://maven-badges.herokuapp.com/maven-central/de.screenflow/frankenstein)

For current or full status see [Release Notes](https://github.com/olir/Frankenstein/blob/master/doc/RELEASE-NOTES.md).
For current or full status see [Release Notes](https://olir.github.io/Frankenstein/doc/RELEASE-NOTES.html).
7 changes: 3 additions & 4 deletions doc/Description.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Frankenstein VR
A Video Stream Analysis and Manipulation Framework for Java and C++, where custom filters can be simply added into the processing pipeline.
A Video Stream Analysis and Manipulation Framework for Java and C++, where custom filters can be simply added into the processing pipeline.

The Tool supports
* [OpenCV](http://www.opencv.org/releases.html) - computer vision and machine learning
Expand Down Expand Up @@ -57,7 +57,6 @@ FFMPEG build contains H264 encoder based on the OpenH264 library, that should be
3. Accept warnings and execute.

## For developers ##
When you work on custom filters, you can concentrate on manipulating images with the OpenCV or JogAmp libraries. For more details read [SegmentFilters](https://olir.github.io/Frankenstein/doc/SegmentFilters.html).


When you work on custom filters, you can concentrate on manipulating images with the OpenCV or JogAmp libraries.
For more details read [SegmentFilters](https://olir.github.io/Frankenstein/doc/SegmentFilters.html).

0 comments on commit 68fc211

Please sign in to comment.