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

Method Log

C++/programs/Arithmetic.cpp:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void Arithmetic::Log(Image& Source, Image& Dest)
218{
219 CheckSimilarity(Source, Dest);
220
221 Kernel(log_image, In(Source), Out(Dest), Source.Step(), Dest.Step(), Source.Width() * Source.NbChannels());
222}
223
224void Arithmetic::Sqrt(Image& Source, Image& Dest)
225{

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