Lines Matching refs:img_height
228 const int img_height = first_layer->input_height;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;341 img_height = first_layer->input_height;343 img_size = img_height*img_width;