Skip to content
Prev Previous commit
Next Next commit
fix assertion failed error
  • Loading branch information
TanaseButcaru committed Feb 29, 2016
commit 12c1c4fd06d378ca2607908359637d6702655cf0
2 changes: 1 addition & 1 deletion src/Features2d.cc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class AsyncDetectSimilarity: public Nan::AsyncWorker {

}
else {
dissimilarity = Nan::Null();
dissimilarity = null;
}

}
Expand Down