fixed bug #1368
authorVadim Pisarevsky <no@email>
Tue, 27 Sep 2011 15:34:39 +0000 (15:34 +0000)
committerVadim Pisarevsky <no@email>
Tue, 27 Sep 2011 15:34:39 +0000 (15:34 +0000)
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/imgproc/src/subdivision2d.cpp

index 47c8c6c..e0d77d3 100644 (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
     {
index 43df79c..1a82590 100644 (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();