Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

got it, all I had to do was add the lines

        if (mat.rows < 500)
        mat.push_back(Mat::zeros((500 - mat.rows),32,mat.type()));