MCPcopy 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_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

ncMethod · 0.45

Tested by

no test coverage detected