mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
oops, bitwiseNot() hotfix
This commit is contained in:
parent
c6319937e0
commit
4860f875c9
@ -1050,7 +1050,6 @@ NAN_METHOD(Matrix::BitwiseNot) {
|
||||
}else{
|
||||
cv::bitwise_not(self->mat, dst->mat);
|
||||
}
|
||||
cv::bitwise_not(self->mat, dst->mat);
|
||||
|
||||
NanReturnNull();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user