Home | History | Annotate | Download | only in src

Lines Matching defs:ElementType

313     typedef typename Distance::ElementType ElementType;
314 if(DataType<ElementType>::type != data.type())
319 ::cvflann::Matrix<ElementType> dataset((ElementType*)data.data, data.rows, data.cols);
465 typedef typename Distance::ElementType ElementType;
467 int type = DataType<ElementType>::type;
472 ::cvflann::Matrix<ElementType> _query((ElementType*)query.data, query.rows, query.cols);
491 typedef typename Distance::ElementType ElementType;
493 int type = DataType<ElementType>::type;
498 ::cvflann::Matrix<ElementType> _query((ElementType*)query.data, query.rows, query.cols);
704 typedef typename Distance::ElementType ElementType;
705 CV_Assert(DataType<ElementType>::type == data.type() && data.isContinuous());
707 ::cvflann::Matrix<ElementType> dataset((ElementType*)data.data, data.rows, data.cols);