• Home
  • Raw
  • Download

Lines Matching defs:polygon

323     std::vector<cv::Point2f> resultingTriangle, polygon;  in findMinEnclosingTriangle()  local
335 static void createConvexHull(cv::InputArray points, std::vector<cv::Point2f> &polygon) { in createConvexHull()
356 static void findMinEnclosingTriangle(const std::vector<cv::Point2f> &polygon, in findMinEnclosingTriangle()
395 static void findMinimumAreaEnclosingTriangle(const std::vector<cv::Point2f> &polygon, in findMinimumAreaEnclosingTriangle()
452 static void returnMinimumAreaEnclosingTriangle(const std::vector<cv::Point2f> &polygon, in returnMinimumAreaEnclosingTriangle()
472 static void advanceBToRightChain(const std::vector<cv::Point2f> &polygon, in advanceBToRightChain()
491 static void moveAIfLowAndBIfHigh(const std::vector<cv::Point2f> &polygon, in moveAIfLowAndBIfHigh()
515 static void searchForBTangency(const std::vector<cv::Point2f> &polygon, in searchForBTangency()
539 static bool isNotBTangency(const std::vector<cv::Point2f> &polygon, in isNotBTangency()
567 static void updateSidesCA(const std::vector<cv::Point2f> &polygon, in updateSidesCA()
595 static void updateSidesBA(const std::vector<cv::Point2f> &polygon, in updateSidesBA()
636 static void updateSideB(const std::vector<cv::Point2f> &polygon, in updateSideB()
669 cv::Point2f &vertexC, const std::vector<cv::Point2f> &polygon, in isLocalMinimalTriangle()
712 … const cv::Point2f &vertexC, const std::vector<cv::Point2f> &polygon, in isValidMinimalTriangle()
797 const std::vector<cv::Point2f> &polygon, unsigned int nrOfPoints, in intersectsBelow()
816 const std::vector<cv::Point2f> &polygon, unsigned int nrOfPoints, in intersectsAbove()
832 const std::vector<cv::Point2f> &polygon, unsigned int nrOfPoints, in intersects()
879 const std::vector<cv::Point2f> &polygon, in intersectsAboveOrBelow()
909 const std::vector<cv::Point2f> &polygon, unsigned int nrOfPoints, in gamma()
951 static cv::Point2f findVertexCOnSideB(const std::vector<cv::Point2f> &polygon, unsigned int nrOfPoi… in findVertexCOnSideB()
989 static bool findGammaIntersectionPoints(const std::vector<cv::Point2f> &polygon, unsigned int nrOfP… in findGammaIntersectionPoints()
1091 static double height(const cv::Point2f &polygonPoint, const std::vector<cv::Point2f> &polygon, in height()
1108 static double height(unsigned int polygonPointIndex, const std::vector<cv::Point2f> &polygon, in height()