44 size_t windowSize = 3);
91 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
const EdgeHandling edgeHandling_
Edge handling method.
bool dataInsideMap() const
Check if data for current index is fully inside map.
size_t windowSize_
Size of the sliding window.
size_t windowMargin_
Size of the border of the window around the center cell.
void setWindowLength(const GridMap &gridMap, double windowLength)
void setup(const GridMap &gridMap)
Setup members.
SlidingWindowIterator & operator++() override
SlidingWindowIterator(const GridMap &gridMap, const std::string &layer, const EdgeHandling &edgeHandling=EdgeHandling::CROP, size_t windowSize=3)
const Matrix & data_
Data.