Home
last modified time | relevance | path

Searched refs:cellSize_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Doutlier_rejection.hpp79 void setCellSize(Size val) { cellSize_ = val; } in setCellSize()
80 Size cellSize() const { return cellSize_; } in cellSize()
89 Size cellSize_; member in cv::videostab::TranslationBasedLocalOutlierRejector
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgrid_index.cpp12 GridIndex<T>::GridIndex(const float width_, const float height_, const int16_t cellSize_) : in GridIndex() argument
15 xCellCount(std::ceil(width_ / cellSize_)), in GridIndex()
16 yCellCount(std::ceil(height_ / cellSize_)), in GridIndex()
H A Dgrid_index.hpp59 GridIndex(const float width_, const float height_, const int16_t cellSize_);