Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HiLab-git/SimpleCRF
/ applyTranspose
Method
applyTranspose
dependency/densecrf3d/src/pairwise.cpp:129–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
filter( out, Q, false );
128
}
129
virtual void applyTranspose( MatrixXf & out, const MatrixXf & Q ) const {
130
filter( out, Q, true );
131
}
132
virtual VectorXf parameters() const {
133
if (ktype_ == CONST_KERNEL)
134
return VectorXf();
Callers
nothing calls this directly
Calls
1
filter
Function · 0.85
Tested by
no test coverage detected