Home
last modified time | relevance | path

Searched refs:diffL2Square3 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/stitching/src/
Dseam_finders.cpp690 float diffL2Square3(const Mat &image1, int y1, int x1, const Mat &image2, int y2, int x2) in diffL2Square3() function
721 diff = diffL2Square3<float>; in computeCosts()
723 diff = diffL2Square3<uchar>; in computeCosts()