Lines Matching refs:img_height
61 aux.Lx = Mat::zeros(options_.img_height, options_.img_width, CV_32F);
62 aux.Ly = Mat::zeros(options_.img_height, options_.img_width, CV_32F);
63 aux.Lxx = Mat::zeros(options_.img_height, options_.img_width, CV_32F);
64 aux.Lxy = Mat::zeros(options_.img_height, options_.img_width, CV_32F);
65 aux.Lyy = Mat::zeros(options_.img_height, options_.img_width, CV_32F);
66 aux.Lt = Mat::zeros(options_.img_height, options_.img_width, CV_32F);
67 aux.Lsmooth = Mat::zeros(options_.img_height, options_.img_width, CV_32F);
68 aux.Ldet = Mat::zeros(options_.img_height, options_.img_width, CV_32F);
165 for (int ix = 0; ix < options_.img_height; ix++)
251 for (int ix = 1; ix < options_.img_height - 1; ix++)
599 if (iy >= 0 && iy < options.img_height && ix >= 0 && ix < options.img_width) {
717 checkDescriptorLimits(x1, y1, options_.img_width, options_.img_height);
722 checkDescriptorLimits(x2, y2, options_.img_width, options_.img_height);
849 checkDescriptorLimits(x1, y1, options_.img_width, options_.img_height);
854 checkDescriptorLimits(x2, y2, options_.img_width, options_.img_height);
979 checkDescriptorLimits(x1, y1, options_.img_width, options_.img_height);
984 checkDescriptorLimits(x2, y2, options_.img_width, options_.img_height);
1135 checkDescriptorLimits(x1, y1, options_.img_width, options_.img_height);
1140 checkDescriptorLimits(x2, y2, options_.img_width, options_.img_height);