Home | History | Annotate | Download | only in kaze

Lines Matching refs:up_y

262   int sigma_size_ = 0, left_x = 0, right_x = 0, up_y = 0, down_y = 0;
335 up_y = fRound(point.pt.y - smax*sigma_size_) - 1;
339 up_y < 0 || down_y >= evolution_[i].Ldet.rows) {