removed check disabling GPU face detection under Linux, i've checked -- it works
authorAlexey Spizhevoy <no@email>
Thu, 10 Feb 2011 13:01:36 +0000 (13:01 +0000)
committerAlexey Spizhevoy <no@email>
Thu, 10 Feb 2011 13:01:36 +0000 (13:01 +0000)
modules/gpu/src/cascadeclassifier.cpp

index 511eaab..45681ba 100644 (file)
@@ -264,10 +264,6 @@ Size cv::gpu::CascadeClassifier_GPU::getClassifierSize() const
                             \r
 int cv::gpu::CascadeClassifier_GPU::detectMultiScale( const GpuMat& image, GpuMat& objectsBuf, double scaleFactor, int minNeighbors, Size minSize)\r
 {   \r
-       #if !defined(_MSC_VER)\r
-               CV_Assert(!"FD under not-VS2008 is not implemented");\r
-       #endif\r
-\r
     CV_Assert( scaleFactor > 1 && image.depth() == CV_8U);\r
     CV_Assert( !this->empty());\r
         \r