MCPcopy 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_viewMethod · 0.70
const_image_viewMethod · 0.70
image_sizeFunction · 0.70
have_same_dimensionsFunction · 0.70
all_images_same_sizeFunction · 0.70

Calls 1

nrMethod · 0.45

Tested by

no test coverage detected