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

Method RevDiv

C++/programs/Arithmetic.cpp:155–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void Arithmetic::RevDiv(Image& Source, Image& Dest, float value)
156{
157 CheckSimilarity(Source, Dest);
158
159 Kernel(reversed_div, In(Source), Out(Dest), Source.Step(), Dest.Step(), Source.Width() * Source.NbChannels(), value);
160}
161
162void Arithmetic::Min(Image& Source, Image& Dest, float value)
163{

Callers

nothing calls this directly

Calls 4

CheckSimilarityFunction · 0.85
StepMethod · 0.80
WidthMethod · 0.80
NbChannelsMethod · 0.80

Tested by

no test coverage detected