RapidLib  v2.1.0
A simple library for interactive machine learning
warpPath Class Reference

#include <warpPath.h>

Collaboration diagram for warpPath:
Collaboration graph

Public Member Functions

 warpPath ()
 
 ~warpPath ()
 
void add (int x, int y)
 

Public Attributes

std::vector< std::pair< int, int > > indices
 

Detailed Description

Class to hold warp paths through a cost matrix

Constructor & Destructor Documentation

§ warpPath()

warpPath::warpPath ( )

§ ~warpPath()

warpPath::~warpPath ( )

Member Function Documentation

§ add()

void warpPath::add ( int  x,
int  y 
)

Add a point to the beginning of the warp path. (Paths are calculated starting from the end)

Member Data Documentation

§ indices

std::vector< std::pair<int, int> > warpPath::indices

The documentation for this class was generated from the following files: