delta.pipeline.Position.features

Position.features(frames: List[int], features: Tuple[str, ...] = ('length', 'width', 'area', 'perimeter', 'edges'))

Extract features for all ROIs in frames

Parameters
frameslist of int

List of frames to run.

featureslist or tuple of str, optional

List of features to extract. The default is (“length”, “width”, “area”, “perimeter”, “edges”).

Returns
None.