[med-svn] r12554 - trunk/packages/python-casmoothing/trunk/debian

Thiago Franco Moraes tfmoraes-guest at alioth.debian.org
Wed Nov 21 11:49:16 UTC 2012


Author: tfmoraes-guest
Date: 2012-11-21 11:49:16 +0000 (Wed, 21 Nov 2012)
New Revision: 12554

Modified:
   trunk/packages/python-casmoothing/trunk/debian/control
Log:
A better description to python-casmoothing package

Modified: trunk/packages/python-casmoothing/trunk/debian/control
===================================================================
--- trunk/packages/python-casmoothing/trunk/debian/control	2012-11-21 11:00:31 UTC (rev 12553)
+++ trunk/packages/python-casmoothing/trunk/debian/control	2012-11-21 11:49:16 UTC (rev 12554)
@@ -15,7 +15,11 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-vtk, libvtk5.8
 Description: Context-aware mesh smoothing for biomedical applications
- This is a implementation of the paper "Context-aware mesh smoothing for
- biomedical applications" in Cpp with Python bindings. It can be used to
- smooth meshes generated by binary images to remove its staircase
- artifacts and keep the fine features.
+ 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.




More information about the debian-med-commit mailing list