#include <warpPath.h>
Public Member Functions | |
warpPath () | |
~warpPath () | |
void | add (std::size_t x, std::size_t y) |
Public Attributes | |
std::vector< std::pair< std::size_t, std::size_t > > | indices |
Class to hold warp paths through a cost matrix
warpPath::warpPath | ( | ) |
warpPath::~warpPath | ( | ) |
void warpPath::add | ( | std::size_t | x, |
std::size_t | y | ||
) |
Add a point to the beginning of the warp path. (Paths are calculated starting from the end)
std::vector< std::pair<std::size_t, std::size_t> > warpPath::indices |