35 namespace imageProcessing
46 template<
typename dtype>
51 return inImageArray > inThreshold;
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:37
NdArray< bool > applyThreshold(const NdArray< dtype > &inImageArray, dtype inThreshold)
Definition: applyThreshold.hpp:47
Definition: Coordinate.hpp:45