removed unused class filds
authorMarina Kolpakova <no@email>
Wed, 4 Jul 2012 16:03:40 +0000 (16:03 +0000)
committerMarina Kolpakova <no@email>
Wed, 4 Jul 2012 16:03:40 +0000 (16:03 +0000)
modules/gpu/include/opencv2/gpu/gpu.hpp

index 8d5ae12..f8a16ee 100644 (file)
@@ -1438,16 +1438,12 @@ public:
     int detectMultiScale(const GpuMat& image, GpuMat& scaledImageBuffer, GpuMat& objectsBuf, double scaleFactor = 1.1, int minNeighbors = 4,\r
     cv::Size maxObjectSize = cv::Size()/*, Size minSize = Size()*/);\r
     void preallocateIntegralBuffer(cv::Size desired);\r
-\r
-    bool findLargestObject;\r
-    bool visualizeInPlace;\r
-\r
     Size getClassifierSize() const;\r
 private:\r
     bool read(const FileNode &root);\r
 \r
     static const stage stageType = BOOST;\r
-    static const feature feature = LBP;\r
+    static const feature featureType = LBP;\r
 \r
     cv::Size NxM;\r
     bool isStumps;\r