Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
int winC, hinC;
winC = ceil(ids->sof0.imageWidth/8.0);
hinC = ceil(ids->sof0.imageHeight/8.0);
Mat img ( winC * 8, hinC * 8, CV8UC(ids->sof0.numberOfComponents) );
click to hide/show revision 2
No.2 Revision
int winC, hinC;
winC = ceil(ids->sof0.imageWidth/8.0);
hinC = ceil(ids->sof0.imageHeight/8.0);
Mat img ( winC hinC * 8, hinC winC * 8, CV8UC(ids->sof0.numberOfComponents) );