bttc

This library calculates the faces obtained by B-Tree Triangular Coding (BTTC). This is usually for subdividing an image into a triangular mesh. The core library is written in C but an octave/matlab interface is provided.

The main focus of this library is simplicity. The code is simple enough to directly integrate it into another program as it is a single C code file with no external dependencies.

bttc
  • 種類 library
  • バージョン 2012年03月
  • プログラミング言語 C, octave/matlab
  • ライセンス LGPLv3+
  • 依存関係 none

Examples

This is a small example of how it works taken from the libbttc manual.