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

Method map

dependency/densecrf/src/densecrf.cpp:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 return Q;
131}
132VectorXs DenseCRF::map ( int n_iterations ) const {
133 // Run inference
134 MatrixXf Q = inference( n_iterations );
135 // Find the map
136 return currentMap( Q );
137}
138///////////////////
139///// Debug /////
140///////////////////

Callers 4

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
dense_crf_inferenceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected