package
0.4.4
Repository: https://github.com/unixpickle/model3d.git
Documentation: pkg.go.dev

# README

smooth_shape

This program uses the model2d package to read a raster image of a shape, vectorize it, smooth it out, and save a higher-resolution version of the same image.

Results

I've included a test image for reference. Run this command to reproduce this result:

$ go run . input.png output.png
``` to reproduce these results.

In this example, we take a blurry raster image like so:

![input pickle](input.png)

and produce a much crisper image in 2x the original resolution:

![output pickle](output.png)

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author