fixed bug #1368
This commit is contained in:
parent
a512883170
commit
65e036fe6d
@ -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,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Subdiv2D::check() const
|
void Subdiv2D::checkSubdiv() const
|
||||||
{
|
{
|
||||||
int i, j, total = (int)qedges.size();
|
int i, j, total = (int)qedges.size();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user