#include "bbtkAtomicBlackBox.h"
#include <vtkImageData.h>
#include <vtkImageCast.h>
#include <vtkImageThreshold.h>
#include <vtkImageSeedConnectivity.h>


Go to the source code of this file.
Namespaces | |
| namespace | bbvtk |
Classes | |
| class | bbvtk::SegmentationConnectivity |
Functions | |
| bbvtk::BBTK_BEGIN_DESCRIBE_BLACK_BOX (SegmentationConnectivity, bbtk::AtomicBlackBox) | |
| bbvtk::BBTK_NAME ("SegmentationConnectivity") | |
| bbvtk::BBTK_AUTHOR ("eduardo.davila [at] creatis.insa-lyon.fr") | |
| bbvtk::BBTK_DESCRIPTION ("Segmentation with min max threshold and connectivity") | |
| bbvtk::BBTK_INPUT (SegmentationConnectivity, In,"Input image", vtkImageData *,"") | |
| bbvtk::BBTK_INPUT (SegmentationConnectivity, PositionXYZ,"vector with the Position [x y z]", std::vector< int >,"") | |
| bbvtk::BBTK_INPUT (SegmentationConnectivity, ThresholdMinMax,"vector with the Threshold [min max]", std::vector< int >,"") | |
| bbvtk::BBTK_OUTPUT (SegmentationConnectivity, Out,"Result image", vtkImageData *,"") | |
| bbvtk::BBTK_END_DESCRIBE_BLACK_BOX (SegmentationConnectivity) | |
Long description which can span multiple lines
Pattern for the definition of a new type of Node (header)
Definition in file bbvtkSegmentationConnectivity.h.
1.5.6