First integration of cell profiler medial axis transform

(skeletonization in cell profiler)
This commit is contained in:
emmanuelle
2011-10-24 23:22:58 +02:00
parent d5120a16bc
commit 0f31034a46
5 changed files with 623 additions and 5 deletions
+1
View File
@@ -23,6 +23,7 @@ def configuration(parent_package='', top_path=None):
config.add_extension('_project', sources=['_project.c'],
include_dirs=[get_numpy_include_dirs()])
return config
if __name__ == '__main__':