template struct cvflann::squareDistance<ChiSquareDistance<ElementType>, ElementType>
#include <dist.h> template <typename ElementType> struct squareDistance<ChiSquareDistance<ElementType>, ElementType> { // typedefs typedef ChiSquareDistance<ElementType>::ResultType ResultType; // methods ResultType operator()(ResultType dist); };