Home | History | Annotate | Download | only in src

Lines Matching refs:img_size

129     if( img_size != first_layer->input_height*first_layer->input_width )                \
175 int img_size;
185 &n_images, &img_size, &img_size, &responses,
230 const int img_size = img_width*img_height;
232 CvMat image = cvMat( 1, img_size, CV_32FC1 );
329 int img_height, img_width, img_size;
343 img_size = img_height*img_width;
345 cvPreparePredictData( _image, img_size, 0, nclasses, probs, &img_data );
350 CV_CALL(X[0] = cvCreateMat( img_size,1,CV_32FC1 ));
357 image = cvMat( 1, img_size, CV_32FC1, img_data );
408 int n_images, img_size, i;
418 &n_images, &img_size, &img_size, &responses,