Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ real
Method
real
IPL/src/IPLComplexImage.cpp:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
ipl_basetype IPLComplexImage::real(int x, int y)
136
{
137
return (ipl_basetype) _plane[x][y].real();
138
}
139
140
ipl_basetype IPLComplexImage::imag(int x, int y)
141
{
Callers
3
on_mousePositionChanged
Method · 0.80
processInputData
Method · 0.80
processInputData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected