diff --git a/src/Matrix.cc b/src/Matrix.cc index 72d54bd..43c5f6e 100755 --- a/src/Matrix.cc +++ b/src/Matrix.cc @@ -80,7 +80,6 @@ void Matrix::Init(Local target) { Nan::SetPrototypeMethod(ctor, "drawAllContours", DrawAllContours); Nan::SetPrototypeMethod(ctor, "goodFeaturesToTrack", GoodFeaturesToTrack); Nan::SetPrototypeMethod(ctor, "houghLinesP", HoughLinesP); - Nan::SetPrototypeMethod(ctor, "crop", Crop); Nan::SetPrototypeMethod(ctor, "houghCircles", HoughCircles); Nan::SetPrototypeMethod(ctor, "inRange", inRange); Nan::SetPrototypeMethod(ctor, "adjustROI", AdjustROI);