MCPcopy Create free account
hub / github.com/davisking/dlib / image_size

Function image_size

dlib/image_processing/generic_image.h:463–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461
462 template <typename image_type>
463 inline unsigned long image_size(
464 const image_type& img
465 ) { return num_columns(img)*num_rows(img); }
466 /*!
467 requires
468 - image_type == an image object that implements the interface defined at the

Callers 4

toMatFunction · 0.85
auto_threshold_imageFunction · 0.85
pyramid_upFunction · 0.85
loadMethod · 0.85

Calls 2

num_columnsFunction · 0.70
num_rowsFunction · 0.70

Tested by

no test coverage detected