Source: python-casmoothing
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Thiago Franco de Moraes <tfmoraes@cti.gov.br>,
 Andreas Tille <tille@debian.org>
Build-Depends: debhelper (>= 9), cmake, swig, python-dev, python-vtk, libvtk5-dev
Standards-Version: 3.9.4
Homepage: https://github.com/tfmoraes/python-casmoothing
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/python-casmoothing/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/python-casmoothing/trunk/
X-Python-Version: >= 2.7

Package: python-casmoothing
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-vtk, libvtk5.8
Description: Context-aware mesh smoothing for biomedical applications
 Smoothing algorithms allow to reduce artifacts from mesh generation, but often
 degrade accuracy. The method described in the paper "Context-aware mesh
 smoothing for biomedical applications" identifies staircase artifacts which
 result from image inhomogeneities and binary segmentation in medical image
 data for subsequent removal by adaptive mesh smoothing. Thus, context-aware
 smoothing enables to adaptively smooth artifact areas, while non-artifact
 features can be preserved. This is a implementation of this method in Cpp
 with Python bindings.
