urm_mock_data.dart 606 B

123456789101112131415
  1. class URMMockData {
  2. static int urmWidth = 100;
  3. static int urmHeight = 100;
  4. static double roiX = 0;
  5. static double roiY = 0;
  6. static double roiWidth = 0;
  7. static double roiHeight = 0;
  8. static const String denImageBase64 =
  9. "http://192.168.6.107:9303/FlyinsonoStorage/20240527/05B3A78C5286470F9426135A8FE02A83.png";
  10. static const String dirImageBase64 =
  11. "http://192.168.6.107:9303/FlyinsonoStorage/20240527/2991A80FA99A487C854C0058D12D145B.png";
  12. static const String velImageBase64 =
  13. "http://192.168.6.107:9303/FlyinsonoStorage/20240527/05B3A78C5286470F9426135A8FE02A83.png";
  14. }