Hi everyone,<div><br></div><div>Accomplished both planned tasks:</div><div><br></div><div>1.  An optional size threshold, to force a final merge for very small segments (even when not similar) makes very nice looking segments.  (It will be up to the user to decide if more cohesive segments are worth the slight increase in heterogeneity.)</div>


<div><br></div><div>2. Speed increase.  I was using a (fast) processing flag for the entire raster, but only needed to keep track of some local pixels.  It was an O(area^2) speed cost, that was used repeated... so changing to a "slow" tree structure for just the local information should a huge speed improvement.  (Thanks Markus for noticing this!)  This change was just implemented, still need to do some performance testing.</div>


<div><br>Next week:</div><div><br></div><div>Step back and evaluate what features/options are most important to implement in the last month of coding.</div><div><br></div><div>Blocking:</div><div><br></div><div>Nothing.</div>

<div>
<br></div><div>TGIF,</div><div>Eric</div>