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

Method apply

dependency/densecrf3d/src/pairwise.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 initLattice( f );
125 }
126 virtual void apply( MatrixXf & out, const MatrixXf & Q ) const {
127 filter( out, Q, false );
128 }
129 virtual void applyTranspose( MatrixXf & out, const MatrixXf & Q ) const {
130 filter( out, Q, true );
131 }

Callers

nothing calls this directly

Calls 1

filterFunction · 0.85

Tested by

no test coverage detected