Searched refs:cellSize_ (Results 1 – 2 of 2) sorted by relevance
84 Size ncells((frameSize.width + cellSize_.width - 1) / cellSize_.width, in process()85 (frameSize.height + cellSize_.height - 1) / cellSize_.height); in process()95 cx = std::min(cvRound(points0_[i].x / cellSize_.width), ncells.width - 1); in process()96 cy = std::min(cvRound(points0_[i].y / cellSize_.height), ncells.height - 1); in process()
79 void setCellSize(Size val) { cellSize_ = val; } in setCellSize()80 Size cellSize() const { return cellSize_; } in cellSize()89 Size cellSize_; member in cv::videostab::TranslationBasedLocalOutlierRejector