MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / MirrorY

Method MirrorY

C++/programs/Transform.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void Transform::MirrorY(Image& Source, Image& Dest)
56{
57 CheckSimilarity(Source, Dest);
58
59 Kernel(mirror_y, Source, Dest, Source.Step(), Dest.Step(), Source.Width(), Source.Height());
60}
61
62void Transform::Flip(Image& Source, Image& Dest)
63{

Callers

nothing calls this directly

Calls 4

CheckSimilarityFunction · 0.85
StepMethod · 0.80
WidthMethod · 0.80
HeightMethod · 0.80

Tested by

no test coverage detected