MCPcopy 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
68IPLMatrix* IPLData::toMatrix()
69{
70 return dynamic_cast<IPLMatrix*>(this);
71}
72
73IPLKeyPoints* IPLData::toKeyPoints()
74{

Callers 1

updateImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected