fixed several GCC warnings; fixed crash in kmeans test (because of cv::swap(Mat&a, Mat&b)) (ticket #616)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user