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

Method setUnaryParameters

dependency/densecrf3d/src/densecrf.cpp:398–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 return VectorXf();
397}
398void DenseCRF::setUnaryParameters( const VectorXf & v ) {
399 if( unary_ )
400 unary_->setParameters( v );
401}
402VectorXf DenseCRF::labelCompatibilityParameters() const {
403 std::vector< VectorXf > terms;
404 for( unsigned int k=0; k<pairwise_.size(); k++ )

Callers

nothing calls this directly

Calls 1

setParametersMethod · 0.45

Tested by

no test coverage detected