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
139 std::vector< double >
145 void PrintSelf(std::ostream & os,
Indent indent)
const;
155 void operator=(
const Self &);
163 virtual void Classify();
167 #ifndef ITK_MANUAL_INSTANTIATION
168 #include "itkImageClassifierBase.hxx"