imglib / imglib2-roi

Regions of interest (ROIs) and labelings for ImgLib2
Other
8 stars 8 forks source link

Adds Polygon, RasterizedPolygon and PointCollections #17

Closed dietzc closed 8 years ago

dietzc commented 8 years ago

This PR bases on the work done by @seebacherd in https://github.com/imglib/imglib2-roi/pull/13. Basically the API and Design was a bit simplified and corrected. Future work may comprise efficiency improvement, e.g. when rastering a Polygon.

@tpietzsch I added the GeometricSandbox for review. You can simply remove https://github.com/imglib/imglib2-roi/commit/bb45d80cedac0fc2ce9f3902bc5d6116c008ef8e after review.

tpietzsch commented 8 years ago

thanks @dietzc @seebacherd