Component

A Component is an implementation of certain image processing / analysis algorithms.

Each component alone does not solve a Bioimage Analysis problem.

These problems can be addressed by combining such components into workflows.

Description

Fill regions in images.

has function
need a thumbnail
Description

Short Description

Execute complex math operations on sequences, such as '3*sequence1 + log(sequence2)/sequence3', in a single step. All the operations are executed pointwise.

Documentation

This plugin is similar to the Math operations plugin: it provides usual pointwise math operations on sequences, such as addition, product, absolute value extraction, rounding to the closest integer, etc. However, it also allows the user to perform complex combinations of theses operations, using a mathematical expression interpretor.

need a thumbnail