18 #ifndef __itkImageClassifierBase_h
19 #define __itkImageClassifierBase_h
69 template<
class TInputImage,
70 class TClassifiedImage >
103 typedef typename Superclass::MembershipFunctionPointer
106 typedef typename Superclass::MembershipFunctionPointerVector
138 std::vector< double >
144 void PrintSelf(std::ostream & os,
Indent indent)
const;
154 void operator=(
const Self &);
162 virtual void Classify();
166 #ifndef ITK_MANUAL_INSTANTIATION
167 #include "itkImageClassifierBase.hxx"