plugins.big.bigsnakeutils.shape.utils
Class Binarizer3D

java.lang.Object
  extended by plugins.big.bigsnakeutils.shape.utils.Binarizer3D
All Implemented Interfaces:
java.lang.Runnable

public class Binarizer3D
extends java.lang.Object
implements java.lang.Runnable

Class that encapsulates some computational aspects of the conversion from quad meshes to binary images.

Version:
May 3, 2014
Author:
Ricard Delgado-Gonzalo (ricard.delgado@gmail.com)

Constructor Summary
Binarizer3D(int width, int height, icy.gui.frame.progress.ProgressFrame pFrame, int z, vtk.vtkPolyData mesh, double[] bounds)
           
 
Method Summary
 icy.image.IcyBufferedImage getMask()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Binarizer3D

public Binarizer3D(int width,
                   int height,
                   icy.gui.frame.progress.ProgressFrame pFrame,
                   int z,
                   vtk.vtkPolyData mesh,
                   double[] bounds)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

getMask

public icy.image.IcyBufferedImage getMask()