MCPcopy Create free account
hub / github.com/AnetaTexler/FaceBlit / pixelIsNotCovered

Function pixelIsNotCovered

app/src/main/cpp/style_transfer.cpp:1104–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102
1103
1104bool pixelIsNotCovered(cv::Point2i pixel, const cv::Mat1i& coveredPixels)
1105{
1106 return (coveredPixels.at<int>(pixel.y, pixel.x) == 0);
1107}
1108
1109
1110void visualizeChunks(const cv::Mat1i& coveredPixels) // Random color for each chunk

Callers 2

DFSSeedGrowFunction · 0.85
DFSSeedGrow_votingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected