Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Object CountGenerates an object count from a binary layer as a table.
Total Pixel CountTakes a binary layer and outputs the number of {1} pixels in a table.
Total Object AreaOutputs the area of {1} pixels in a binary layer in a table. Will be in square microns if image has the proper metadata.
Area FractionDisplays the ratio of {1} to {0} in a binary layer using a table.
Measured AreaDisplays the total number of pixels in a binary layer as a table, information that can also be found by looking at ROI Statistics for the whole image.
PerimeterCalculates total object perimeter from a binary layer and displays it in a table. Encountered a bug the first time and got perimeter 304.132 for a binary layer with area ~3×10­­­­6 px… when used later the result was more reasonable.
Mean ChordCalculates the mean of binary objects’ secants in particular directions and displays it in a table.
SurfVolumeRatioUses perimeter and area to estimate surface-volume ratio of objects in a binary layer and displays it in a table.
Mean IntensityTakes a color layer and a binary layer and calculates the mean intensity of the portion of the color layer under the binary layer.
Min IntensitySame as Mean Intensity but for the minimum intensity covered by the binary layer.
Max IntensitySame as Mean Intensity but for the maximum intensity covered by the binary layer.
Var IntensityCalculates the variance of color pixel intensity covered by the input binary layer.
StDev IntensityCalculates standard deviation of color pixel intensity covered by the binary layer.
Sum IntensityCalculates the sum of color layer intensity for pixels covered by the binary layer.
QuantileDetermines the selected quantile for pixel intensities under the binary layer. 0.5 is median. Useful for quantifying data.
Pixel ValuesMakes a table of the intensity value of each pixel under the binary image (got a table on the order of 106 entries for a 6000 x 3984 image).
SNR EstimateUses one of several methods to choose from to calculate signal-to-noise ratio of an RGB image (no binary input).
Focus CriterionUses a color image to calculate auto focus values for one of several possible image types.
Background EstimateUses a color image to calculate an estimate for background intensity. Could be useful for finding best values for thresholding.
Otsu ThresholdUses a color layer and a binary layer to determine the threshold used in Otsu’s method.
Sigma ThresholdUses a color and a binary layer to calculate parameters of a Gaussian distribution for intensity under the binary layer. Displays mean, sigma, and R2 values.
TimeDisplays acquisition time of a color layer. Example fluorescent image, being a merge, did not have this metadata, but its individual components did.
Bit DepthDisplays bitdepth of a color image. 8 for 8-bit, 16 for 16-bit, and 32 for float.
CalibrationDisplays calibration (microns per pixel) of a color layer. Merged image did not have this metadata, but its components did.
FilenameDisplays the associated file name of a color layer.
Channel NameDisplays the name (RGB, Blue, etc.) of the input channel, which can be seen in GA3 anyway.
Channel MetadataDisplays associated metadata of a color image, such as excitation and emission wavelengths of each channel, modality, and magnification.
Frame CenterDisplays x and y coordinates of the center of a color layer. Supposed to be in microns, but output will be in pixels if the image does not have that metadata.
Frame Center PixelsDisplays x and y coordinates of the center of a color layer in pixels.
Frame SizeDisplays length and width of a color layer, in microns if image has metadata, or in pixels if it does not.
Frame Size PixelsDisplays length and width of a color layer in pixels.
Max Allowed ValueDisplays maximum possible intensity of a color layer. 255 for 8-bit, 65535 for 16-bit, floating point limit (~3.403 x 1038) for float.
Min Allowed ValueDisplays minimum possible intensity of a color layer. 0 for 8-bit and 16-bit, negative floating point limit for float.
Recorded DataShows color layer’s metadata. Can select what to view using menu. Lots of options to choose from but metadata may not exist for some images.
All Recorded DataShows all metadata that was recorded for a color layer.
Stage PositionShows stage position metadata of a color layer if it exists.
Z StepShows step size for each slice in a z stack.
Eq DiameterCreates a table containing the diameter in pixels of circles with the same area as each object in a binary layer.
Fill AreaCreates a table showing the pixel area of each object in a binary layer.
LengthCalculates the length of each object in a binary layer using the perimeter and area. Designed for long, thin features.
Line LengthCalculates the length of objects in a binary layer. Designed for oblong shapes.
Max FeretCalculates the maximum Feret diameter for each object in a binary layer. Essentially a caliper measurement (object is bounded by 2 parallel lines).
Max Feret 90Calculates the length of each object parallel to the maximum Feret diameter (perpendicular to a caliper measurement).
Min FeretCalculates the minimum Feret diameter for each object.
Object Pixel CountDisplays the number of pixels of each object in a binary layer. Same data as Fill Area.
Object AreaDisplays the area of each object in a binary layer in pixels. Same data as Fill Area and Object Pixel Count. May display area in square microns if image has appropriate metadata.
Outer PerimeterCalculates the perimeter of each object in a binary layer, not including internal holes.
PerimeterCalculates the perimeter of each object in a binary layer. Includes internal holes.
Perimeter ContourAnother algorithm for calculating object perimeters. Higher quality but more time-consuming.
Volume Eq CylinderCalculates the volume of cylinders constructed using the maximum and minimum Feret diameters, as well as width and height.
Volume Eq SphereCalculates the volume of spheres with diameter found from Eq Diameter of each binary object.
WidthCalculates the width of each binary object by dividing Length by Area. Best for long, thin features.
CircularityCalculates a circularity parameter for each binary object using area and perimeter. Circles are 1.
ConvexityCalculates a convexity parameter for each binary object.
ElongationCalculates an elongation parameter for each binary object by dividing Max Feret Diameter by Min Feret Diameter.
Fill RatioDetermines how much of area bounded by binary objects’ perimeter is filled. 1 for objects without holes, less for objects with holes.
Mean ChordTakes the mean of binary objects’ secants in 4 directions.
OrientationDisplays the orientation (horizontal is 0) of the Max Feret Diameter for each binary object.
RoughnessCalculates a roughness parameter for each object (circular is 1, less is rougher).
Roughness Inf1/roughness. 1 is still circular.
Shape FactorAnother method of defining binary objects’ roughness.
Mean Obj IntensityUsing a binary and a color layer, calculates the mean intensity value under each binary object. Intensity is defined as the sum of R, G, and B channel values divided by 3.
Min Obj IntensityUsing a binary and a color layer, calculates the minimum intensity value under each binary object.
Max Obj IntensityUsing a binary and a color layer, calculates the maximum intensity value under each binary object.
Var Obj IntensityUsing a binary and a color layer, calculates the variance of intensity values under each binary object.
StDev Obj IntensityUsing a binary and a color layer, calculates the standard deviation of intensity values under each binary object.
Sum Obj IntensityUsing a binary and a color layer, calculates the sum of intensity values under each binary object.
Obj QuantileUsing a binary and a color layer, calculates the selected quantile of intensity under each binary object. 0.5 is median.
Obj Pixel ValuesUsing a binary and a color layer, displays object ID, X and Y coordinates, and intensity for each pixel included in the binary layer.
Obj Profile LineLike Obj Pixel Values but groups pixels along lines. Can be used to make charts of intensity cross-sections.
RatioUsing a binary layer and 2 color inputs, calculates the ratio between colored pixels covered by each binary object. May be useful for finding ratio between differently marked proteins, what percentage of area the nucleus is, etc.
Pearson CoeffCalculates a Pearson correlation coefficient under each binary object for 2 color channels. It is a measure of linear correlation that ranges from -1 (negative linear) to 1 (positive linear). 0 implies no linear correlation.
Manders CoeffCalculates Manders overlap, Manders overlap coefficient, and Manders colocalization coefficient values, which quantify how close areas of fluorescence are to each other. Should be used after thoroughly denoising the image and subtracting the background. MOC (Manders overlap) is from 0 to 1. K1 and K2 are the Manders overlap coefficients, where (MOC)2 = (K1)(K2). M1 and M2 are the colocalization coefficients, from 0 to 1. M1 is the fraction of input B in areas of input C, and M2 is the fraction of input C in areas of input B.
Aggregate ChildrenTakes 2 or more binary layers and classifies the second as children of objects in the first. Can choose to define “children” as objects inside the parent layer, objects intersecting the parent layer, or classify parents as the closest object in the layer. Displays the number of children of each object in the parent layer.
ChildrenSame options as Aggregate Children, but displays the distance between parents and children defined in the way of choice (center to center, center to border, border to border, etc.) Could not get the table to display data properly.
Child IDSame options as Aggregate Children. Displays a table of parent object IDs and corresponding child object IDs.
Child DistanceDisplays a table of distance to parent for each child object. Same options to define parents/children and distance as Children.
Nearest ChildDisplays a table that gives the object ID of the closest child object to each parent object. Same options to define parents/children and distance as Children.
Object IDDisplays a table of each object in a binary layer and its ID. As is the case with all tables of objects, if you click on a row Elements causes the corresponding object to flash.
Parent IDDisplays a table listing each child object with its parent object ID. Only has options for defining criteria for parents/children.
Parent DistanceDisplays a table listing each child object with its parent object’s ID and distance defined in one of several ways. Same options to define parents/children and distance as Children.
Detection AccuracyUsing a binary input for ground truth and another binary input for prediction, creates a table listing number of true positives, false positives, precision (TP/all positives), recall (TP/all things that should have been positives), and F1 (2 x precision x recall / (precision + recall)). A table version of Detection Classifier.
CenterDisplays the object ID and X/Y coordinates of each object’s center in a binary layer. Would probably give values in microns if image has appropriate metadata.
CenterPxDisplays the object ID and X/Y coordinates of each binary object’s center in pixels.
CenterAbsDisplays object ID and X/Y distance from the center of the image.
CentroidTakes a binary and a color input and displays the ID number and centroid coordinates of each binary object. Unlike Center which assumes uniform density of objects, Centroid is calculated taking density into account, so Centroid will be closer to more intense parts of objects compared to Center.
CentroidPxSame as CenterPx but takes color input to account for density.
CentroidAbsSame as CenterAbs but takes color input to account for density.
StartFor each binary object, displays ID number and X/Y coordinates of pixel closest to the top left corner (0,0). Would probably give units in microns if image has appropriate metadata.
StartPxFor each binary object, displays ID number and pixel X/Y coordinates of pixel closest to (0,0).
BoundsFor each binary object, displays ID number and distance from left, top, right, and bottom borders of image. Would be in microns if image has appropriate metadata.
Bounds PxFor each binary object, displays ID number and distance from left, top, right, and bottom in pixels.
Bounds AbsFor each binary object, displays ID number and distance from image center of each edge of rectangles that contain object.
NearestObjDistanceFor each binary object, displays ID number and distance and ID of the nearest neighbor.
DistanceUsing 2 binary layer inputs, displays IDs and distance between nearest neighbors of different layers. Can define distance as center to center, center to border, etc.
JS Measure FieldOpens a JavaScript dialog to code custom measurements of image.
JS Measure ObjectsOpens a JavaScript dialog to code custom measurements of binary layer objects.