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

Method ETF

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

Source from the content-addressed store, hash-verified

6
7
8ETF::ETF()
9 : s{cv::Size(300, 300)}
10 , flowField{cv::Mat::zeros(s, CV_32FC3)}
11 , refinedETF{cv::Mat::zeros(s, CV_32FC3)}
12 , gradientMag{cv::Mat::zeros(s, CV_32FC3)}
13{
14 ;
15}
16
17ETF::ETF(const cv::Size s)
18 : s{s}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected