oops, bitwiseNot() hotfix

This commit is contained in:
madshall 2014-10-22 21:26:52 -04:00
parent c6319937e0
commit 4860f875c9

View File

@ -1050,7 +1050,6 @@ NAN_METHOD(Matrix::BitwiseNot) {
}else{
cv::bitwise_not(self->mat, dst->mat);
}
cv::bitwise_not(self->mat, dst->mat);
NanReturnNull();
}