Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ num_columns
Function
num_columns
dlib/image_processing/generic_image.h:488–490 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
486
487
template <typename image_type>
488
inline long num_columns(
489
const image_type& img
490
) { return img.nc(); }
491
/*!
492
ensures
493
- By default, try to use the member function .nc() to determine the number
Callers
5
image_view
Method · 0.70
const_image_view
Method · 0.70
image_size
Function · 0.70
have_same_dimensions
Function · 0.70
all_images_same_size
Function · 0.70
Calls
1
nc
Method · 0.45
Tested by
no test coverage detected