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

Function resize

tools/python/src/basic.cpp:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142template <typename T>
143void resize(T& v, unsigned long n) { v.resize(n); }
144
145void bind_basic_types(py::module& m)
146{

Callers 4

resizeMethod · 0.50
arrayMethod · 0.50
circular_bufferMethod · 0.50
resizeMethod · 0.50

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected