Image processing

Synonyms
Image pre-processing
Image filtering
Image preprocessing
Image postprocessing
Image post-processing
Image manipulation
Description

arivis Vision4D is a modular software for working with multi-channel 2D, 3D and 4D images of almost unlimited size independent of available RAM. Many imaging systems, such as high speed confocal, Light Sheet/ SPIM and 2 Photon systems, can produce a huge amount of multi-channel data, which arivis Vision4D handles without constraints. Terabyte ready arivis Vision4D main functionality: Easy import of most image formats from microsopes as well as biological formats High performance interactive 3D / 4D rendering on standard PCs and laptops with 3D Graphics Support Intuitive tools for stitching and alignment to create large multi-dimensional image stacks Immediate 2D, 3D and 4D visualization, annotation and analysis regardless of image size Creation, import, and export of 4D Iso-surfaces Powerful Analysis Pipeline for 3D /4D image analysis (cell segmentation, tracking, annotation, quantitative measurement and statistics, etc) Semi-automatic/manual segmentation and tracking with interactive Track Editor Easy design and export of 3D / 4D High Resolution Movies Seamless integration of custom workflows via Matlab API and Python scripting Data sharing for collaboration A user friendly software, easy to learn and use for any life scientist

need a thumbnail
Description

SIMToolbox: a MATLAB toolbox for structured illumination microscopy SIMToolbox is an open-source, modular set of functions for MATLAB designed for processing data acquired by structured illumination microscopy. Both optical sectioning and super-resolution applications are supported. The software is also capable of maximum a posteriori probability image estimation (MAP-SIM), an alternative method for reconstruction of structured illumination images. MAP-SIM can potentially reduce reconstruction artifacts, which commonly occur due to refractive index mismatch within the sample and to imperfections in the illumination. 2665

SIMToolbox
Description

## About TANGO software is an open-source software for Analysis of Nuclear Genome Organization. It is composed of an ImageJ plugin for batch processing and analysis, and a R package for statistical analysis. Reference: 2528 ## Some key features - Image import uses bioimage formats. - Construction of workflow in GUI by choosing filters / segmentation strategy for - Prefiltering - Segmentation - Postfiltering - Isolated nuclei could individually be inspected, deleted from list and subjected for detailed analysis. - Uses MCIB3D library as backend. - Basic usage is to segment nucleus, crop them to single nucleus objects, segment substructures within objects and measure their properties. - Optionally R can be connected to do detailed analysis of results. - Uses MongoDB to manage huge data set.

need a thumbnail
Description

Pandore is a standardized library of image processing operators. The current version contains image processing operators that operate on grayscale, color and multispectral, 1D, 2D and 3D images.

Link: Operator Index

has function
Description

The rapidSTORM project is an open source evaluation tool that provides fast and highly configurable data processing for single-molecule localization microscopy such as dSTORM. It provides both two-dimensional and three-dimensional, multi-color data analysis as well as a wide range of filtering and image generation capabilities. The general operation of rapidSTORM is described in Wolter et al (2012).

has function
Description

This protocol perform a median filter on the active sequence using the ImageJ rank filter plugin. Then, it converts the result back into Icy for display.

An example showing passing data between ICY and ImageJ using ImagePlus object. 

Description

Image processing library for Python >The scikit-image SciKit (toolkit for SciPy) extends scipy.ndimage to provide a versatile set of image processing routines. It is written in the Python language. This SciKit is developed by the SciPy community. All contributions are most welcome!

has function
Scikit logo
Description

Simple spatial filters can be used to suppress noise in raw image data (i.e. by averaging intensities). The best choice of filter depends on the nature of the noise, but Gaussian filtering works well for Poisson noise (i.e. commonly observed photon-counting shot noise); whereas a median filter is ideal for salt-and-pepper noise. A larger filter radius leads to stronger noise suppression but more blurring. The URL above describes the simple 2D spatial filters available in ImageJ, but similar filters are available in most software. For 3D data, 3D versions of these filters work best (since there are more pixels to average within the same radius).

has function
need a thumbnail
Description

This macro implements a filter that is meant to attenuate close to parallel intensity stripes in an image, such as often happening in light sheet microscopy. The results are usually decent even when the stripes show a large angular spread due to light sheet refraction at the sample surface. The filter can process a 3D stack but the processing is performed slice by slice.

Example image is available in the documentation link. 

Description

