Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

please replace your vectorIntToMat(listLabel) with a plain Mat(listLabel) .

please replace your vectorIntToMat(listLabel) with a plain Mat(listLabel) .

(constructing a Mat with a raw data pointer from a local var is UB)

please replace your vectorIntToMat(listLabel) with a plain Mat(listLabel) .

(constructing a Mat with a raw data pointer from a local var is UB)

please replace your vectorIntToMat(listLabel) with a plain Mat(listLabel)Mat(listLabel, true) .

(constructing a Mat with a raw data pointer from a local var is UB)