View on GitHub

dmo-gpm-tutorial

To run the code in the tutorials, once you have set up Using Scalismo: There are two ways to run the code. Either you configure it from a built.sbt file, or you clone it from github.

Clone the project

resolvers ++= Seq(
  Opts.resolver.sonatypeSnapshots,

  "shapmodelling-dmi" at https://shapemodelling.cs.unibas.ch/repo

)
 
libraryDependencies  ++= Seq(

            "ch.unibas.cs.gravis" % "scalismo-native-all" % "4.0.+",

            "ch.unibas.cs.gravis" %% "scalismo-ui" % "0.90.0",

            "io.github.cibotech" %% "evilplot" % "0.8.1",

            "latim" %% "dmfc-gpm" % "0.1"

)

Alternatively, downlaod the tutorial project.

You can open the project using intelliJ IDE (here are some references : Getting started with Scalismo in IntelliJ IDEA).