#ifdef _USE_ITK_ #include "bbitkBinaryThresholdImageFilter.h" #include "bbitkPackage.h" namespace bbitk { BBTK_BLACK_BOX_TEMPLATE_IMPLEMENTATION(BinaryThresholdImageFilter, bbtk::AtomicBlackBox); BBTK_BLACK_BOX_IMPLEMENTATION(BinaryThresholdImageFilterGeneric, bbtk::AtomicBlackBox); BBTK_ADD_BLACK_BOX_TO_PACKAGE(itk, BinaryThresholdImageFilterGeneric); } // EO namespace bbtk #endif //_USE_ITK_