MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / HatDesc

Function HatDesc

jni/stasm/hatdesc.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127VEC HatDesc( // used only during training new models
128 double x, // in
129 double y) // in
130{
131 return hat_g.Desc_(cvRound(x), cvRound(y));
132}
133
134// Note 1: The image is not passed directly to this function. Instead this
135// function accesses the image gradient magnitude and orientation stored in

Callers

nothing calls this directly

Calls 1

Desc_Method · 0.80

Tested by

no test coverage detected