Change to the Normalized Pixel Percentage Formula
This commit is contained in:
@ -3,11 +3,11 @@ namespace View_by_Distance.Shared.Models.Properties;
|
||||
public interface ILocation
|
||||
{
|
||||
|
||||
public int Bottom { get; }
|
||||
public double Confidence { get; }
|
||||
public int Left { get; }
|
||||
public int? NormalizedPixelPercentage { get; }
|
||||
public int Right { get; }
|
||||
public int Top { get; }
|
||||
public int Bottom { init; get; }
|
||||
public double Confidence { init; get; }
|
||||
public int Left { init; get; }
|
||||
public int? NormalizedPixelPercentage { init; get; }
|
||||
public int Right { init; get; }
|
||||
public int Top { init; get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user