| 29 | { |
| 30 | public: |
| 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, |
nothing calls this directly
no test coverage detected