Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dsc_dis.cpp469 cv::Point2f refPt = contourMat.at<cv::Point2f>(0,i) - massCenter; in buildAngleMatrix() local
470 float refAngle = atan2(refPt.y, refPt.x); in buildAngleMatrix()