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

Method doIsCompatible

python/mod_cvcuda/operators/OpSIFT.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 bool doIsCompatible(const nvcvpy::IKey &that_) const override
67 {
68 const Key &that = static_cast<const Key &>(that_);
69 return that.canBeUsedWith(m_maxShape, m_maxOctaveLayers);
70 }
71
72 int3 m_maxShape;
73 int m_maxOctaveLayers;

Callers

nothing calls this directly

Calls 1

canBeUsedWithMethod · 0.80

Tested by

no test coverage detected