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

Method size

dlib/array2d/array2d_kernel.h:320–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 }
319
320 size_t size (
321 ) const { return static_cast<size_t>(nc_) * static_cast<size_t>(nr_); }
322
323 size_t width_step (
324 ) const

Callers 7

serializeFunction · 0.45
deserializeFunction · 0.45
image_dataFunction · 0.45
split_arrayFunction · 0.45
serializeFunction · 0.45
array_kernel.hFile · 0.45
push_backMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected