Home | History | Annotate | Download | only in opencv2

Lines Matching refs:DIST_L2

291     DIST_L2      = 2,   //!< the simple euclidean distance
3069 When maskSize == DIST_MASK_PRECISE and distanceType == DIST_L2 , the function runs the
3079 precisely, whereas for cv::DIST_L2 (Euclidean distance) the distance can be calculated only with a
3083 - DIST_L2:
3088 Typically, for a fast, coarse distance estimation DIST_L2, a \f$3\times 3\f$ mask is used. For a
3089 more accurate distance estimation DIST_L2, a \f$5\times 5\f$ mask or the precise algorithm is used.
3645 - DIST_L2