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?).
For example:
FillHolesis an op class whosecomputemethod repeatedly calls flood fill. But unlikeFloodFill, it is not accessible from a simple static method; one would need to writenew FillHoles<BitType>().compute(op, structElement, r)(tangentially: what's up with the input RAI being namedophere?).