Home | History | Annotate | Download | only in opencv2

Lines Matching refs:Accumulator

675 struct CV_EXPORTS Accumulator
680 template<> struct Accumulator<unsigned char> { typedef float Type; };
681 template<> struct Accumulator<unsigned short> { typedef float Type; };
682 template<> struct Accumulator<char> { typedef float Type; };
683 template<> struct Accumulator<short> { typedef float Type; };
693 typedef typename Accumulator<T>::Type ResultType;
709 typedef typename Accumulator<T>::Type ResultType;
725 typedef typename Accumulator<T>::Type ResultType;