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

Method height

python/mod_cvcuda/nvcv/Image.cpp:745–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745int32_t Image::height() const
746{
747 return m_impl.size().h;
748}
749
750nvcv::ImageFormat Image::format() const
751{

Callers 1

Image.cppFile · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected