Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Turns out that the constructor of Mat does not except numbers as arguments to the init_valueparameter, but requires use of Scalar()in order to work. As a consequence mask and black both had data nullpointers.