python-casmoothing 0.1-2 source package in Ubuntu

Changelog

python-casmoothing (0.1-2) unstable; urgency=low


  * debian/control:
     - cme fix dpkg-control
     - canonical Vcs URLs
     - Drop explicit Depends libvtk5.8 to enable automatic depencency
       detection via ${shlibs:Depends}
       Closes: #708255
  * cme fix dpkg-copyright

 -- Andreas Tille <email address hidden>  Sat, 07 Dec 2013 09:34:34 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
python-casmoothing_0.1-2.dsc 1.5 KiB 96487e9b347b3fe683fe3e68be741b23e40f8a2c8f6716c375788ef544d00d3a
python-casmoothing_0.1.orig.tar.gz 19.5 KiB a9cc4ff9e9767597e03fb08453f62ca9273360a469bcc4a8d68ace7dc10e1914
python-casmoothing_0.1-2.debian.tar.gz 2.3 KiB fb223e1cdd83dee66f7f80a3d7f16c9ca239aa172ce9e282f03301aaf4ff76ed

Available diffs

No changes file available.

Binary packages built by this source

python-casmoothing: 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.