ValidacionImagen class

Constructors

ValidacionImagen()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

esAnchoValido(double boxWidth, double sizeContenedorWidth, double porcentajeMinimoAncho) ValidacionImagenError
Devuelve una instrucción sobre el ancho del bounding box:
esCentroValidoVertical(double centerY, double sizeContenedorHeight, double porcentajeToleranciaVertical) ValidacionImagenError
Devuelve una instrucción sobre la posición vertical del bounding box:
iniciarCaptura({required ReconocimientoState state, required BuildContext context, required List<DetectionResult> result, required BoxConstraints constraints, required double porcentajeMinimoAncho, required double porcentajeToleranciaVertical}) ValidacionImagenError
validaAngulo(double xMin, double xMax, double yMin, double yMax) double