Skip to content

Ensure all core ops with significant business logic are callable without using the Ops framework #139

@ctrueden

Description

@ctrueden

For example: FillHoles is an op class whose compute method repeatedly calls flood fill. But unlike FloodFill, it is not accessible from a simple static method; one would need to write new FillHoles<BitType>().compute(op, structElement, r) (tangentially: what's up with the input RAI being named op here?).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions