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

Method imag

IPL/src/IPLComplexImage.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140ipl_basetype IPLComplexImage::imag(int x, int y)
141{
142 return (ipl_basetype) _plane[x][y].imag();
143}
144
145ipl_basetype IPLComplexImage::maxReal()
146{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected