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

Method setParameters

dependency/densecrf3d/src/pairwise.cpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 return compatibility_->parameters();
189}
190void PairwisePotential::setParameters( const VectorXf & v ) {
191 compatibility_->setParameters( v );
192}
193VectorXf PairwisePotential::gradient( const MatrixXf & b, const MatrixXf & Q ) const {
194 MatrixXf filtered_Q = 0*Q;
195 // You could reuse the filtered_b from applyTranspose

Callers 1

setKernelParametersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected