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

Function num_rows

dlib/array2d/array2d_generic_image.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22 template <typename T, typename mm>
23 inline long num_rows( const array2d<T,mm>& img) { return img.nr(); }
24 template <typename T, typename mm>
25 inline long num_columns( const array2d<T,mm>& img) { return img.nc(); }
26

Callers

nothing calls this directly

Calls 1

nrMethod · 0.45

Tested by

no test coverage detected