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

Method width

python/mod_cvcuda/nvcv/Image.cpp:740–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740int32_t Image::width() const
741{
742 return m_impl.size().w;
743}
744
745int32_t Image::height() const
746{

Callers 1

Image.cppFile · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected