PYME.localization.ofind_nofilt module

class PYME.localization.ofind_nofilt.ObjectIdentifier(data)

Bases: list

Creates an Identifier object to be used for object finding, takes a 2D or 3D slice into a data stack (data)

FindObjects(threshold, mask=None)

Finds objects using a simple threshold

class PYME.localization.ofind_nofilt.OfindPoint(x, y, z=None, detectionThreshold=None)

Bases: object

Creates a point object, potentially with an undefined z-value.

class PYME.localization.ofind_nofilt.PseudoPointList(parent, varName)

Bases: object