A commercial image analysis software. It's interface allows to easily perform measurements and image analysis. Your actions can be recorded and a macro (in a basic script language) can then be created. Almost no knowledge in programming is needed. You can also use python. A SDK is also available to develop stand alone applications in c++. Additional modules allow to use specific operations (3D operators... Examples of available categories of operators : filtering, edge detection, mathematical morphology, segmentation, Frequency operations, mathematical/logical operations, measurements...

need a thumbnail
Description

Drop Shape Analysis is a collection of two methods (DropSnake and LBADSA) for high-accuracy measure of contact angles for drop measurement.

Description

A complete parametric framework and set of MATLAB tools for computing steerable wavelet frames in 2-D.

need a thumbnail
Description

This CellProfiler module allows smoothen the image with a choice from various algorithms: - Fit Polynomial - Gaussian Filter - Median Filter - Bilateral Filter - Circular averaging - "Smooth to Average" filter.

need a thumbnail
Description

GrayToColor takes grayscale images as input and assigns them to colors in a red, green, blue (RGB) image or a cyan, magenta, yellow, black (CMYK) image. Each color’s brightness can be adjusted independently by using relative weights.

has topic
has function
Description

Quantize a color image in any given number of colors.

has function
need a thumbnail
Description

Enhances the global contrast by equalizing the histogram. This plugin transforms pixel intensities so that they are uniformly distributed over the gray-scale range. It operates on the selected channel of each image of a sequence. This operation is also called "histogram flattening".

Description

This plugin parses arbitrary mathematical expressions and compute results using images as variables.

has topic
has function
Description

Compute and display the histogram of a sequence, with a more accurate control on the histogram parameters (such as the number of bins) than the built-in Icy widget. In particular, the histogram can be computed either over a whole sequence or over a sub-region defined by a ROI.

has function
Description

ImageMath performs simple mathematical operations on image intensities, like addition, subtraction, multiplication, division...

has topic
has function
Description

A fork of PIL python package, with small collection of image import/export and image processing modules. See [Reference Documentation](http://pillow.readthedocs.org/en/latest/reference/index.html) for more details. Though this package mostly works in any platform, some of them are limited to Windows. This package is a part of [pythonxy](https://code.google.com/p/pythonxy/).

need a thumbnail
Description

This plugin calculates the Nyquist sampling, in the radial and axial direction for your Microscope.

has function
need a thumbnail
Description

The fractional splines are an extension of the polynomial splines for all fractional degrees α > -1. Their basic constituents are piecewise power functions of degree α. One constructs the corresponding B-splines through a localization process similar to the classical one, replacing finite differences by fractional differences. The fractional B-splines share virtually all the properties of the classical B-splines, including the two-scale relation, and can therefore be used to define new wavelet bases with a continuously-varying order parameter

has function
Description

The smoothing is applied by the way of a bi-exponential filter, itself realized by a pair of one-tap recursions. It is therefore very fast; moreover, its computational cost is truly independent of the amount of smoothing. Meanwhile, the preservation of edges is obtained by a range filter akin to the range filter found in a bilateral filter. More technical details are available here.

The plugin allows one to control the amount of smoothing, the type of range filter, its broadness, and to iterate the filter several times if desired. We illustrate in Figure 2 a possible outcome of this filter. Here, we iterated the BEEPS 10 times with a Gaussian range filter, σ = 10, and the spatial decay λ = 0.1.

Description

This plugin perform various 3D filters on 8-bits or 16-bits gray-levels stacks :

  • 3D median

  • 3D mean

  • 3D minimum

  • 3D maximum

  • 3D maximum local

  • 3D tophat (detect bright spots, TH=I-max(min(I)) )

need a thumbnail
Description

Short Description

Execute some simple math operations on sequences, such as addition, product, absolute value extraction, rounding to the closest integer, etc. All the operations are executed pointwise.

has function
need a thumbnail
Description

Produces files that allow individual batches of images to be processed separately on a cluster of computers.

has topic
has function
null
Description

Process an image using Perreault’s modern constant-time median filtering algorithm.

has function
need a thumbnail
Description

A Mathematica package available for the symbolic computation of exponential spline related quantities: B-splines, Gram sequence, Green function, and localization filter.

has function
need a thumbnail
Description

Applies average filtering to images in n-dimensions

Description

Some functions for PDE filtering.

has topic
has function
need a thumbnail
has topic
has function
Description

The plugin performs stitching of images of a tiled scan to reconstruct the image of the whole sample.

has topic