[mob] Deprecate methods
This commit is contained in:
parent
e3b1cb8014
commit
624a06c3f8
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ abstract class Detection {
|
|||
String toString();
|
||||
}
|
||||
|
||||
@Deprecated('Old method only used in other deprecated methods')
|
||||
extension BBoxExtension on List<double> {
|
||||
void roundBoxToDouble() {
|
||||
final widthRounded = (this[2] - this[0]).roundToDouble();
|
||||
|
|
Loading…
Add table
Reference in a new issue