Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SSARCandy/Coherent-Line-Drawing
/ CLD
Method
CLD
src/CLD.cpp:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
CLD::CLD()
31
{
32
cv::Size s(300, 300);
33
init(s);
34
}
35
36
CLD::CLD(const cv::Size s) { init(s); }
37
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected