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

EnhanceEdges enhances or identifies edges in an image, which can improve object identification or other downstream image processing.

need a thumbnail
Description

This plugin threshold an image using the Maximum Entropy algorithm, which aims at maximizing the inter-class entropy. Entropy is defined as -sum(p.*log2(p)), where p contains the histogram bin counts. This thresholding is very useful to segment images with few bright objects on large dark background. In ImageJ/FIJI you can acces this tool in Image->Adjust->Threshold and choose in the list In Aphelion, you can access this tool in Seglmentation->Threshold-> AphImgEntropyThreshold

need a thumbnail