@openhps/core
    Preparing search index...

    Interface CellIdentificationOptions

    interface CellIdentificationOptions {
        frameFilter?: (frame: DataFrame) => boolean;
        maxDistance?: number;
        name?: string;
        objectFilter?: (object: DataObject, frame?: DataFrame) => boolean;
        uid?: string;
    }

    Hierarchy (View Summary)

    Index
    frameFilter?: (frame: DataFrame) => boolean

    Frame filter to specify what frames are processed by this node

    maxDistance?: number

    Maximum distance before ignoring the cell-id

    name?: string

    User friendly name of the node Used for querying a node by its name.

    objectFilter?: (object: DataObject, frame?: DataFrame) => boolean

    Object filter to specify what data object are processed by this node

    uid?: string

    Manually set the unique identifier of the node