/quadtree_polygon_openCV

quadtree for storing polygon cordinates, and quick search for matching a point to a polygon

Primary LanguageC++Creative Commons Zero v1.0 UniversalCC0-1.0

it's just a quadtree created to store 4 coal polygons representing cv::Point . and a quick check to see if the point falls into the polygon.