Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DennisLiu1993/Fastest_Image_Pattern_Matching
/ Fill
Method
Fill
MatchTool/CvvImage.cpp:256–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
}
256
void CvvImage::Fill( int color )
257
{
258
cvSet( m_img, cvScalar(color&255,(color>>8)&255,(color>>16)&255,(color>>24)&255) );
259
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected