#include <GCoptimization.h>
Public Member Functions | |
OLGA_INLINE EnergyTermType | compute (SiteID s1, SiteID s2, LabelID l1, LabelID l2) |
SmoothCostFnFromArray (EnergyTermType *theArray, LabelID num_labels) | |
Private Attributes | |
const EnergyTermType *const | m_array |
const LabelID | m_num_labels |
Definition at line 345 of file GCoptimization.h.
GCoptimization::SmoothCostFnFromArray::SmoothCostFnFromArray | ( | EnergyTermType * | theArray, |
LabelID | num_labels | ||
) | [inline] |
Definition at line 346 of file GCoptimization.h.
OLGA_INLINE EnergyTermType GCoptimization::SmoothCostFnFromArray::compute | ( | SiteID | s1, |
SiteID | s2, | ||
LabelID | l1, | ||
LabelID | l2 | ||
) | [inline] |
Definition at line 348 of file GCoptimization.h.
const EnergyTermType* const GCoptimization::SmoothCostFnFromArray::m_array [private] |
Definition at line 350 of file GCoptimization.h.
const LabelID GCoptimization::SmoothCostFnFromArray::m_num_labels [private] |
Definition at line 351 of file GCoptimization.h.