update docs

This commit is contained in:
Davis King 2023-03-01 19:09:47 -05:00
parent ddad576d3e
commit 257b81a172

View File

@ -16,8 +16,8 @@ namespace dlib
); );
/*! /*!
ensures ensures
- returns area of the intersection of a and b divided by (a+b).area(). If both - returns area of the intersection of a and b divided by the area covered by the union
boxes are empty then returns 0. of the boxes. If both boxes are empty then returns 0.
!*/ !*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
@ -28,8 +28,8 @@ namespace dlib
); );
/*! /*!
ensures ensures
- returns area of the intersection of a and b divided by (a+b).area(). If both - returns area of the intersection of a and b divided by the area covered by the union
boxes are empty then returns 0. of the boxes. If both boxes are empty then returns 0.
!*/ !*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------