This commit is contained in:
Vadim Pisarevsky 2011-09-27 15:34:39 +00:00
parent a512883170
commit 65e036fe6d
2 changed files with 2 additions and 2 deletions

View File

@ -1085,7 +1085,7 @@ protected:
int isRightOf(Point2f pt, int edge) const;
void calcVoronoi();
void clearVoronoi();
void check() const;
void checkSubdiv() const;
struct CV_EXPORTS Vertex
{

View File

@ -1453,7 +1453,7 @@ void Subdiv2D::getVoronoiFacetList(const vector<int>& idx,
}
void Subdiv2D::check() const
void Subdiv2D::checkSubdiv() const
{
int i, j, total = (int)qedges.size();