YoloLibrary.Enums Namespace Reference

Enumerations

enum  ModelResizeMode { Proportional = 0 , Stretched = 1 }
 

Enumeration Type Documentation

◆ ModelResizeMode

Enumerator
Proportional 0 

Resize the image proportionally.

Stretched 1 

Stretch the image to fit the model's input dimensions.