- class URMMockData {
- static int urmWidth = 100;
- static int urmHeight = 100;
- static double roiX = 0;
- static double roiY = 0;
- static double roiWidth = 0;
- static double roiHeight = 0;
- static const String denImageBase64 =
- "http://192.168.6.107:9303/FlyinsonoStorage/20240527/05B3A78C5286470F9426135A8FE02A83.png";
- static const String dirImageBase64 =
- "http://192.168.6.107:9303/FlyinsonoStorage/20240527/2991A80FA99A487C854C0058D12D145B.png";
- static const String velImageBase64 =
- "http://192.168.6.107:9303/FlyinsonoStorage/20240527/05B3A78C5286470F9426135A8FE02A83.png";
- }
|