Home | History | Annotate | Download | only in src

Lines Matching refs:img_height

242     int img_height;
466 LOG_NT = 5 * (log10(double(img_width)) + log10(double(img_height))) / 2 + log10(11.0);
472 std::vector<RegionPoint> reg(img_width * img_height);
549 img_height = scaled_image.rows;
552 angles.row(img_height - 1).setTo(NOTDEF);
561 for(int y = 0; y < img_height - 1; ++y)
587 list = std::vector<coorlist>(img_width * img_height);
593 for(int y = 0; y < img_height - 1; ++y)
657 int yy_min = std::max(rpoint.y - 1, 0), yy_max = std::min(rpoint.y + 1, img_height - 1);
1074 if (y < 0 || y >= img_height) continue;