Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CRVI/OpenCLIPP
/ MakeBlack
Method
MakeBlack
Bench/src/CImage.cpp:136–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
void CSimpleImage::MakeBlack()
137
{
138
for (uint y = 0; y < Height; y++)
139
memset(Data(y), 0, BytesWidth());
140
}
141
142
CImageROI::CImageROI(CSimpleImage& Image, uint X, uint Y, uint W, uint H)
143
{
Callers
2
Create
Method · 0.80
Create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected