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 Pupil2IrisValidatorErrorDilation(Exception):
"""Pupil2IrisValidatorErrorDilation error class."""
pass
[docs]
class Pupil2IrisValidatorErrorConstriction(Exception):
"""Pupil2IrisValidatorErrorConstriction error class."""
pass
[docs]
class Pupil2IrisValidatorErrorOffcenter(Exception):
"""Pupil2IrisValidatorErrorOffcenter 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
[docs]
class TemplateAggregationCompatibilityError(Exception):
"""Template aggregation compatibility validation Error class."""
pass