MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / DenseCRF

Method DenseCRF

dependency/densecrf3d/src/densecrf.cpp:44–45  ·  view source on GitHub ↗

//////////////////////// Alloc / Dealloc ///// ////////////////////////

Source from the content-addressed store, hash-verified

42///// Alloc / Dealloc /////
43/////////////////////////////
44DenseCRF::DenseCRF(int N, int M) : N_(N), M_(M), unary_(0) {
45}
46DenseCRF::~DenseCRF() {
47 if (unary_)
48 delete unary_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected