Struct FlowTriples::PixData_t

Nested Relationships

This struct is a nested type of Class FlowTriples.

Struct Documentation

struct PixData_t

internal struct to represent to a pixel and provide sorting method

Public Functions

PixData_t()
PixData_t(int r, int c, float v)

constructor with row, col, value

Parameters
  • r: row of pixel
  • c: col of pixel
  • v: value of pixel

bool operator<(const PixData_t &rhs) const

comparator based on row then col then value

Public Members

int row

row of pixel in image

int col

col of pixel in image

float val

value of pixel

int idx

index in container