Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp2122 const double angl_eps = 0.03; in _cvConstructExtSites() local
2195 if((_sin > angl_eps) || (_sin > 0 && _cos > 0)) in _cvConstructExtSites()
2201 else if((_sin < -angl_eps) || (_sin < 0 && _cos > 0)) in _cvConstructExtSites()
2266 const double angl_eps = 0.03; in _cvConstructIntSites() local
2352 if((_sin > angl_eps) || (_sin > 0 && _cos > 0)) in _cvConstructIntSites()
2358 … else if((_sin < -angl_eps) || (_sin < 0 && _cos > 0) || (_sin == 0 && CurrContourSeq->total == 2)) in _cvConstructIntSites()