Fixed bug in function name

This commit is contained in:
Max Ehrlich 2015-02-05 14:32:51 -05:00
parent 51631b307e
commit 17afbceabd

View File

@ -509,8 +509,8 @@ NAN_METHOD(Calib3D::StereoRectify)
}
}
// cv::stereoRectify
NAN_METHOD(Calib3D::StereoRectify)
// cv::computeCorrespondEpilines
NAN_METHOD(Calib3D::ComputeCorrespondEpilines)
{
NanEscapableScope();