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

Method Key

python/mod_cvcuda/operators/OpSIFT.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 {
42 public:
43 Key(const int3 &maxShape, int maxOctaveLayers)
44 : m_maxShape{maxShape}
45 , m_maxOctaveLayers{maxOctaveLayers}
46 {
47 }
48
49 bool canBeUsedWith(const int3 &maxShape, int maxOctaveLayers) const
50 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected