StatelessSampleDistortedBoundingBox.Options

classe statique publique StatelessSampleDistortedBoundingBox.Options

Attributs facultatifs pour StatelessSampleDistortedBoundingBox

Méthodes publiques

StatelessSampleDistortedBoundingBox.Options
AreaRange (Liste<Float> AreaRange)
StatelessSampleDistortedBoundingBox.Options
aspectRatioRange (Liste<Float> aspectRatioRange)
StatelessSampleDistortedBoundingBox.Options
maxAttempts (Long maxAttempts)
StatelessSampleDistortedBoundingBox.Options
useImageIfNoBoundingBoxes (booléen useImageIfNoBoundingBoxes)

Méthodes héritées

Méthodes publiques

public StatelessSampleDistortedBoundingBox.Options AreaRange (List<Float> AreaRange)

Paramètres
zonePlage La zone recadrée de l'image doit contenir une fraction de l'image fournie dans cette plage.

public StatelessSampleDistortedBoundingBox.Options aspectRatioRange (List<Float> aspectRatioRange)

Paramètres
aspectRatioRange La zone recadrée de l'image doit avoir un rapport hauteur/largeur = largeur/hauteur compris dans cette plage.

public StatelessSampleDistortedBoundingBox.Options maxAttempts (Long maxAttempts)

Paramètres
tentatives maximales Nombre de tentatives de génération d'une région recadrée de l'image des contraintes spécifiées. Après l'échec de `max_attempts`, renvoyez l'image entière.

public StatelessSampleDistortedBoundingBox.Options useImageIfNoBoundingBoxes (booléen useImageIfNoBoundingBoxes)

Paramètres
useImageIfNoBoundingBoxes Contrôle le comportement si aucun cadre de délimitation n'est fourni. Si c'est vrai, supposez une boîte englobante implicite couvrant l'intégralité de l'entrée. Si faux, génère une erreur.