mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:06:30 +00:00
add altitude + camera spec component and calc tile size by this
also restrict detections to be no bigger than in classes.json
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
<RowDefinition Height="28"></RowDefinition>
|
||||
<RowDefinition Height="28"></RowDefinition>
|
||||
<RowDefinition Height="*"></RowDefinition>
|
||||
<RowDefinition Height="80"></RowDefinition>
|
||||
<RowDefinition Height="*"></RowDefinition>
|
||||
</Grid.RowDefinitions>
|
||||
<Grid.ColumnDefinitions>
|
||||
@@ -191,10 +192,20 @@
|
||||
</GridView>
|
||||
</ListView.View>
|
||||
</ListView>
|
||||
|
||||
<controls1:CameraConfigControl
|
||||
x:Name="CameraConfigControl"
|
||||
Grid.Column="0"
|
||||
Grid.Row="4"
|
||||
Camera="{Binding Camera, RelativeSource={RelativeSource AncestorType=Window}, Mode=OneWay}"
|
||||
>
|
||||
|
||||
</controls1:CameraConfigControl>
|
||||
|
||||
<controls1:DetectionClasses
|
||||
x:Name="LvClasses"
|
||||
Grid.Column="0"
|
||||
Grid.Row="4">
|
||||
Grid.Row="5">
|
||||
</controls1:DetectionClasses>
|
||||
|
||||
<GridSplitter
|
||||
@@ -202,7 +213,7 @@
|
||||
ResizeDirection="Columns"
|
||||
Grid.Column="1"
|
||||
Grid.Row="1"
|
||||
Grid.RowSpan="4"
|
||||
Grid.RowSpan="5"
|
||||
ResizeBehavior="PreviousAndNext"
|
||||
HorizontalAlignment="Stretch"
|
||||
VerticalAlignment="Stretch"
|
||||
@@ -211,7 +222,7 @@
|
||||
<wpf:VideoView
|
||||
Grid.Row="1"
|
||||
Grid.Column="2"
|
||||
Grid.RowSpan="4"
|
||||
Grid.RowSpan="5"
|
||||
x:Name="VideoView">
|
||||
<controls1:CanvasEditor x:Name="Editor"
|
||||
Background="#01000000"
|
||||
@@ -224,7 +235,7 @@
|
||||
ResizeDirection="Columns"
|
||||
Grid.Column="3"
|
||||
Grid.Row="1"
|
||||
Grid.RowSpan="4"
|
||||
Grid.RowSpan="5"
|
||||
ResizeBehavior="PreviousAndNext"
|
||||
HorizontalAlignment="Stretch"
|
||||
VerticalAlignment="Stretch"
|
||||
@@ -234,7 +245,7 @@
|
||||
<DataGrid x:Name="DgAnnotations"
|
||||
Grid.Column="4"
|
||||
Grid.Row="1"
|
||||
Grid.RowSpan="4"
|
||||
Grid.RowSpan="5"
|
||||
Background="Black"
|
||||
Foreground="White"
|
||||
RowHeaderWidth="0"
|
||||
|
||||
Reference in New Issue
Block a user