.. customcarditem::
   :header: Complete Intersection Over Union (cIoU)
   :image: _static/fetched-s3-assets/object_detection.svg
   :tags: Detection

.. include:: ../links.rst

#######################################
Complete Intersection Over Union (cIoU)
#######################################

Module Interface
________________

.. autoclass:: torchmetrics.detection.ciou.CompleteIntersectionOverUnion
    :exclude-members: update, compute

Functional Interface
____________________

.. autofunction:: torchmetrics.functional.detection.ciou.complete_intersection_over_union