#include <searchWindow.h>

Public Member Functions | |
| searchWindow (const std::size_t seriesXSize, const std::size_t seriesYSize, const warpPath &shrunkenWarpPath, const int searchRadius) | |
Public Attributes | |
| std::vector< std::pair< std::size_t, std::size_t > > | minMaxValues {} |
For fastDTW, a window of cells to calculate costs for. These are cells within a specified search radius of a lower resolution path.
| searchWindow< T >::searchWindow | ( | const std::size_t | seriesXSize, |
| const std::size_t | seriesYSize, | ||
| const warpPath & | shrunkenWarpPath, | ||
| const int | searchRadius | ||
| ) |
| std::vector<std::pair<std::size_t, std::size_t> > searchWindow< T >::minMaxValues {} |