Home | History | Annotate | Download | only in src

Lines Matching refs:img_width

229     const int img_width  = first_layer->input_width;
230 const int img_size = img_width*img_height;
242 CV_CALL(X[0] = cvCreateMat( img_height*img_width,1,CV_32FC1 ));
329 int img_height, img_width, img_size;
342 img_width = first_layer->input_width;
343 img_size = img_height*img_width;