Fixed build issues

This commit is contained in:
Ilya Krylov
2014-05-13 13:34:46 +04:00
parent e4a9c0f184
commit c30fef1f9d
5 changed files with 73 additions and 97 deletions

View File

@@ -745,7 +745,7 @@ CV_EXPORTS_W int estimateAffine3D(InputArray src, InputArray dst,
OutputArray out, OutputArray inliers,
double ransacThreshold=3, double confidence=0.99);
class Fisheye
class CV_EXPORTS Fisheye
{
public: