From f44e55b36dd9b1ba47094881a15ca29d987cdba7 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Fri, 20 May 2016 10:17:06 +0200 Subject: [PATCH] add readme to mc_mata dir --- skimage/measure/mc_meta/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 skimage/measure/mc_meta/README.md diff --git a/skimage/measure/mc_meta/README.md b/skimage/measure/mc_meta/README.md new file mode 100644 index 00000000..b6b8978e --- /dev/null +++ b/skimage/measure/mc_meta/README.md @@ -0,0 +1,8 @@ +This directory contains meta-files related to the Lewiner marching cubes +algorithm. These are not used by the algorithm, but can be convenient +for development/maintenance: + +* MarchingCubes.cpp - the original algorithm, this is ported to Cython +* LookupTable.h - the original LUTs, these are ported to Python +* createluts.py - scrip to generate Python luts from the .h file +* visual_test.py - script to compare visual results of marchingcubes algorithms