MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / get

Method get

IPL/src/IPLMatrix.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49ipl_basetype IPLMatrix::get(int x, int y)
50{
51 return _data[x + y * _width];
52}
53
54ipl_basetype IPLMatrix::get(int i)
55{

Callers 15

updateImageMethod · 0.45
initMethod · 0.45
getProcessPropertyIntMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected