Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ width_step
Function
width_step
dlib/image_processing/generic_image.h:558–558 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
556
557
template <typename T>
558
inline size_t width_step( const image_view<T>& img) { return img.get_width_step(); }
559
560
// ----------------------------------------------------------------------------------------
561
Callers
2
image_view
Method · 0.70
const_image_view
Method · 0.70
Calls
1
get_width_step
Method · 0.45
Tested by
no test coverage detected