mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
fixed bug #1368
This commit is contained in:
parent
a512883170
commit
65e036fe6d
@ -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
|
||||
{
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user