Corrected notes

This commit is contained in:
Ilya Krylov
2014-04-29 10:24:39 +04:00
parent f0f741b796
commit e6aa8ce932
5 changed files with 75 additions and 125 deletions

View File

@@ -1,9 +1,7 @@
#include "opencv2/opencv.hpp"
#include "opencv2/core/affine.hpp"
#include "opencv2/core/affine.hpp"
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// cv::Fisheye::projectPoints
#include "fisheye.hpp"
namespace cv { namespace
{
@@ -16,6 +14,9 @@ namespace cv { namespace
};
}}
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// cv::Fisheye::projectPoints
void cv::Fisheye::projectPoints(InputArray objectPoints, OutputArray imagePoints, const Affine3d& affine,
InputArray K, InputArray D, double alpha, OutputArray jacobian)
{