python-casmoothing
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.
libcuba3
library for multidimensional numerical integration
gir1.2-rest-0.7
REST service access library (introspection files)
This library was designed to make it easier to access web services that
claim to be "RESTful". It includes convenience wrappers for libsoup and
libxml to ease remote use of the RESTful API.
python-mtbl
immutable sorted string table library (Python bindings)
mtbl is a C library implementation of the Sorted String Table (SSTable)
data structure, based on the SSTable implementation in the open source
Google LevelDB library. An SSTable is a file containing an immutable
mapping of keys to values. Keys are stored in sorted order, with an
index at the end of the file allowing keys to be located quickly.
libwww-mechanize-gzip-perl
Perl module to fetch webpages with gzip-compression
The WWW::Mechanize::GZip module tries to fetch a URL by requesting
gzip-compression from the webserver.
ruby-mixlib-cli
Ruby mixin for creating command line applications
It provides a class based object to parse command line options. It supports
long and short options, descriptions, and a number of other common features.