Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ toMatrix
Method
toMatrix
IPL/src/IPLData.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
IPLMatrix* IPLData::toMatrix()
69
{
70
return dynamic_cast<IPLMatrix*>(this);
71
}
72
73
IPLKeyPoints* IPLData::toKeyPoints()
74
{
Callers
1
updateImage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected