Hi Christian & everyone,<br><br><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><br></blockquote><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">


the last weeks we started several branches in the git repository and I 
was wondering wether we could merge some of these new things into the 
master.<br></blockquote><br>I noticed that these three branches (labeling-revised-revised, subimg_test and sparse_labeling_experiment) had been merged into master, so I deleted the remote branches to keep things tidy.<br>


<br>To all ImgLib2 developers: I wrote a little script to analyze remote branches: list the last author, last commit date, and number of still-unmerged commits.<br><br>Script is here:<br>    <a href="https://github.com/scijava/scijava-common/blob/master/bin/remote-branch-info.sh" target="_blank">https://github.com/scijava/scijava-common/blob/master/bin/remote-branch-info.sh</a><br>


<br>The result on imglib.git is below.<br><br>If you see your name below, can you double-check the topic branch to confirm what should happen to it? Options include "delete it" (if it is already fully merged, or no longer relevant), or "leave it alone" (if still a work in progress). Is there any reason why the branches with "0 unmerged" cannot go away?<br>


<br>Thanks,<br>Curtis<br><br>--<br>KnimeInterface - Barry DeZonia - 4 months ago - 0 unmerged<br>barcelona-tobias - Tobias Pietzsch - 9 days ago - 68 unmerged<br>bughunting - Tobias Pietzsch - 7 weeks ago - 1 unmerged<br>


catmaid - Stephan Saalfeld - 9 days ago - 65 unmerged<br>compressedcontainer - Stephan Preibisch - 1 year, 3 months ago - 4 unmerged<br>connectedcomponents - Larry Lindsey - 1 year, 10 months ago - 7 unmerged<br>contrib - Jean-Yves Tinevez - 7 weeks ago - 0 unmerged<br>


converted_access - Tobias Pietzsch - 5 months ago - 0 unmerged<br>converters - Stephan Saalfeld - 2 weeks ago - 40 unmerged<br>edgeldetection - Tobias Pietzsch - 28 hours ago - 3 unmerged<br>for-steffi - Stephan Preibisch - 3 months ago - 60 unmerged<br>


ij2-examples - Stephan Preibisch - 3 months ago - 35 unmerged<br>imglib-hough - Larry Lindsey - 2 years, 2 months ago - 0 unmerged<br>imglib2-dirty - Stephan Saalfeld - 1 year, 1 month ago - 0 unmerged<br>imglib2-dirty-kdtree - Tobias Pietzsch - 1 year, 1 month ago - 14 unmerged<br>


imglib2-scripting - Stephan Preibisch - 5 months ago - 0 unmerged<br>imglib2-views - Tobias Pietzsch - 1 year, 2 months ago - 0 unmerged<br>imgs - Stephan Saalfeld - 30 hours ago - 3 unmerged<br>kdtree - Tobias Pietzsch - 1 year ago - 0 unmerged<br>


knime-algorithms - Christian Dietz - 4 days ago - 3 unmerged<br>knip_deployment - Christian Dietz - 5 days ago - 6 unmerged<br>labeling-revised - Tobias Pietzsch - 7 weeks ago - 4 unmerged<br>localneighborhoodcursor - Benjamin Schmid - 4 days ago - 3 unmerged<br>


mandelbox - Stephan Saalfeld - 9 days ago - 60 unmerged<br>modified-abstract-hierarchy - Tobias Pietzsch - 7 weeks ago - 0 unmerged<br>mser - Tobias Pietzsch - 5 months ago - 0 unmerged<br>newinterpolation - Stephan Preibisch - 8 weeks ago - 1 unmerged<br>


ops - Stephan Preibisch - 9 months ago - 0 unmerged<br>poster-bioimaging2 - Tobias Pietzsch - 8 months ago - 3 unmerged<br>realtransform - Stephan Saalfeld - 9 weeks ago - 0 unmerged<br>roi-dscho - Johannes Schindelin - 7 weeks ago - 5 unmerged<br>


roialgorithm-opt - Larry Lindsey - 1 year, 3 months ago - 16 unmerged<br>serialization - Christian Dietz - 7 weeks ago - 1 unmerged<br>shapeimages - Albert Cardona - 1 year, 6 months ago - 0 unmerged<br>shapelists - Albert Cardona - 12 months ago - 5 unmerged<br>


tutorial - Tobias Pietzsch - 7 weeks ago - 12 unmerged<br>utils - Larry Lindsey - 2 years ago - 11 unmerged<br><br><br><div class="gmail_quote">On Fri, Apr 20, 2012 at 11:11 AM, Christian Dietz <span dir="ltr"><<a href="mailto:christian.dietz@uni-konstanz.de" target="_blank">christian.dietz@uni-konstanz.de</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
the last weeks we started several branches in the git repository and I was wondering wether we could merge some of these new things into the master.<br>
<br>
labeling-revised-revised:<br>
Martin and me extended Lee's version of the Labeling to allow arbitrary Img<? extends IntegerType<?>> as the index container.<br>
Furthermore we changed the way Labelings are created, for e.g. a NativeImgLabeling just needs the Img as an index container which makes the usage of Labelings much easier.<br>
Lee already agreed on these changes.<br>
<br>
subimg_test:<br>
Thanks to Tobias we have an so called SubImg in KNIP now, directly using the Views from imglib2. A SubImg is simply a subinterval of a Img acting as an Img itself.<br>
<br>
sparse_labeling_experiment ("Octree" (N-Tree) representation of an image in n-dimensions):<br>
Thanks again to Tobias, we got a sparse Img container running in KNIP which is really useful if you have e.g. big connected areas with the same value or just a few smaller dots in a labeling or image.<br>
Memory is reduced dramatically, but of course writing is slower than into a e.g. ArrayImg.<br>
<br>
So if you have any comments on these branches, feel free.<br>
For example the subimg_test could also just be part of KNIP if nobody needs this. For us it's very helpful to iterate over certain subintervals in images (e.g. PlaneSelection XYZ, iterate over CT), if there are algorithms which explicitly require an Img as an input.<br>



<br>
Best regards and have a nice weekend,<br>
<br>
Martin & Christian<br>
<br>
<br>
______________________________<u></u>_________________<br>
ImageJ-devel mailing list<br>
<a href="mailto:ImageJ-devel@imagej.net" target="_blank">ImageJ-devel@imagej.net</a><br>
<a href="http://imagej.net/mailman/listinfo/imagej-devel" target="_blank">http://imagej.net/mailman/<u></u>listinfo/imagej-devel</a><br>
</blockquote></div><br>