update docs

pull/2740/head
Davis King 2 years ago
parent ddad576d3e
commit 257b81a172

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

Loading…
Cancel
Save