Giter Site home page Giter Site logo

shrink's Introduction

README
======

Shrink - Approximating the 2D medial axis

Approximate the 2D medial axis given a set of points sampled from a
shape and the normal vectors to the shape at those points.

This code can be used to obtain points inside a polygonal shape that are far
from the boundary of the shape. Thus, a good use case is providing a point for
placing a text label inside a 2D polygon.

The original 3D algorithm is described in:

3D medial axis point approximation using nearest neighbors and the normal field
Ma, J., Bae, S.W. & Choi, S.
Vis Comput (2012) 28: 7.
https://doi.org/10.1007/s00371-011-0594-7


Acknowledgement
---------------
Thanks to Ravi Peters for explaining me the algorithm in detail.

In case you are looking for a 3D version of the implementation of the algorithm
you can use his, available here:

- https://github.com/tudelft3d/masbpy (Python)
- https://github.com/tudelft3d/masbcpp (C++)


Installation
------------

- Download the source
- Run `python shrink.py`


Changelog
---------
See `CHANGES.txt`.


Bug reports
-----------
If you discover any bugs, feel free to create an issue on Bitbucket.

Please add as much information as possible to help us fixing the possible bug.
We also encourage you to help even more by forking and sending us a pull
request.

The issue tracker lives `here <https://bitbucket.org/bmmeijers/shrink/issues>`_.


Maintainers
-----------

- `Martijn Meijers <https://bitbucket.org/bmmeijers>`_


License
-------

`MIT License <https://www.tldrlegal.com/l/mit>`_

shrink's People

Contributors

bmmeijers avatar

Watchers

 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.