Searched refs:cellSize_ (Results 1 – 3 of 3) sorted by relevance
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
12 GridIndex<T>::GridIndex(const float width_, const float height_, const int16_t cellSize_) : in GridIndex() argument15 xCellCount(std::ceil(width_ / cellSize_)), in GridIndex()16 yCellCount(std::ceil(height_ / cellSize_)), in GridIndex()
59 GridIndex(const float width_, const float height_, const int16_t cellSize_);