RapidLib  v2.2.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 (std::size_t x, std::size_t y)
 

Public Attributes

std::vector< std::pair< std::size_t, std::size_t > > 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 ( 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)

Member Data Documentation

◆ indices

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

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