1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-23 09:38:56 +08:00

Fixing some compiler warnings

This commit is contained in:
Vladislav Samsonov
2016-06-22 13:53:03 +03:00
parent 805a0c4b97
commit 75b3ea9f72
2 changed files with 13 additions and 0 deletions

View File

@@ -116,6 +116,8 @@ private:
void getSystem( OutputArray A1Out, OutputArray A2Out, OutputArray b1Out, OutputArray b2Out,
const std::vector<Point2f> &features, const std::vector<Point2f> &predictedFeatures,
const Size size );
OpticalFlowPCAFlow& operator=( const OpticalFlowPCAFlow& ); // make it non-assignable
};
CV_EXPORTS_W Ptr<DenseOpticalFlow> createOptFlow_PCAFlow();