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

Function width_step

dlib/image_transforms/interpolation.h:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123 template <typename T>
124 inline size_t width_step(
125 const sub_image_proxy<T>& img
126 ) { return img._width_step; }
127
128 template <typename T>
129 inline size_t width_step(

Callers 4

sub_image_proxyMethod · 0.70
const_sub_image_proxyMethod · 0.70
get_imageMethod · 0.50
save_webpFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected