#include <warpPath.h>

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