ResultType 416 modules/core/include/opencv2/core/base.hpp ResultType operator()( const unsigned char* a, const unsigned char* b, int size ) const; ResultType 2486 modules/core/src/stat.cpp Hamming::ResultType Hamming::operator()( const unsigned char* a, const unsigned char* b, int size ) const ResultType 695 modules/features2d/include/opencv2/features2d.hpp ResultType operator()( const T* a, const T* b, int size ) const ResultType 697 modules/features2d/include/opencv2/features2d.hpp return normL2Sqr<ValueType, ResultType>(a, b, size); ResultType 711 modules/features2d/include/opencv2/features2d.hpp ResultType operator()( const T* a, const T* b, int size ) const ResultType 713 modules/features2d/include/opencv2/features2d.hpp return (ResultType)std::sqrt((double)normL2Sqr<ValueType, ResultType>(a, b, size)); ResultType 727 modules/features2d/include/opencv2/features2d.hpp ResultType operator()( const T* a, const T* b, int size ) const ResultType 729 modules/features2d/include/opencv2/features2d.hpp return normL1<ValueType, ResultType>(a, b, size); ResultType 101 modules/features2d/test/test_descriptors_regression.cpp typedef typename Distance::ResultType DistanceType; ResultType 112 modules/flann/include/opencv2/flann.hpp typedef typename Distance::ResultType DistanceType; ResultType 348 modules/flann/include/opencv2/flann.hpp typedef typename L2<T>::ResultType DistanceType; ResultType 522 modules/flann/include/opencv2/flann.hpp typedef typename Distance::ResultType DistanceType; ResultType 74 modules/flann/include/opencv2/flann/autotuned_index.h typedef typename Distance::ResultType DistanceType; ResultType 75 modules/flann/include/opencv2/flann/composite_index.h typedef typename Distance::ResultType DistanceType; ResultType 112 modules/flann/include/opencv2/flann/dist.h ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType /*worst_dist*/ = -1) const ResultType 114 modules/flann/include/opencv2/flann/dist.h ResultType result = ResultType(); ResultType 115 modules/flann/include/opencv2/flann/dist.h ResultType diff; ResultType 124 modules/flann/include/opencv2/flann/dist.h inline ResultType accum_dist(const U& a, const V& b, int) const ResultType 154 modules/flann/include/opencv2/flann/dist.h ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const ResultType 156 modules/flann/include/opencv2/flann/dist.h ResultType result = ResultType(); ResultType 157 modules/flann/include/opencv2/flann/dist.h ResultType diff0, diff1, diff2, diff3; ResultType 163 modules/flann/include/opencv2/flann/dist.h diff0 = (ResultType)(a[0] - b[0]); ResultType 164 modules/flann/include/opencv2/flann/dist.h diff1 = (ResultType)(a[1] - b[1]); ResultType 165 modules/flann/include/opencv2/flann/dist.h diff2 = (ResultType)(a[2] - b[2]); ResultType 166 modules/flann/include/opencv2/flann/dist.h diff3 = (ResultType)(a[3] - b[3]); ResultType 177 modules/flann/include/opencv2/flann/dist.h diff0 = (ResultType)(*a++ - *b++); ResultType 190 modules/flann/include/opencv2/flann/dist.h inline ResultType accum_dist(const U& a, const V& b, int) const ResultType 216 modules/flann/include/opencv2/flann/dist.h ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const ResultType 218 modules/flann/include/opencv2/flann/dist.h ResultType result = ResultType(); ResultType 219 modules/flann/include/opencv2/flann/dist.h ResultType diff0, diff1, diff2, diff3; ResultType 225 modules/flann/include/opencv2/flann/dist.h diff0 = (ResultType)abs(a[0] - b[0]); ResultType 226 modules/flann/include/opencv2/flann/dist.h diff1 = (ResultType)abs(a[1] - b[1]); ResultType 227 modules/flann/include/opencv2/flann/dist.h diff2 = (ResultType)abs(a[2] - b[2]); ResultType 228 modules/flann/include/opencv2/flann/dist.h diff3 = (ResultType)abs(a[3] - b[3]); ResultType 239 modules/flann/include/opencv2/flann/dist.h diff0 = (ResultType)abs(*a++ - *b++); ResultType 249 modules/flann/include/opencv2/flann/dist.h inline ResultType accum_dist(const U& a, const V& b, int) const ResultType 280 modules/flann/include/opencv2/flann/dist.h ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const ResultType 282 modules/flann/include/opencv2/flann/dist.h ResultType result = ResultType(); ResultType 283 modules/flann/include/opencv2/flann/dist.h ResultType diff0, diff1, diff2, diff3; ResultType 289 modules/flann/include/opencv2/flann/dist.h diff0 = (ResultType)abs(a[0] - b[0]); ResultType 290 modules/flann/include/opencv2/flann/dist.h diff1 = (ResultType)abs(a[1] - b[1]); ResultType 291 modules/flann/include/opencv2/flann/dist.h diff2 = (ResultType)abs(a[2] - b[2]); ResultType 292 modules/flann/include/opencv2/flann/dist.h diff3 = (ResultType)abs(a[3] - b[3]); ResultType 303 modules/flann/include/opencv2/flann/dist.h diff0 = (ResultType)abs(*a++ - *b++); ResultType 313 modules/flann/include/opencv2/flann/dist.h inline ResultType accum_dist(const U& a, const V& b, int) const ResultType 315 modules/flann/include/opencv2/flann/dist.h return pow(static_cast<ResultType>(abs(a-b)),order); ResultType 336 modules/flann/include/opencv2/flann/dist.h ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const ResultType 338 modules/flann/include/opencv2/flann/dist.h ResultType result = ResultType(); ResultType 339 modules/flann/include/opencv2/flann/dist.h ResultType diff0, diff1, diff2, diff3; ResultType 389 modules/flann/include/opencv2/flann/dist.h ResultType operator()(const unsigned char* a, const unsigned char* b, size_t size) const ResultType 402 modules/flann/include/opencv2/flann/dist.h ResultType result = 0; ResultType 425 modules/flann/include/opencv2/flann/dist.h ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType /*worst_dist*/ = -1) const ResultType 427 modules/flann/include/opencv2/flann/dist.h ResultType result = 0; ResultType 502 modules/flann/include/opencv2/flann/dist.h ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType /*worst_dist*/ = -1) const ResultType 507 modules/flann/include/opencv2/flann/dist.h ResultType result = 0; ResultType 517 modules/flann/include/opencv2/flann/dist.h ResultType result = 0; ResultType 546 modules/flann/include/opencv2/flann/dist.h ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const ResultType 548 modules/flann/include/opencv2/flann/dist.h ResultType result = ResultType(); ResultType 549 modules/flann/include/opencv2/flann/dist.h ResultType min0, min1, min2, min3; ResultType 555 modules/flann/include/opencv2/flann/dist.h min0 = (ResultType)(a[0] < b[0] ? a[0] : b[0]); ResultType 556 modules/flann/include/opencv2/flann/dist.h min1 = (ResultType)(a[1] < b[1] ? a[1] : b[1]); ResultType 557 modules/flann/include/opencv2/flann/dist.h min2 = (ResultType)(a[2] < b[2] ? a[2] : b[2]); ResultType 558 modules/flann/include/opencv2/flann/dist.h min3 = (ResultType)(a[3] < b[3] ? a[3] : b[3]); ResultType 568 modules/flann/include/opencv2/flann/dist.h min0 = (ResultType)(*a < *b ? *a : *b); ResultType 580 modules/flann/include/opencv2/flann/dist.h inline ResultType accum_dist(const U& a, const V& b, int) const ResultType 601 modules/flann/include/opencv2/flann/dist.h ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType /*worst_dist*/ = -1) const ResultType 603 modules/flann/include/opencv2/flann/dist.h ResultType result = ResultType(); ResultType 604 modules/flann/include/opencv2/flann/dist.h ResultType diff0, diff1, diff2, diff3; ResultType 610 modules/flann/include/opencv2/flann/dist.h diff0 = sqrt(static_cast<ResultType>(a[0])) - sqrt(static_cast<ResultType>(b[0])); ResultType 611 modules/flann/include/opencv2/flann/dist.h diff1 = sqrt(static_cast<ResultType>(a[1])) - sqrt(static_cast<ResultType>(b[1])); ResultType 612 modules/flann/include/opencv2/flann/dist.h diff2 = sqrt(static_cast<ResultType>(a[2])) - sqrt(static_cast<ResultType>(b[2])); ResultType 613 modules/flann/include/opencv2/flann/dist.h diff3 = sqrt(static_cast<ResultType>(a[3])) - sqrt(static_cast<ResultType>(b[3])); ResultType 619 modules/flann/include/opencv2/flann/dist.h diff0 = sqrt(static_cast<ResultType>(*a++)) - sqrt(static_cast<ResultType>(*b++)); ResultType 629 modules/flann/include/opencv2/flann/dist.h inline ResultType accum_dist(const U& a, const V& b, int) const ResultType 631 modules/flann/include/opencv2/flann/dist.h ResultType diff = sqrt(static_cast<ResultType>(a)) - sqrt(static_cast<ResultType>(b)); ResultType 650 modules/flann/include/opencv2/flann/dist.h ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const ResultType 652 modules/flann/include/opencv2/flann/dist.h ResultType result = ResultType(); ResultType 653 modules/flann/include/opencv2/flann/dist.h ResultType sum, diff; ResultType 657 modules/flann/include/opencv2/flann/dist.h sum = (ResultType)(*a + *b); ResultType 659 modules/flann/include/opencv2/flann/dist.h diff = (ResultType)(*a - *b); ResultType 676 modules/flann/include/opencv2/flann/dist.h inline ResultType accum_dist(const U& a, const V& b, int) const ResultType 678 modules/flann/include/opencv2/flann/dist.h ResultType result = ResultType(); ResultType 679 modules/flann/include/opencv2/flann/dist.h ResultType sum, diff; ResultType 681 modules/flann/include/opencv2/flann/dist.h sum = (ResultType)(a+b); ResultType 683 modules/flann/include/opencv2/flann/dist.h diff = (ResultType)(a-b); ResultType 704 modules/flann/include/opencv2/flann/dist.h ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const ResultType 706 modules/flann/include/opencv2/flann/dist.h ResultType result = ResultType(); ResultType 711 modules/flann/include/opencv2/flann/dist.h ResultType ratio = (ResultType)(*a / *b); ResultType 730 modules/flann/include/opencv2/flann/dist.h inline ResultType accum_dist(const U& a, const V& b, int) const ResultType 732 modules/flann/include/opencv2/flann/dist.h ResultType result = ResultType(); ResultType 734 modules/flann/include/opencv2/flann/dist.h ResultType ratio = (ResultType)(a / b); ResultType 792 modules/flann/include/opencv2/flann/dist.h typedef typename Distance::ResultType ResultType; ResultType 793 modules/flann/include/opencv2/flann/dist.h ResultType operator()( ResultType dist ) { return dist*dist; } ResultType 800 modules/flann/include/opencv2/flann/dist.h typedef typename L2_Simple<ElementType>::ResultType ResultType; ResultType 801 modules/flann/include/opencv2/flann/dist.h ResultType operator()( ResultType dist ) { return dist; } ResultType 807 modules/flann/include/opencv2/flann/dist.h typedef typename L2<ElementType>::ResultType ResultType; ResultType 808 modules/flann/include/opencv2/flann/dist.h ResultType operator()( ResultType dist ) { return dist; } ResultType 815 modules/flann/include/opencv2/flann/dist.h typedef typename MinkowskiDistance<ElementType>::ResultType ResultType; ResultType 816 modules/flann/include/opencv2/flann/dist.h ResultType operator()( ResultType dist ) { return dist; } ResultType 822 modules/flann/include/opencv2/flann/dist.h typedef typename HellingerDistance<ElementType>::ResultType ResultType; ResultType 823 modules/flann/include/opencv2/flann/dist.h ResultType operator()( ResultType dist ) { return dist; } ResultType 829 modules/flann/include/opencv2/flann/dist.h typedef typename ChiSquareDistance<ElementType>::ResultType ResultType; ResultType 830 modules/flann/include/opencv2/flann/dist.h ResultType operator()( ResultType dist ) { return dist; } ResultType 835 modules/flann/include/opencv2/flann/dist.h typename Distance::ResultType ensureSquareDistance( typename Distance::ResultType dist ) ResultType 852 modules/flann/include/opencv2/flann/dist.h typedef typename Distance::ResultType ResultType; ResultType 853 modules/flann/include/opencv2/flann/dist.h ResultType operator()( ResultType dist ) { return dist; } ResultType 860 modules/flann/include/opencv2/flann/dist.h typedef typename L2_Simple<ElementType>::ResultType ResultType; ResultType 861 modules/flann/include/opencv2/flann/dist.h ResultType operator()( ResultType dist ) { return sqrt(dist); } ResultType 867 modules/flann/include/opencv2/flann/dist.h typedef typename L2<ElementType>::ResultType ResultType; ResultType 868 modules/flann/include/opencv2/flann/dist.h ResultType operator()( ResultType dist ) { return sqrt(dist); } ResultType 875 modules/flann/include/opencv2/flann/dist.h typedef typename MinkowskiDistance<ElementType>::ResultType ResultType; ResultType 876 modules/flann/include/opencv2/flann/dist.h ResultType operator()( ResultType dist ) { return sqrt(dist); } ResultType 882 modules/flann/include/opencv2/flann/dist.h typedef typename HellingerDistance<ElementType>::ResultType ResultType; ResultType 883 modules/flann/include/opencv2/flann/dist.h ResultType operator()( ResultType dist ) { return sqrt(dist); } ResultType 889 modules/flann/include/opencv2/flann/dist.h typedef typename ChiSquareDistance<ElementType>::ResultType ResultType; ResultType 890 modules/flann/include/opencv2/flann/dist.h ResultType operator()( ResultType dist ) { return sqrt(dist); } ResultType 895 modules/flann/include/opencv2/flann/dist.h typename Distance::ResultType ensureSimpleDistance( typename Distance::ResultType dist ) ResultType 104 modules/flann/include/opencv2/flann/flann_base.hpp typedef typename Distance::ResultType DistanceType; ResultType 279 modules/flann/include/opencv2/flann/flann_base.hpp int hierarchicalClustering(const Matrix<typename Distance::ElementType>& points, Matrix<typename Distance::ResultType>& centers, ResultType 45 modules/flann/include/opencv2/flann/ground_truth.h typedef typename Distance::ResultType DistanceType; ResultType 84 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h typedef typename Distance::ResultType DistanceType; ResultType 64 modules/flann/include/opencv2/flann/index_testing.h typename Distance::ResultType computeDistanceRaport(const Matrix<typename Distance::ElementType>& inputData, typename Distance::ElementType* target, ResultType 67 modules/flann/include/opencv2/flann/index_testing.h typedef typename Distance::ResultType DistanceType; ResultType 88 modules/flann/include/opencv2/flann/index_testing.h float& time, typename Distance::ResultType& dist, const Distance& distance, int skipMatches) ResultType 90 modules/flann/include/opencv2/flann/index_testing.h typedef typename Distance::ResultType DistanceType; ResultType 141 modules/flann/include/opencv2/flann/index_testing.h typedef typename Distance::ResultType DistanceType; ResultType 158 modules/flann/include/opencv2/flann/index_testing.h typedef typename Distance::ResultType DistanceType; ResultType 231 modules/flann/include/opencv2/flann/index_testing.h typedef typename Distance::ResultType DistanceType; ResultType 74 modules/flann/include/opencv2/flann/kdtree_index.h typedef typename Distance::ResultType DistanceType; ResultType 74 modules/flann/include/opencv2/flann/kdtree_single_index.h typedef typename Distance::ResultType DistanceType; ResultType 84 modules/flann/include/opencv2/flann/kmeans_index.h typedef typename Distance::ResultType DistanceType; ResultType 54 modules/flann/include/opencv2/flann/linear_index.h typedef typename Distance::ResultType DistanceType; ResultType 82 modules/flann/include/opencv2/flann/lsh_index.h typedef typename Distance::ResultType DistanceType; ResultType 49 modules/flann/include/opencv2/flann/nn_index.h typedef typename Distance::ResultType DistanceType; ResultType 466 modules/flann/src/miniflann.cpp typedef typename Distance::ResultType DistanceType; ResultType 492 modules/flann/src/miniflann.cpp typedef typename Distance::ResultType DistanceType;