imglib / imglib2-algorithm

Image processing algorithms for ImgLib2
http://imglib2.net/
Other
22 stars 20 forks source link

Issues with HyperSphereNeighborhood #74

Open acardona opened 5 years ago

acardona commented 5 years ago

(1) The class is missing documentation. (2) The factory method has a single method create that takes a long[] for the position. It would be nice if a second create method took a Localizable (from which a long[] can be extracted) or at least a Point.