Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KAlO2/PerfectShow
/ FlipImgInPlace
Function
FlipImgInPlace
jni/stasm/misc.cpp:760–763 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
758
}
759
760
void FlipImgInPlace(Image& img) // io: flip image horizontally (mirror image)
761
{
762
img = FlipImg(img);
763
}
764
765
/**
766
* @brief open face or feature detector from its XML file
Callers
3
FaceRoiAndDetectorParameter
Function · 0.85
StartShapeAndRoi
Function · 0.85
PinnedStartShapeAndRoi
Function · 0.85
Calls
1
FlipImg
Function · 0.85
Tested by
no test coverage detected