mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:56:31 +00:00
fde9a9f418
also restrict detections to be no bigger than in classes.json
8 lines
210 B
C#
8 lines
210 B
C#
namespace Azaion.Common.DTO.Config;
|
|
|
|
public class CameraConfig
|
|
{
|
|
public decimal Altitude { get; set; }
|
|
public decimal CameraFocalLength { get; set; }
|
|
public decimal CameraSensorWidth { get; set; }
|
|
} |