![]() |
Direct Graphical Models
v.1.7.0
|
Node structure More...
#include <GraphPairwise.h>
Public Member Functions | |
Node (void)=delete | |
Node (size_t _id, const Mat &p=EmptyMat) | |
Public Attributes | |
size_t | id |
Node ID More... | |
Mat | Pot |
Node potentials: Mat(size: nStates x 1; type: CV_32FC1) More... | |
byte | sol |
vec_size_t | to |
Array of edge ids, pointing to the Child vertices. More... | |
vec_size_t | from |
Array of edge ids, coming from the Parent vertices. More... | |
|
delete |
|
inline |
Definition at line 22 of file GraphPairwise.h.
vec_size_t DirectGraphicalModels::Node::from |
Array of edge ids, coming from the Parent vertices.
Definition at line 19 of file GraphPairwise.h.
size_t DirectGraphicalModels::Node::id |
Node ID
Definition at line 15 of file GraphPairwise.h.
Mat DirectGraphicalModels::Node::Pot |
Node potentials: Mat(size: nStates x 1; type: CV_32FC1)
Definition at line 16 of file GraphPairwise.h.
byte DirectGraphicalModels::Node::sol |
Definition at line 17 of file GraphPairwise.h.
vec_size_t DirectGraphicalModels::Node::to |
Array of edge ids, pointing to the Child vertices.
Definition at line 18 of file GraphPairwise.h.