fixed several GCC warnings; fixed crash in kmeans test (because of cv::swap(Mat&a, Mat&b)) (ticket #616)

This commit is contained in:
Vadim Pisarevsky
2010-11-04 15:59:10 +00:00
parent b5f366fb70
commit ced8192174
5 changed files with 19 additions and 13 deletions

View File

@@ -2325,7 +2325,7 @@ public:
virtual void train();
virtual bool supportMask() { matcher->supportMask(); }
virtual bool supportMask() { return matcher->supportMask(); }
virtual void read( const FileNode& fn );
virtual void write( FileStorage& fs ) const;