imglib / imglib2

A generic next-generation Java library for image processing
http://imglib2.net/
Other
293 stars 93 forks source link

Simplify AbstractArrayCursor hierarchy #344

Open tpietzsch opened 9 months ago

tpietzsch commented 9 months ago

There is AbstractArrayCursor, extended by ArraySubIntervalCursor and ArrayCursor. This could be just ArrayCursor with explicit offset.

Similar for AbstractArrayLocalizingCursor.

Add a simple benchmark.