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

Method DenseCRF

dependency/densecrf/src/densecrf.cpp:39–40  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

37///// Alloc / Dealloc /////
38/////////////////////////////
39DenseCRF::DenseCRF(int N, int M) : N_(N), M_(M), unary_(0) {
40}
41DenseCRF::~DenseCRF() {
42 if (unary_)
43 delete unary_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected