mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Fixed bug in function name
This commit is contained in:
parent
51631b307e
commit
17afbceabd
@ -509,8 +509,8 @@ NAN_METHOD(Calib3D::StereoRectify)
|
||||
}
|
||||
}
|
||||
|
||||
// cv::stereoRectify
|
||||
NAN_METHOD(Calib3D::StereoRectify)
|
||||
// cv::computeCorrespondEpilines
|
||||
NAN_METHOD(Calib3D::ComputeCorrespondEpilines)
|
||||
{
|
||||
NanEscapableScope();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user