com.grocottlab.atlas_toolkit
Class LabelRegistration3D_

java.lang.Object
  extended by com.grocottlab.atlas_toolkit.LabelRegistration3D_
All Implemented Interfaces:
PlugIn

public class LabelRegistration3D_
extends Object
implements PlugIn

A class for registering multiple 3D image stacks in group-wise fashion. This class is called by the Atlas Toolkit menu command "3. Label Registration 3D".


Constructor Summary
LabelRegistration3D_()
           
 
Method Summary
static ImagePlus getIntersection(ImagePlus[] input_images)
           
static ImagePlus reslice(ImagePlus input_image)
           
 void run(String arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelRegistration3D_

public LabelRegistration3D_()
Method Detail

run

public void run(String arg)
Specified by:
run in interface PlugIn

reslice

public static ImagePlus reslice(ImagePlus input_image)

getIntersection

public static ImagePlus getIntersection(ImagePlus[] input_images)


Copyright © 2009-2015 ImageJ. All Rights Reserved.