Giter Site home page Giter Site logo

mad-thanos / scalismo-faces Goto Github PK

View Code? Open in Web Editor NEW

This project forked from unibas-gravis/scalismo-faces

0.0 1.0 0.0 1.14 MB

Scalable Image Analysis and Shape Modelling: Module to work with 2d images, with a focus on face images.用于根据图片来调整BFM2017模型

License: Apache License 2.0

Scala 100.00%

scalismo-faces's Introduction

scalismo-faces

Build Status

Download

This is a framework for shape modeling and model-based image analysis in scala. It is based on the scalismo library for shape modelling. It originates from the Graphics and Vision research group at the University of Basel, Switzerland.

The library contains tools for image processing, rendering and handling of the Morphable Model. A tutorial on how to use this software and about the concepts of Analysis-by-Synthesis face image analysis will soon be available from the University of Basel. Until then, enjoy the shape modelling online course about scalismo at http://shapemodelling.cs.unibas.ch/.

The library is initially started at a very basic level. More contents will be added when the tutorial from the University of Basel will be available (expected Feb/Mar 2017). We will add rendering, handling of the Morphable Model and also model fitting capability. The current state is still under heavy development and subject to frequent changes. While being built up, we resort to a simple feature branching model and develop on the master branch with tagged releases.

Usage

sbt

Add the dependency to your build.sbt:

libraryDependencies += "ch.unibas.cs.gravis" %% "scalismo-faces" % "0.4.1"
resolvers += Resolver.bintrayRepo("unibas-gravis", "maven")

Getting Started

  • Tutorial from the University of Basel: coming soon
  • Create a checkerboard image and save it to disk:
import scalismo.color.RGB
import scalismo.image.{PixelImage, PixelImageIO}
import java.io.File

val checkerboard = PixelImage(128, 128, {(x, y) => if ((x+y)%2 == 0) RGB.White else RGB.Black})
PixelImageIO.write(checkerboard, new File("checkerboard.png")).get

(you can open an appropriate Scala REPL via sbt console)

Contributors

  • Sandro Schönborn
  • Andreas Schneider
  • Andreas Forster
  • Bernhard Egger

Maintainers

Contribution

Contribution is welcome:

  • You can report bugs and issues using the issue tracker on Github
  • You can submit small pull requests to contribute:
    • Open an issue and discuss what you would like to add
    • Submit work as a small pull request, suitable for quick review
  • If you would like to get involved in development, contact us.

License

Apache License, Version 2.0, details see LICENSE

Copyright 2016, University of Basel, Graphics and Vision Research

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

scalismo-faces's People

Contributors

sschoenborn avatar andreas-forster avatar bernhardegger avatar marcelluethi avatar

Watchers

MadThanos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.