Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ num_rows
Function
num_rows
dlib/image_processing/generic_image.h:477–479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
475
476
template <typename image_type>
477
inline long num_rows(
478
const image_type& img
479
) { return img.nr(); }
480
/*!
481
ensures
482
- By default, try to use the member function .nr() 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
nr
Method · 0.45
Tested by
no test coverage detected