Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dseam_finders.cpp700 float diffL2Square4(const Mat &image1, int y1, int x1, const Mat &image2, int y2, int x2) in diffL2Square4() function
725 diff = diffL2Square4<float>; in computeCosts()
727 diff = diffL2Square4<uchar>; in computeCosts()