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

Function py_equalize_histogram

tools/python/src/image2.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45template <typename T>
46numpy_image<T> py_equalize_histogram (
47 const numpy_image<T>& img
48)
49{
50 numpy_image<T> out;
51 equalize_histogram(img,out);
52 return out;
53}
54
55// ----------------------------------------------------------------------------------------
56

Callers

nothing calls this directly

Calls 1

equalize_histogramFunction · 0.85

Tested by

no test coverage detected