* Paper's Eq(2) */
| 130 | * Paper's Eq(2) |
| 131 | */ |
| 132 | inline float ETF::computeWs(const cv::Point2f &x, const cv::Point2f &y, const int r) { return norm(x - y) < r ? 1 : 0; } |
| 133 | |
| 134 | /* |
| 135 | * Paper's Eq(3) |
nothing calls this directly
no outgoing calls
no test coverage detected