MCPcopy Create free account
hub / github.com/SSARCandy/Coherent-Line-Drawing / computeWs

Method computeWs

src/ETF.cpp:132–132  ·  view source on GitHub ↗

* Paper's Eq(2) */

Source from the content-addressed store, hash-verified

130 * Paper's Eq(2)
131 */
132inline 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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected