area selection

Description

This macro batch processes all the 2D images (tif and jpg files) located in a user defined folder by calling Fiji Weka trainable segmentation to classify each pixel, and reports the areas of each class in a human readable results table. The classifier to be applied to each image should be previously trained on a representative image by an expert and exported to file (Save classifier) into the image folder to be processed.

has function
Description

This plugin can find the smallest bounding box of an image (or a rectangular part defined by a selection) by cropping as much background as possible. Found in Fiji, under Image> Adjust.

In the version labeled with (guess background color), the plugin tries to determine the background color by looking at the pixels on the border of the image, while Auto Crop uses the currently selected background color which can be changed by double-clicking on the pipette symbol or using the Image > Color > Color Picker....

Instead of cropping right away, you can set the selection to the rectangle that would be cropped to using Edit > Selection > Select Bounding Box.

has function