imglib / imglib2-roi

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

add geometric rois. #13

Closed IdealOutage closed 8 years ago

IdealOutage commented 9 years ago

I've created some simple two-dimensional ROIs, for example a Polygon or the Rasterized Version of the Polygon. Tests for the newly implemented ROIS can be found in src/test/java/net/imglib2/roi/geometric/GeometricROITest.java.

I've created a little diagram to give an overview of the implementation. overview

IdealOutage commented 9 years ago

@tpietzsch, any plans when you can review this?

tpietzsch commented 9 years ago

@DanielSeebacher it may take a few days until I can look at it in depth. But thanks for pinging me! Somehow, I had missed this PR originally. It's on the agenda now.

IdealOutage commented 9 years ago

@tpietzsch, any updates? Did you have time to look at it?

tpietzsch commented 9 years ago

sorry, no not yet.

IdealOutage commented 9 years ago

@tpietzsch any news?

dietzc commented 9 years ago

I talked to @tpietzsch and we decided we will take a look at this PR during the next hackathon@madison.

tpietzsch commented 8 years ago

this is superseded by https://github.com/imglib/imglib2-roi/pull/17 We will come back to the scanline rasterization in RasterizedPolygon later. In https://github.com/imglib/imglib2-roi/pull/17 this is done very straightforward (i.e., slow). Before we use scanline rasterization, we need to make sure that it yields the same results as the straightforward method.