Home | History | Annotate | Download | only in kaze

Lines Matching full:left_x

262   int sigma_size_ = 0, left_x = 0, right_x = 0, up_y = 0, down_y = 0;
333 left_x = fRound(point.pt.x - smax*sigma_size_) - 1;
338 if (left_x < 0 || right_x >= evolution_[i].Ldet.cols ||