Direct Graphical Models
v.1.7.0
|
Node structure More...
#include <GraphWeiss.h>
Public Member Functions | |
Node (void)=delete | |
Node (size_t _id, const Mat &p=EmptyMat) | |
~Node () | |
Public Attributes | |
size_t | id |
Node ID. More... | |
Mat | Pot |
Node potentials: Mat(size: nStates x 1; type: CV_32FC1) More... | |
vec_pEdge_t | to |
Child vertices (and potentials) More... | |
vec_pEdge_t | from |
Parent vertices (and potentials) More... | |
|
delete |
|
inline |
Definition at line 66 of file GraphWeiss.h.
|
inline |
Definition at line 67 of file GraphWeiss.h.
vec_pEdge_t DirectGraphicalModels::CGraphWeiss::Node::from |
Parent vertices (and potentials)
Definition at line 63 of file GraphWeiss.h.
size_t DirectGraphicalModels::CGraphWeiss::Node::id |
Node ID.
Definition at line 60 of file GraphWeiss.h.
Mat DirectGraphicalModels::CGraphWeiss::Node::Pot |
Node potentials: Mat(size: nStates x 1; type: CV_32FC1)
Definition at line 61 of file GraphWeiss.h.
vec_pEdge_t DirectGraphicalModels::CGraphWeiss::Node::to |
Child vertices (and potentials)
Definition at line 62 of file GraphWeiss.h.