fixed several GCC warnings; fixed crash in kmeans test (because of cv::swap(Mat&a...
authorVadim Pisarevsky <no@email>
Thu, 4 Nov 2010 15:59:10 +0000 (15:59 +0000)
committerVadim Pisarevsky <no@email>
Thu, 4 Nov 2010 15:59:10 +0000 (15:59 +0000)
commitced8192174db0e782cbe27c69a333085f78bf2fd
tree2b39911fff70505ceff0c0f6853d16a577c88403
parentb5f366fb70983a4dcf03a413628c198274a14f41
fixed several GCC warnings; fixed crash in kmeans test (because of cv::swap(Mat&a, Mat&b)) (ticket #616)
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/mat.hpp
modules/core/src/matrix.cpp
modules/features2d/include/opencv2/features2d/features2d.hpp
tests/ml/src/mltest_main.cpp