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

Function num_columns

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

Source from the content-addressed store, hash-verified

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
27 template <typename T, typename mm>
28 inline void set_image_size(

Callers

nothing calls this directly

Calls 1

ncMethod · 0.45

Tested by

no test coverage detected