Coder Social home page Coder Social logo

accv2016dgptutorial's Introduction

ACCV2016DGPTutorial

ACCV 2016 Tutorial on Digital Geometry Processing : Extracting High Quality Geometric Features

Slides of the presentation:

Linux/MacOs build: Build Status

Windows build: Build status

Requires

Before starting the tutorial you need to have the following dependancies:

  • CMake >= 2.6
  • Boost >= 1.46 (modules: program_options)
  • DGtal

Simple Installation of the DGtal Library

To install DGtal follows theses steps: (more details available on the official site)

  • Clone the current version of DGtal: (or get the archive from a given USB key):

      git clone [email protected]:DGtal-team/DGtal.git
    
  • Then recopy the following command lines:

    • cd DGtal;
    • mkdir build; cd build
    • cmake .. -DBUILD_EXAMPLES=FALSE -DBUILD_TESTING=FALSE
    • make
  • Alternatively you can use ccmake and select in the interface the associated options.

List of exercices:

To generate and compile this project you can do:

  • git clone [email protected]:kerautret/ACCV2016DGPTutorial.git
  • cd ACCV2016DGPTutorial.git; mkdir build; cd build
  • cmake .. -DDGtal_DIR=/YOUR_DGtalDIR/build
  • make

If you was use an IDLE like xCode you can add the option to generate an xCode project with: -GXcode

Tuto 1: basic DGTal (see instructions)

The objective of this first exercise is to read an input contour and display it with Board2D.

You should obtain something like that:

Tuto 2: level set contours (see instructions)

The aim of this exercise is to extract the 2D level sets contours from a gray scale image and an given selected interval.

You should obtain something like that:

Tuto 3: extracting curvature from DCA (see instructions)

In this tutorial exercice, we show a simple curvature extraction defined from the recognition of Digital Circular Arcs.

You should obtain something like that:

Tuto 4: computing Alpha Thick Segment (see instructions)

In this exercise we simply apply the recognition of a maximal Alpha Thick Segment.

You should obtain something like that:

Tuto 5: Tangential Cover (see instructions)

Here we explore the helper functions of the SegmentComputerUtils class DGtal/geometry/curves/SegmentComputerUtils.h in order to compute all the maximal AlphaThickSegment covering a given point.

You should obtain something like that:

Tuto 6: Meaningful Thickness (see instructions)

The main objective is to compute the Meaningful Thickness for a given point (a) and then for all the contour points (b).

You should obtain something like that:

(a) (b)

accv2016dgptutorial's People

Contributors

kerautret avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

caomw

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.