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

Method DescSearch_

jni/stasm/classicdesc.h:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29{
30public:
31 virtual void DescSearch_(double& x, double& y, // io
32 const Image& img, const Shape& shape, // in
33 int, int ipoint) const // in
34 {
35 ClassicDescSearch(x, y,
36 img, shape, ipoint, meanprof_, covi_);
37 }
38
39 ClassicDescMod( // constructor
40 int profwidth,

Callers

nothing calls this directly

Calls 1

ClassicDescSearchFunction · 0.85

Tested by

no test coverage detected