DataObject.zeros of type uint32

Issue #97 resolved
Former user created an issue

e = dataObject.zeros([1,2,3], dtype = 'uint32') leads to error: RuntimeError: OpenCV Error: Input image depth is not supported by function (uint32 is an unsupported data type for dataObject.) in unknown function, file C:\itom\sources\itom\DataObject\dataobj.cpp, line 1908

The help on dataObject.zeros lists uint32 as possible data type.

Comments (1)

  1. Log in to comment