MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / canBeUsedWith

Method canBeUsedWith

python/mod_cvcuda/operators/OpSIFT.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 bool canBeUsedWith(const int3 &maxShape, int maxOctaveLayers) const
50 {
51 return (maxShape.x <= m_maxShape.x && maxShape.y <= m_maxShape.y && maxShape.z <= m_maxShape.z
52 && maxOctaveLayers <= m_maxOctaveLayers);
53 }
54
55 long long int payloadSize() const
56 {

Callers 1

doIsCompatibleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected