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

Method MirrorX

C++/programs/Transform.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46{
47
48void Transform::MirrorX(Image& Source, Image& Dest)
49{
50 CheckSimilarity(Source, Dest);
51
52 Kernel(mirror_x, Source, Dest, Source.Step(), Dest.Step(), Source.Width(), Source.Height());
53}
54
55void Transform::MirrorY(Image& Source, Image& Dest)
56{

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