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