connect to csharp
This commit is contained in:
parent
0261b94820
commit
b88ff96b32
16 changed files with 336 additions and 63 deletions
9
StitchImg/ImageSpecification.cs
Executable file
9
StitchImg/ImageSpecification.cs
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
namespace StitchImg;
|
||||
|
||||
public class ImageSpecification
|
||||
{
|
||||
public string CanvasRect { get; set; }
|
||||
public IReadOnlyList<float> CropOffset { get; set; }
|
||||
public IReadOnlyList<float> CropSize { get; set; }
|
||||
public float OutputScale { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue