Add direct image export
This commit is contained in:
parent
6d1a7750c5
commit
a34efc058a
5 changed files with 157 additions and 11 deletions
|
|
@ -36,7 +36,7 @@ ImageVectorizer *gerbolyze::makeVectorizer(const std::string &name) {
|
|||
else if (name == "hex-grid")
|
||||
return new VoronoiVectorizer(HEXGRID, /* relax */ false);
|
||||
else if (name == "square-grid")
|
||||
return new VoronoiVectorizer(SQUAREGRID, /* relax */ false);
|
||||
return new VoronoiVectorizer(SQUAREGRID, /* relax */ true);
|
||||
else if (name == "binary-contours")
|
||||
return new OpenCVContoursVectorizer();
|
||||
else if (name == "dev-null")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue