mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
remove duplicate crop function set
This commit is contained in:
parent
976788c411
commit
edc9a6ecab
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user