Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp2529 float site_lengh; in _cvConstructEdges() local
2536site_lengh = (float)sqrt((double)SiteDirection.x*SiteDirection.x + SiteDirection.y * SiteDirection… in _cvConstructEdges()
2537 SiteDirection.x /= site_lengh; in _cvConstructEdges()
2538 SiteDirection.y /= site_lengh; in _cvConstructEdges()