All Classes and Interfaces

Classes
Class
Description
Calculates the axis ratio of an Ellipsoid.
Calculates the best-fit ellipse for an ObjectMask using linear least squares.
Calculates the best-fit Ellipsoid for an object using linear least squares.
Base class for conic fitters, providing common properties and methods.
Sets particular voxels to high only if they exist on the convex-hull of the outline of a mask.
Calculates a 3D convex hull from a binary mask.
Base class for convex hull implementations.
Utility methods for calculating convex hulls on 2D points.
Extracts forms for 'standard form' representation of an ellipse from the coefficients for a 2nd order polynomial describing the ellipse.
Base class for features that calculate properties of an Ellipsoid fitted to an object.
Factory for creating Ellipsoid objects using least-squares fitting.
Helper class for fitting ellipsoids to point data.
Calculates the ellipsoidicity of an object by fitting an Ellipsoid to it.
Calculates the ellipticity of an ObjectMask (on the center of gravity slice if it's a z-stack).
A MarkProposer that fits points to a mark using a PointsProposer and a PointsFitter.
A MarkCollectionProvider that fits points from objects to create marks.
Represents the result of fitting an ellipsoid to a set of points.
Fits a set of points to an ellipse using a linear least squares method.
Fits an ellipsoid to points using a linear least squares approach
Base class for linear least squares fitting using the normal equation method.
A pair containing an ObjectMask and its corresponding best-fit Ellipse.
A bean for fitting points to a mark using a specified points fitter.
A PointsFitter that references another PointsFitter by its ID.
Reflects points in each axes if all points are within a certain distance from it
Splits a 2D contour represented by an object-mask into several contours, splitting at "turn" points.