#include <searchWindow.h>

Public Member Functions | |
| searchWindow (const int seriesXSize, const int seriesYSize, const warpPath &shrunkenWarpPath, const int searchRadius) | |
Public Attributes | |
| std::vector< std::pair< int, int > > | 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 int | seriesXSize, |
| const int | seriesYSize, | ||
| const warpPath & | shrunkenWarpPath, | ||
| const int | searchRadius | ||
| ) |
| std::vector< std::pair<int, int> > searchWindow< T >::minMaxValues |