typedef ImageRunnerOptions
package geometrize.runner
Encapsulates the parameters that may be passed to an image runner.
Properties
candidateShapesPerStep:Null<Int>
The number of candidate shapes to try per model step. By default 50
.
shapeTypes:Null<Array<ShapeType>>
The types of shapes to use when generating the image. By default [ShapeType.TRIANGLE]
.