vspline 0.2.0-1 source package in Ubuntu

Changelog

vspline (0.2.0-1) unstable; urgency=low

  * Initial release (Closes: #867382)
  
 -- Kay F. Jahnke <email address hidden>  Sun, 10 Sep 2017 14:07:57 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vspline_0.2.0-1.dsc 1.9 KiB 54e165aa21f88fb3c82b6b89a94ed7cb5be1562d2dbc83d43318b44392841aff
vspline_0.2.0.orig.tar.gz 153.8 KiB 5d6a1e205511af9474db31434dabf1edfe99344c726e8560058fcdbb06013ab4
vspline_0.2.0-1.debian.tar.xz 2.6 KiB de94422a466f89cd0e1262f9e2d146de4dd6e146e6a56d24fdb0015db6ac7b03

No changes file available.

Binary packages built by this source

vspline-dev: header-only C++ template library for uniform b-spline processing

 vspline aims to be as fast as possible, it's main focus is processing
 of bulk data, especially images. vspline can create b-splines of:
 .
  - real data types and their aggregates
  - coming in strided n-dimensional memory
  - spline order up to 24
  - arbitrary dimensions of the spline
  - with a reasonable selection of boundary conditions
  - with implicit or explicit scheme of extrapolation
 .
 on the evaluation side it provides:
 .
  - evaluation of the spline at point locations
  - evaluation of the spline's derivatives
  - fast specializations for nearest neighbour and linear interpolation
  - mapping of arbitrary coordinates into the defined range
  - evaluation of n-dimensional arrays of coordinates ('remap' function)
  - functor-based transform and apply functions
  - set of functional constructs to facilitate evaluation
 .
 data handling is done with vigra data types.
 vspline optionally uses horizontal vectorization with Vc.
 coefficient generation and remap routines are multithreaded.