endrov.unsortedImageFilters
Class SpotCluster

java.lang.Object
  extended by endrov.unsortedImageFilters.SpotCluster

public class SpotCluster
extends java.lang.Object

Find clusters in groups


Constructor Summary
SpotCluster()
           
 
Method Summary
static javax.vecmath.Vector3d calculateCenter(java.util.Collection<Vector3i> list)
          Calculate center (first moment) from a group of vectors
static Partitioning<Vector3i> exec2d(EvPixels in, int z)
          Partition all areas in the image go sideways too?
static Partitioning<Vector3i> exec3d(java.util.List<EvPixels> in)
          Partition all areas in the volume.
static void main(java.lang.String[] args)
          Partition all areas in the volume.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpotCluster

public SpotCluster()
Method Detail

calculateCenter

public static javax.vecmath.Vector3d calculateCenter(java.util.Collection<Vector3i> list)
Calculate center (first moment) from a group of vectors


exec2d

public static Partitioning<Vector3i> exec2d(EvPixels in,
                                            int z)
Partition all areas in the image go sideways too?


exec3d

public static Partitioning<Vector3i> exec3d(java.util.List<EvPixels> in)
Partition all areas in the volume. Planes must be same size and aligned. go sideways too?


main

public static void main(java.lang.String[] args)
Partition all areas in the volume. Planes must be same size and aligned.