Home | History | Annotate | Download | only in kaze

Lines Matching refs:y2

662     int x2 = 0, y2 = 0, kx = 0, ky = 0, i = 0, j = 0, dcount = 0;
719 y2 = (int)(sample_y + 0.5f);
722 checkDescriptorLimits(x2, y2, options_.img_width, options_.img_height);
729 res3 = *(evolution[level].Lx.ptr<float>(y2)+x1);
730 res4 = *(evolution[level].Lx.ptr<float>(y2)+x2);
735 res3 = *(evolution[level].Ly.ptr<float>(y2)+x1);
736 res4 = *(evolution[level].Ly.ptr<float>(y2)+x2);
790 int x1 = 0, y1 = 0, x2 = 0, y2 = 0, sample_step = 0, pattern_size = 0;
851 y2 = (int)(sample_y + 0.5f);
854 checkDescriptorLimits(x2, y2, options_.img_width, options_.img_height);
861 res3 = *(evolution[level].Lx.ptr<float>(y2)+x1);
862 res4 = *(evolution[level].Lx.ptr<float>(y2)+x2);
867 res3 = *(evolution[level].Ly.ptr<float>(y2)+x1);
868 res4 = *(evolution[level].Ly.ptr<float>(y2)+x2);
919 int x2 = 0, y2 = 0, kx = 0, ky = 0, i = 0, j = 0, dcount = 0;
981 y2 = (int)(sample_y + 0.5f);
984 checkDescriptorLimits(x2, y2, options_.img_width, options_.img_height);
991 res3 = *(evolution[level].Lx.ptr<float>(y2)+x1);
992 res4 = *(evolution[level].Lx.ptr<float>(y2)+x2);
997 res3 = *(evolution[level].Ly.ptr<float>(y2)+x1);
998 res4 = *(evolution[level].Ly.ptr<float>(y2)+x2);
1073 int x1 = 0, y1 = 0, x2 = 0, y2 = 0, sample_step = 0, pattern_size = 0;
1137 y2 = (int)(sample_y + 0.5f);
1140 checkDescriptorLimits(x2, y2, options_.img_width, options_.img_height);
1147 res3 = *(evolution[level].Lx.ptr<float>(y2)+x1);
1148 res4 = *(evolution[level].Lx.ptr<float>(y2)+x2);
1153 res3 = *(evolution[level].Ly.ptr<float>(y2)+x1);
1154 res4 = *(evolution[level].Ly.ptr<float>(y2)+x2);