Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getPixelVal
Method
getPixelVal
YUViewLib/src/video/videoHandler.cpp:257–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
}
256
257
QRgb videoHandler::getPixelVal(int x, int y)
258
{
259
return currentImage.pixel(x, y);
260
}
261
262
int videoHandler::getNrFramesCached() const
263
{
Callers
3
drawPixelValues
Method · 0.45
calculateDifference
Method · 0.45
getPixelValues
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected