From 17afbceabdda3d09f799907003d856b74fb21cba Mon Sep 17 00:00:00 2001 From: Max Ehrlich Date: Thu, 5 Feb 2015 14:32:51 -0500 Subject: [PATCH] Fixed bug in function name --- src/Calib3D.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Calib3D.cc b/src/Calib3D.cc index 8d6a43f..e73a62a 100644 --- a/src/Calib3D.cc +++ b/src/Calib3D.cc @@ -509,8 +509,8 @@ NAN_METHOD(Calib3D::StereoRectify) } } -// cv::stereoRectify -NAN_METHOD(Calib3D::StereoRectify) +// cv::computeCorrespondEpilines +NAN_METHOD(Calib3D::ComputeCorrespondEpilines) { NanEscapableScope();