Giter VIP home page Giter VIP logo

larix's Introduction


Larix: is a set of data and image processing tools
Larix is an open-source software written in C/CUDA languages with Python wrappers. The software consists of novel and already existing methods for various image processing tasks, e.g. filtering, inpainting, segmentation, morphological processing, etc. Most of the modules are implemented with OpenMP multithreading capability in C or on GPU to ensure faster data processing. Larix is being developed at Diamond Light Source synchrotron (UK) with the main purpose to process collected data effectively and efficiently.
Master Anaconda binaries
YourActionName Actions Status conda version conda last release conda platforms conda dowloads

Larix software includes:

  • Mask evolving segmentation method (RegionGrow) with mask initialisation (2D/3D CPU)
  • Morphological processing of the segmented image/volume (e.g. the result of RegionGrow) using the line segments to remove gaps and misclassified regions (2D/3D CPU)
  • Auto cropping for tomographic projections or reconstructed images when the object is within the FOV (2D/3D CPU)
  • Median filtration and median-based dezinger to remove broken pixels aka outliers (2D/3D CPU/GPU)
  • Inpainting using linear/non-linear diffusion and non-local marching method (2D/3D CPU)
  • A stripes detection approach

Installation in Python (conda):

Install from the anaconda cloud: conda install -c dkazanc larix or build with:

export VERSION=`date +%Y.%m`
conda build recipe/ --numpy 1.15 --python 3.7
conda install -c file://${CONDA_PREFIX}/conda-bld/ larix

Additionally you can also run/modify conda_install.sh for automatic conda build/install

Installation using Cmake

See run.sh for information how to build and install software.

Other useful software:

  • Savu Tomographic reconstruction pipeline at DLS to which Larix has been incorporated
  • ASTRA-toolbox Versatile CPU/GPU toolbox for tomography
  • ToMoBAR TOmographic iterative MOdel-BAsed Reconstruction software
  • CCPi-RegularisationToolkit Adds regularisation to ToMoBAR
  • TomoPhantom Tomographic projections and phantoms simulator

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.