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

Function CheckSimilarity

C++/programs/Program.cpp:480–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480void CheckSimilarity(const ImageBase& Img1, const ImageBase& Img2)
481{
482 CheckSizeAndType(Img1, Img2);
483
484 CheckSameNbChannels(Img1, Img2);
485}
486
487void CheckFloat(const ImageBase& Img)
488{

Callers 15

MirrorXMethod · 0.85
MirrorYMethod · 0.85
FlipMethod · 0.85
CopyMethod · 0.85
AndMethod · 0.85
OrMethod · 0.85
XorMethod · 0.85
NotMethod · 0.85
AddMethod · 0.85
AddSquareMethod · 0.85
SubMethod · 0.85
AbsDiffMethod · 0.85

Calls 2

CheckSizeAndTypeFunction · 0.85
CheckSameNbChannelsFunction · 0.85

Tested by

no test coverage detected