Geometrize 1.0
C++ library for geometrizing images into geometric primitives
Public Attributes | List of all members
geometrize::ImageRunnerShapeBoundsOptions Struct Reference

The ImageRunnerShapeBoundsOptions struct encapsulates options for where shapes may be drawn within the image. Defines a rectangle expressed as percentages (0-100%) of the target image dimensions. More...

#include <imagerunneroptions.h>

Public Attributes

bool enabled = false
 
double xMinPercent = 0.0
 
double yMinPercent = 0.0
 
double xMaxPercent = 100.0
 
double yMaxPercent = 100.0
 

Detailed Description

The ImageRunnerShapeBoundsOptions struct encapsulates options for where shapes may be drawn within the image. Defines a rectangle expressed as percentages (0-100%) of the target image dimensions.

Author
Sam Twidale (https://samcodes.co.uk/)

Member Data Documentation

◆ enabled

bool geometrize::ImageRunnerShapeBoundsOptions::enabled = false

◆ xMaxPercent

double geometrize::ImageRunnerShapeBoundsOptions::xMaxPercent = 100.0

◆ xMinPercent

double geometrize::ImageRunnerShapeBoundsOptions::xMinPercent = 0.0

◆ yMaxPercent

double geometrize::ImageRunnerShapeBoundsOptions::yMaxPercent = 100.0

◆ yMinPercent

double geometrize::ImageRunnerShapeBoundsOptions::yMinPercent = 0.0

The documentation for this struct was generated from the following file: