Micah Elizabeth Scott 85c3a90db7 Fix compile errors with ambiguous signedness in NanNew param
This fixes two instances of a compile error I'd been getting with
OpenCV 2.4.9 (via Homebrew) on Mac OS:

../node_modules/nan/nan_new.h:184:10: error: call to 'New' is ambiguous
  return NanIntern::Factory<T>::New(arg0);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
../src/Matrix.cc:453:51: note: in instantiation of function template specialization 'NanNew<v8::Integer, unsigned long>' requested here
        v8::Handle<v8::Value> constructorArgs[3] = {buf, NanNew<v8::Integer>(vec.size()), NanNew<v8::Integer>(0)};
                                                         ^
../node_modules/nan/nan_new.h:86:26: note: candidate function
  static inline return_t New(int32_t value);
                         ^
../node_modules/nan/nan_new.h:87:26: note: candidate function
  static inline return_t New(uint32_t value);
2015-01-16 12:13:45 -08:00
..
2014-09-30 21:49:24 +02:00
2014-09-30 21:49:24 +02:00
2014-09-30 21:49:24 +02:00
2014-09-30 21:49:24 +02:00
2014-09-30 21:49:24 +02:00
2014-10-07 21:14:48 +02:00
2014-09-30 21:49:24 +02:00
2014-10-23 15:50:05 -04:00
2014-10-11 18:03:44 +02:00
2014-09-20 16:01:08 +02:00
2014-09-30 21:49:24 +02:00
2014-09-30 21:49:24 +02:00