Direct Graphical Models
v.1.7.0
Graph3.cpp
1
#include "Graph3.h"
2
3
namespace
DirectGraphicalModels
{
4
5
void
CGraph3::addTriplet
(dword Node1, dword Node2, dword Node3)
6
{
7
}
8
9
void
CGraph3::addTriplet
(dword Node1, dword Node2, dword Node3,
const
Mat &pot)
10
{
11
}
12
13
void
CGraph3::setTriplet
(dword Node1, dword Node2, dword Node3,
const
Mat &pot)
14
{
15
}
16
17
}
DirectGraphicalModels
Definition:
AveragePrecision.cpp:4
DirectGraphicalModels::CGraph3::addTriplet
void addTriplet(dword Node1, dword Node2, dword Node3)
Adds an additional directed edge.
Definition:
Graph3.cpp:5
DirectGraphicalModels::CGraph3::setTriplet
void setTriplet(dword Node1, dword Node2, dword Node3, const Mat &pot)
Sets or changes the potentional of directed edge.
Definition:
Graph3.cpp:13
modules
DGM
Graph3.cpp
Generated on Thu Feb 21 2019 13:31:15 for Direct Graphical Models by
1.8.14