com.grocottlab.atlas_toolkit
Class MergeRegisteredVolumes_

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

public class MergeRegisteredVolumes_
extends Object
implements PlugIn

A class for combining image stacks following registration by ApplyLabelRegistration. The run method does the following: - Scales each image stack to match the dimensions of the smallest stack. - Generates a new image stack containing the mean average of the image stacks. - Generates a new image stack containing the standard deviation of the image stacks. This class is called by the Atlas Toolkit menu command "5. Merge Registered Volumes".


Constructor Summary
MergeRegisteredVolumes_()
           
 
Method Summary
 void run(String arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeRegisteredVolumes_

public MergeRegisteredVolumes_()
Method Detail

run

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


Copyright © 2009-2015 ImageJ. All Rights Reserved.