Commit 65e036fe authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed bug #1368

parent a5128831
...@@ -1085,7 +1085,7 @@ protected: ...@@ -1085,7 +1085,7 @@ protected:
int isRightOf(Point2f pt, int edge) const; int isRightOf(Point2f pt, int edge) const;
void calcVoronoi(); void calcVoronoi();
void clearVoronoi(); void clearVoronoi();
void check() const; void checkSubdiv() const;
struct CV_EXPORTS Vertex struct CV_EXPORTS Vertex
{ {
......
...@@ -1453,7 +1453,7 @@ void Subdiv2D::getVoronoiFacetList(const vector<int>& idx, ...@@ -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(); int i, j, total = (int)qedges.size();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment