YoloLibrary.Enums Namespace Reference

Enumerations

enum  ModelResizeMode { Proportional = 0 , Stretched = 1 }
 

Enumeration Type Documentation

◆ ModelResizeMode

Enumerator
Proportional 

Resize the image proportionally.

Stretched 

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