Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CRVI/OpenCLIPP
/ CheckFloat
Function
CheckFloat
C++/programs/Program.cpp:487–491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
485
}
486
487
void CheckFloat(const ImageBase& Img)
488
{
489
if (!Img.IsFloat())
490
throw cl::Error(CL_INVALID_VALUE,
"non-float image used when not allowed"
);
491
}
492
493
void CheckNotFloat(const ImageBase& Img)
494
{
Callers
9
CrossCorr
Method · 0.85
CrossCorr_Norm
Method · 0.85
SqrDistance
Method · 0.85
SqrDistance_Norm
Method · 0.85
SqrDistance
Method · 0.85
SqrDistance_Norm
Method · 0.85
AbsDistance
Method · 0.85
CrossCorr
Method · 0.85
CrossCorr_Norm
Method · 0.85
Calls
1
IsFloat
Method · 0.80
Tested by
no test coverage detected