mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
fixed Crop prototype
This commit is contained in:
parent
4131385e4b
commit
f90d623adc
@ -32,6 +32,7 @@ Matrix::Init(Handle<Object> target) {
|
||||
NODE_SET_PROTOTYPE_METHOD(ctor, "height", Height);
|
||||
NODE_SET_PROTOTYPE_METHOD(ctor, "size", Size);
|
||||
NODE_SET_PROTOTYPE_METHOD(ctor, "clone", Clone);
|
||||
NODE_SET_PROTOTYPE_METHOD(ctor, "crop", Crop);
|
||||
NODE_SET_PROTOTYPE_METHOD(ctor, "toBuffer", ToBuffer);
|
||||
NODE_SET_PROTOTYPE_METHOD(ctor, "toBufferAsync", ToBufferAsync);
|
||||
NODE_SET_PROTOTYPE_METHOD(ctor, "ellipse", Ellipse);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user