MCPcopy 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
760void 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

StartShapeAndRoiFunction · 0.85
PinnedStartShapeAndRoiFunction · 0.85

Calls 1

FlipImgFunction · 0.85

Tested by

no test coverage detected