Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
740
int32_t Image::width() const
741
{
742
return m_impl.size().w;
743
}
744
745
int32_t Image::height() const
746
{
Callers
1
Image.cpp
File · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected