void AutoCrop::Process()
{
- printf("EED AutoCrop::Process Start\n");
-
// THE MAIN PROCESSING METHOD BODY
// Here we simply set the input 'In' value to the output 'Out'
// And print out the output value
BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageBoundaries,bbtk::AtomicBlackBox);
BBTK_NAME("ImageBoundaries");
BBTK_AUTHOR("Info-Dev");
- BBTK_DESCRIPTION("Get gray level boundaries of an vtkImageData");
+ BBTK_DESCRIPTION("Get gray level boundaries of an vtkImageData (for AutoCrop)");
BBTK_CATEGORY("filter");
BBTK_INPUT(ImageBoundaries,In,"Input image",vtkImageData*,"");
BBTK_INPUT(ImageBoundaries,LowerValue,"0 default. Lower gray level",double,"");