Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
480
void CheckSimilarity(const ImageBase& Img1, const ImageBase& Img2)
481
{
482
CheckSizeAndType(Img1, Img2);
483
484
CheckSameNbChannels(Img1, Img2);
485
}
486
487
void CheckFloat(const ImageBase& Img)
488
{
Callers
15
MirrorX
Method · 0.85
MirrorY
Method · 0.85
Flip
Method · 0.85
Copy
Method · 0.85
And
Method · 0.85
Or
Method · 0.85
Xor
Method · 0.85
Not
Method · 0.85
Add
Method · 0.85
AddSquare
Method · 0.85
Sub
Method · 0.85
AbsDiff
Method · 0.85
Calls
2
CheckSizeAndType
Function · 0.85
CheckSameNbChannels
Function · 0.85
Tested by
no test coverage detected