Source code for iris.io.errors
[docs]class EyeCentersEstimationError(Exception):
"""EyeOrientationEstimation module Error class."""
pass
[docs]class EyeOrientationEstimationError(Exception):
"""EyeOrientationEstimation module Error class."""
pass
[docs]class BoundingBoxEstimationError(Exception):
"""BoundingBoxEstimationError module Error class."""
pass
[docs]class LandmarkEstimationError(Exception):
"""LandmarkEstimationError module Error class."""
pass
[docs]class PupilIrisPropertyEstimationError(Exception):
"""PupilIrisPropertyEstimation module Error class."""
pass
[docs]class EyeCentersInsideImageValidatorError(Exception):
"""EyeCentersInsideImageValidatorError error class."""
pass
[docs]class ExtrapolatedPolygonsInsideImageValidatorError(Exception):
"""ExtrapolatedPolygonsInsideImageValidatorError error class."""
pass
[docs]class IsPupilInsideIrisValidatorError(Exception):
"""IsPupilInsideIrisValidator error class."""
pass