Corrected notes
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user