remove duplicate crop function set

This commit is contained in:
NatureFeng 2016-11-15 14:17:43 +08:00 committed by GitHub
parent 976788c411
commit edc9a6ecab

View File

@ -80,7 +80,6 @@ void Matrix::Init(Local<Object> 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);