File: control

package info (click to toggle)
python-casmoothing 0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 148 kB
  • ctags: 22
  • sloc: cpp: 258; python: 20; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: python-casmoothing
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>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               cmake,
               swig,
               python-dev,
               python-vtk6,
               libvtk6-dev
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-casmoothing/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-casmoothing/trunk/
Homepage: https://github.com/tfmoraes/python-casmoothing
X-Python-Version: >= 2.7

Package: python-casmoothing
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends},
         python-vtk6
Description: Context-aware mesh smoothing for biomedical applications
 Smoothing algorithms allow one 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.