mirror of https://github.com/davisking/dlib.git
update docs
This commit is contained in:
parent
ddad576d3e
commit
257b81a172
|
@ -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.
|
||||||
!*/
|
!*/
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue